Skip to content

Commit

Permalink
Try to fix release wrt maven
Browse files Browse the repository at this point in the history
  • Loading branch information
cowtowncoder committed Oct 11, 2023
1 parent 441e8f6 commit 12bca2b
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -107,19 +107,6 @@ com.fasterxml.classmate.*;version=${project.version}
<target>${version.jdk}</target>
</configuration>
</plugin>
<plugin><!-- plug-in to attach source bundle in repo -->
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-source-plugin</artifactId>
<version>${version.plugin.source}</version>
<executions>
<execution>
<id>attach-sources</id>
<goals>
<goal>jar</goal>
</goals>
</execution>
</executions>
</plugin>

<plugin>
<groupId>org.apache.maven.plugins</groupId>
Expand All @@ -129,7 +116,6 @@ com.fasterxml.classmate.*;version=${project.version}
<source>${version.jdk}</source>
<target>${version.jdk}</target>
<encoding>UTF-8</encoding>
<maxmemory>512m</maxmemory>
<links>
<link>https://docs.oracle.com/javase/8/docs/api/</link>
</links>
Expand Down

0 comments on commit 12bca2b

Please sign in to comment.