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 5b37d6e commit f6e78b5Copy full SHA for f6e78b5
jedai-core/pom.xml
@@ -128,4 +128,22 @@
128
<url>http://premise.artifactoryonline.com/premise/public</url>
129
</repository>
130
</repositories>
131
+
132
+ <build>
133
+ <plugins>
134
+ <plugin>
135
+ <groupId>org.apache.maven.plugins</groupId>
136
+ <artifactId>maven-jar-plugin</artifactId>
137
+ <version>3.0.2</version>
138
+ <configuration>
139
+ <archive>
140
+ <manifest>
141
+ <addClasspath>true</addClasspath>
142
+ <mainClass>org.scify.jedai.workflowbuilder.Main</mainClass>
143
+ </manifest>
144
+ </archive>
145
+ </configuration>
146
+ </plugin>
147
+ </plugins>
148
+ </build>
149
</project>
0 commit comments