Skip to content

Commit

Permalink
Removed plugin that were not needed
Browse files Browse the repository at this point in the history
  • Loading branch information
Steve.widinghoff@jayway.com authored and Steve.widinghoff@jayway.com committed Sep 10, 2015
1 parent 56a242a commit 3bfa28e
Showing 1 changed file with 0 additions and 17 deletions.
17 changes: 0 additions & 17 deletions annotations-element-value-pair-without-main-class/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,27 +30,10 @@
<groupId>org.codehaus.mojo</groupId>
<artifactId>aspectj-maven-plugin</artifactId>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-dependency-plugin</artifactId>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
</plugin>
<plugin>
<artifactId>maven-assembly-plugin</artifactId>
<configuration>
<descriptorRefs>
<descriptorRef>jar-with-dependencies</descriptorRef>
</descriptorRefs>
<archive>
<manifest>
<mainClass>com.jayway.blog.YourClass</mainClass>
</manifest>
</archive>
</configuration>
</plugin>
</plugins>
</build>
</project>

0 comments on commit 3bfa28e

Please sign in to comment.