Skip to content

Commit

Permalink
With apache parent pom 31, we do not have the need to declare the mav…
Browse files Browse the repository at this point in the history
…en-source-plugin here again. If we are in -Papache-release, this will result in build failure.
  • Loading branch information
rzo1 committed Jan 31, 2024
1 parent 6a6cf43 commit 51549ab
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -401,19 +401,6 @@
</executions>
</plugin>

<plugin>
<artifactId>maven-source-plugin</artifactId>
<executions>
<execution>
<id>create-source-jar</id>
<goals>
<goal>jar</goal>
</goals>
<phase>package</phase>
</execution>
</executions>
</plugin>

<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-eclipse-plugin</artifactId>
Expand Down

0 comments on commit 51549ab

Please sign in to comment.