Skip to content

Commit

Permalink
Specified main method.
Browse files Browse the repository at this point in the history
  • Loading branch information
gpapadis committed Mar 9, 2018
1 parent 5b37d6e commit f6e78b5
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions jedai-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -128,4 +128,22 @@
<url>http://premise.artifactoryonline.com/premise/public</url>
</repository>
</repositories>

<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-jar-plugin</artifactId>
<version>3.0.2</version>
<configuration>
<archive>
<manifest>
<addClasspath>true</addClasspath>
<mainClass>org.scify.jedai.workflowbuilder.Main</mainClass>
</manifest>
</archive>
</configuration>
</plugin>
</plugins>
</build>
</project>

0 comments on commit f6e78b5

Please sign in to comment.