File tree 1 file changed +0
-14
lines changed
1 file changed +0
-14
lines changed Original file line number Diff line number Diff line change @@ -107,19 +107,6 @@ com.fasterxml.classmate.*;version=${project.version}
107
107
<target >${version.jdk} </target >
108
108
</configuration >
109
109
</plugin >
110
- <plugin ><!-- plug-in to attach source bundle in repo -->
111
- <groupId >org.apache.maven.plugins</groupId >
112
- <artifactId >maven-source-plugin</artifactId >
113
- <version >${version.plugin.source} </version >
114
- <executions >
115
- <execution >
116
- <id >attach-sources</id >
117
- <goals >
118
- <goal >jar</goal >
119
- </goals >
120
- </execution >
121
- </executions >
122
- </plugin >
123
110
124
111
<plugin >
125
112
<groupId >org.apache.maven.plugins</groupId >
@@ -129,7 +116,6 @@ com.fasterxml.classmate.*;version=${project.version}
129
116
<source >${version.jdk} </source >
130
117
<target >${version.jdk} </target >
131
118
<encoding >UTF-8</encoding >
132
- <maxmemory >512m</maxmemory >
133
119
<links >
134
120
<link >https://docs.oracle.com/javase/8/docs/api/</link >
135
121
</links >
You can’t perform that action at this time.
0 commit comments