Skip to content

Commit 12bca2b

Browse files
committed
Try to fix release wrt maven
1 parent 441e8f6 commit 12bca2b

File tree

1 file changed

+0
-14
lines changed

1 file changed

+0
-14
lines changed

pom.xml

-14
Original file line numberDiff line numberDiff 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>

0 commit comments

Comments
 (0)