Skip to content

Commit

Permalink
Make pom.xml generate a MANIFEST.MF that will read optional external …
Browse files Browse the repository at this point in the history
…dependencies from Denizen\lib\
  • Loading branch information
davidcernat committed Oct 18, 2013
1 parent c552243 commit 6f29b03
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Expand Up @@ -42,6 +42,7 @@ Thumbs.db

# Build files #
#################
MANIFEST.MF
dependency-reduced-pom.xml

# Project files #
Expand Down
10 changes: 9 additions & 1 deletion pom.xml
Expand Up @@ -114,7 +114,7 @@
<groupId>org.alicebot</groupId>
<artifactId>ab</artifactId>
<version>0.0.4.3</version>
<scope>provided</scope>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.json</groupId>
Expand Down Expand Up @@ -194,6 +194,14 @@
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-jar-plugin</artifactId>
<version>2.2</version>
<configuration>
<archive>
<manifest>
<addClasspath>true</addClasspath>
<classpathPrefix>Denizen/lib/</classpathPrefix>
</manifest>
</archive>
</configuration>
</plugin>

<plugin>
Expand Down

0 comments on commit 6f29b03

Please sign in to comment.