Skip to content

Commit

Permalink
ACS-5807: improve plugin configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
Pawel-608 committed Aug 11, 2023
1 parent c9658ca commit cdf42a0
Show file tree
Hide file tree
Showing 9 changed files with 11 additions and 56 deletions.
7 changes: 0 additions & 7 deletions deprecated/alfresco-transformer-base/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -96,13 +96,6 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-source-plugin</artifactId>
<executions>
<execution>
<goals>
<goal>jar-no-fork</goal>
</goals>
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
Expand Down
7 changes: 0 additions & 7 deletions engines/aio/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -216,13 +216,6 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-source-plugin</artifactId>
<executions>
<execution>
<goals>
<goal>jar-no-fork</goal>
</goals>
</execution>
</executions>
</plugin>
</plugins>
</build>
Expand Down
7 changes: 0 additions & 7 deletions engines/base/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -120,13 +120,6 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-source-plugin</artifactId>
<executions>
<execution>
<goals>
<goal>jar-no-fork</goal>
</goals>
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
Expand Down
7 changes: 0 additions & 7 deletions engines/example/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -90,13 +90,6 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-source-plugin</artifactId>
<executions>
<execution>
<goals>
<goal>jar-no-fork</goal>
</goals>
</execution>
</executions>
</plugin>
</plugins>
</build>
Expand Down
7 changes: 0 additions & 7 deletions engines/imagemagick/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -82,13 +82,6 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-source-plugin</artifactId>
<executions>
<execution>
<goals>
<goal>jar-no-fork</goal>
</goals>
</execution>
</executions>
</plugin>
</plugins>
</build>
Expand Down
7 changes: 0 additions & 7 deletions engines/libreoffice/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -86,13 +86,6 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-source-plugin</artifactId>
<executions>
<execution>
<goals>
<goal>jar-no-fork</goal>
</goals>
</execution>
</executions>
</plugin>
</plugins>
</build>
Expand Down
7 changes: 0 additions & 7 deletions engines/tika/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -174,13 +174,6 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-source-plugin</artifactId>
<executions>
<execution>
<goals>
<goal>jar-no-fork</goal>
</goals>
</execution>
</executions>
</plugin>
</plugins>
</build>
Expand Down
7 changes: 0 additions & 7 deletions model/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -140,13 +140,6 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-source-plugin</artifactId>
<executions>
<execution>
<goals>
<goal>jar-no-fork</goal>
</goals>
</execution>
</executions>
</plugin>
</plugins>
</build>
Expand Down
11 changes: 11 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -373,6 +373,17 @@
<artifactId>docker-maven-plugin</artifactId>
<version>0.43.0</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-source-plugin</artifactId>
<executions>
<execution>
<goals>
<goal>jar-no-fork</goal>
</goals>
</execution>
</executions>
</plugin>
</plugins>
</pluginManagement>
</build>
Expand Down

0 comments on commit cdf42a0

Please sign in to comment.