Skip to content

Commit c1edff1

Browse files
author
Tim Jones
committed
generate poms for external jars
1 parent 7d29604 commit c1edff1

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

pom.xml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@
6161
<version>2.0.0-SNAPSHOT</version>
6262
<packaging>jar</packaging>
6363
<file>resources/library/eugene-2.0.0-SNAPSHOT-jar-with-dependencies.jar</file>
64+
<generatePom>true</generatePom>
6465
</configuration>
6566
</execution>
6667
<execution>
@@ -71,10 +72,11 @@
7172
<phase>validate</phase>
7273
<configuration>
7374
<groupId>org.cellocad</groupId>
74-
<artifactId>NetSynth</artifactId>
75+
<artifactId>netsynth</artifactId>
7576
<version>1.0</version>
7677
<packaging>jar</packaging>
7778
<file>resources/library/NetSynth.jar</file>
79+
<generatePom>true</generatePom>
7880
</configuration>
7981
</execution>
8082
</executions>

0 commit comments

Comments
 (0)