Skip to content

Commit

Permalink
Remove maven-source-plugin from distro profile and use jar-no-form by…
Browse files Browse the repository at this point in the history
… default for the maven-source-plugin
  • Loading branch information
filiphr committed Jan 30, 2024
1 parent f2dcc55 commit 66cf78a
Showing 1 changed file with 1 addition and 17 deletions.
18 changes: 1 addition & 17 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -814,7 +814,7 @@
<executions>
<execution>
<goals>
<goal>jar</goal>
<goal>jar-no-fork</goal>
</goals>
</execution>
</executions>
Expand Down Expand Up @@ -1025,22 +1025,6 @@
<module>modules/flowable-jmx</module>
<module>tooling/archetypes/flowable-archetype-unittest</module>
</modules>
<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-source-plugin</artifactId>
<executions>
<execution>
<id>attach-sources</id>
<goals>
<goal>jar-no-fork</goal>
</goals>
</execution>
</executions>
</plugin>
</plugins>
</build>
</profile>
<profile>
<id>database</id>
Expand Down

0 comments on commit 66cf78a

Please sign in to comment.