Skip to content

Commit abda10e

Browse files
committed
pom: create server JAR file
1 parent 2f33bba commit abda10e

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

cellbase-server/pom.xml

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -148,27 +148,21 @@
148148
</webResources>
149149
</configuration>
150150
</plugin>
151-
152-
<!-- Plugin to generate the JAR -->
153151
<plugin>
154152
<groupId>org.apache.maven.plugins</groupId>
155153
<artifactId>maven-jar-plugin</artifactId>
156-
<version>3.2.0</version>
157154
<executions>
158155
<execution>
159156
<id>make-a-jar</id>
160-
<phase>package</phase>
157+
<phase>compile</phase>
161158
<goals>
162159
<goal>jar</goal>
163160
</goals>
164-
<configuration>
165-
<classifier>${project.version}</classifier>
166-
<finalName>${project.artifactId}</finalName>
167-
</configuration>
168161
</execution>
169162
</executions>
170163
</plugin>
171164

165+
172166
<!-- Plugin to install the JAR -->
173167
<plugin>
174168
<groupId>org.apache.maven.plugins</groupId>

0 commit comments

Comments
 (0)