Skip to content

Commit

Permalink
avoid fored invocation of maven-source-plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrei-Pozolotin committed May 12, 2013
1 parent ff784ee commit 1020432
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions barchart-udt-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -207,21 +207,15 @@
</executions>
</plugin>

<!-- Always attach main and test sources. -->
<!-- Always attach test sources. -->
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-source-plugin</artifactId>
<executions>
<execution>
<id>attach-sources</id>
<goals>
<goal>jar</goal>
</goals>
</execution>
<execution>
<id>attach-test-sources</id>
<goals>
<goal>test-jar</goal>
<goal>test-jar-no-fork</goal>
</goals>
</execution>
</executions>
Expand Down

0 comments on commit 1020432

Please sign in to comment.