We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7d29604 commit c1edff1Copy full SHA for c1edff1
pom.xml
@@ -61,6 +61,7 @@
61
<version>2.0.0-SNAPSHOT</version>
62
<packaging>jar</packaging>
63
<file>resources/library/eugene-2.0.0-SNAPSHOT-jar-with-dependencies.jar</file>
64
+ <generatePom>true</generatePom>
65
</configuration>
66
</execution>
67
<execution>
@@ -71,10 +72,11 @@
71
72
<phase>validate</phase>
73
<configuration>
74
<groupId>org.cellocad</groupId>
- <artifactId>NetSynth</artifactId>
75
+ <artifactId>netsynth</artifactId>
76
<version>1.0</version>
77
78
<file>resources/library/NetSynth.jar</file>
79
80
81
82
</executions>
0 commit comments