Skip to content

Commit

Permalink
Merge pull request jgrapht#35 from nicolas-f/fix/core-pom
Browse files Browse the repository at this point in the history
Fix jgrapht-core pom
  • Loading branch information
jsichi committed May 22, 2013
2 parents aa5d68c + f922b64 commit 7313c28
Showing 1 changed file with 17 additions and 2 deletions.
19 changes: 17 additions & 2 deletions jgrapht-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,21 @@
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
</dependency>
</dependencies>
<scope>test</scope>
</dependency>
</dependencies>
<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-jar-plugin</artifactId>
<version>2.4</version>
<configuration>
<archive>
<manifestFile>${project.build.outputDirectory}/META-INF/MANIFEST.MF</manifestFile>
</archive>
</configuration>
</plugin>
</plugins>
</build>
</project>

0 comments on commit 7313c28

Please sign in to comment.