mirror of
https://github.com/apache/archiva.git
synced 2025-02-20 17:04:57 +00:00
inherit from parent pom
This commit is contained in:
parent
62813d4170
commit
0b22f0e1f8
@ -94,7 +94,6 @@
|
||||
<plugin>
|
||||
<groupId>org.apache.maven.plugins</groupId>
|
||||
<artifactId>maven-shade-plugin</artifactId>
|
||||
<version>2.3</version>
|
||||
<executions>
|
||||
<execution>
|
||||
<phase>package</phase>
|
||||
@ -127,7 +126,6 @@
|
||||
<plugin>
|
||||
<groupId>org.apache.maven.plugins</groupId>
|
||||
<artifactId>maven-jar-plugin</artifactId>
|
||||
<version>2.1</version>
|
||||
<configuration>
|
||||
<archive>
|
||||
<manifest>
|
||||
|
@ -136,7 +136,7 @@
|
||||
<plugin>
|
||||
<groupId>org.apache.karaf.tooling</groupId>
|
||||
<artifactId>features-maven-plugin</artifactId>
|
||||
<version>2.2.4</version>
|
||||
<version>2.4.1</version>
|
||||
<configuration>
|
||||
<file>${project.build.directory}/classes/features.xml</file>
|
||||
<karafConfig>${project.build.directory}/classes/config.properties</karafConfig>
|
||||
|
6
pom.xml
6
pom.xml
@ -1818,15 +1818,9 @@
|
||||
</dependency>
|
||||
</dependencies>
|
||||
</plugin>
|
||||
<plugin>
|
||||
<groupId>org.apache.maven.plugins</groupId>
|
||||
<artifactId>maven-antrun-plugin</artifactId>
|
||||
<version>1.7</version>
|
||||
</plugin>
|
||||
<plugin>
|
||||
<groupId>org.apache.maven.plugins</groupId>
|
||||
<artifactId>maven-release-plugin</artifactId>
|
||||
<version>2.5</version>
|
||||
<configuration>
|
||||
<localCheckout>true</localCheckout>
|
||||
<useReleaseProfile>false</useReleaseProfile>
|
||||
|
Loading…
x
Reference in New Issue
Block a user