Skip to content

Commit

Permalink
pom server: Modify pom.xml to include a classifier for the WAR file, …
Browse files Browse the repository at this point in the history
…ensuring no conflicts during the packaging process. #TASK-7362
  • Loading branch information
juanfeSanahuja committed Jan 28, 2025
1 parent ddd0572 commit 2c24611
Showing 1 changed file with 0 additions and 20 deletions.
20 changes: 0 additions & 20 deletions cellbase-server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -158,26 +158,6 @@
</execution>
</executions>
</plugin>

<!-- Plugin to package the main JAR -->
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-jar-plugin</artifactId>
<version>3.4.1</version>
<executions>
<execution>
<id>generate-jar</id>
<phase>package</phase>
<goals>
<goal>jar</goal>
</goals>
<configuration>
<!-- Dynamic name based on the version -->
<finalName>${project.artifactId}-${project.version}</finalName>
</configuration>
</execution>
</executions>
</plugin>
</plugins>
</build>

Expand Down

0 comments on commit 2c24611

Please sign in to comment.