Skip to content

Commit

Permalink
WELDSE-1: Added main class to manifest to make the jar executable
Browse files Browse the repository at this point in the history
  • Loading branch information
peteroyle committed Apr 28, 2010
1 parent c41199f commit 3c9ce8e
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions pom.xml
Expand Up @@ -176,6 +176,18 @@
</artifactSet>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-jar-plugin</artifactId>
<configuration>
<archive>
<manifest>
<addClasspath>true</addClasspath>
<mainClass>org.jboss.weld.environment.se.StartMain</mainClass>
</manifest>
</archive>
</configuration>
</plugin>
</plugins>
</build>

Expand Down

0 comments on commit 3c9ce8e

Please sign in to comment.