Moving name of jarfile out of profile.
This commit is contained in:
parent
2fe3d4fd52
commit
b37678d5d5
4
pom.xml
4
pom.xml
@ -110,8 +110,9 @@
|
|||||||
</dependencies>
|
</dependencies>
|
||||||
|
|
||||||
<build>
|
<build>
|
||||||
<plugins>
|
<finalName>${jar.filename}</finalName>
|
||||||
|
|
||||||
|
<plugins>
|
||||||
<!-- Enforcer to enforce min Maven version -->
|
<!-- Enforcer to enforce min Maven version -->
|
||||||
<plugin>
|
<plugin>
|
||||||
<groupId>org.apache.maven.plugins</groupId>
|
<groupId>org.apache.maven.plugins</groupId>
|
||||||
@ -360,7 +361,6 @@
|
|||||||
</property>
|
</property>
|
||||||
</activation>
|
</activation>
|
||||||
<build>
|
<build>
|
||||||
<finalName>${jar.filename}</finalName>
|
|
||||||
<plugins>
|
<plugins>
|
||||||
<!-- Copy dependencies -->
|
<!-- Copy dependencies -->
|
||||||
<plugin>
|
<plugin>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user