Skip to content

Commit

Permalink
Update Maven build machinery
Browse files Browse the repository at this point in the history
- Small cleanup
  • Loading branch information
creckord committed May 11, 2017
1 parent 4dae8de commit 769688f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 23 deletions.
8 changes: 1 addition & 7 deletions org.eclipse.epp.mpc-parent/feature/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@
<executions>
<execution>
<id>source-feature</id>
<phase>package</phase>
<goals>
<goal>source-feature</goal>
</goals>
Expand All @@ -55,13 +56,6 @@
<groupId>org.eclipse.tycho</groupId>
<artifactId>tycho-p2-plugin</artifactId>
<executions>
<execution>
<!-- Don't attach (default) metadata before the "generate-source-feature" execution. -->
<id>default-p2-metadata-default</id>
<configuration>
<attachP2Metadata>false</attachP2Metadata>
</configuration>
</execution>
<execution>
<!-- Attach metadata only after the "generate-source-feature" execution. -->
<id>attach-p2-metadata</id>
Expand Down
16 changes: 0 additions & 16 deletions org.eclipse.epp.mpc.ui/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,20 +21,4 @@
</parent>
<artifactId>org.eclipse.epp.mpc.ui</artifactId>
<packaging>eclipse-plugin</packaging>
<build>
<plugins>
<plugin>
<groupId>org.eclipse.tycho</groupId>
<artifactId>tycho-source-plugin</artifactId>
</plugin>
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>findbugs-maven-plugin</artifactId>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-pmd-plugin</artifactId>
</plugin>
</plugins>
</build>
</project>

0 comments on commit 769688f

Please sign in to comment.