File tree Expand file tree Collapse file tree 1 file changed +0
-14
lines changed
Expand file tree Collapse file tree 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}
107107 <target >${version.jdk} </target >
108108 </configuration >
109109 </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 >
123110
124111 <plugin >
125112 <groupId >org.apache.maven.plugins</groupId >
@@ -129,7 +116,6 @@ com.fasterxml.classmate.*;version=${project.version}
129116 <source >${version.jdk} </source >
130117 <target >${version.jdk} </target >
131118 <encoding >UTF-8</encoding >
132- <maxmemory >512m</maxmemory >
133119 <links >
134120 <link >https://docs.oracle.com/javase/8/docs/api/</link >
135121 </links >
You can’t perform that action at this time.
0 commit comments