Skip to content

Commit

Permalink
Added MAVEN entry-point.
Browse files Browse the repository at this point in the history
  • Loading branch information
justparking committed May 29, 2014
1 parent 147d17d commit 8aceb39
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 0 deletions.
1 change: 1 addition & 0 deletions dictionary.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
initialised
config
scriptability
16 changes: 16 additions & 0 deletions nodel-jyhost-java/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,22 @@
<version>2.0.3</version>
<name>nodel-jyhost-java</name>
<description>Nodel host (Jython)</description>
<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-jar-plugin</artifactId>
<configuration>
<archive>
<manifest>
<addClasspath>true</addClasspath>
<mainClass>org.nodel.jyhost.Launch</mainClass>
</manifest>
</archive>
</configuration>
</plugin>
</plugins>
</build>
<dependencies>
<dependency>
<groupId>org.nodel</groupId>
Expand Down

0 comments on commit 8aceb39

Please sign in to comment.