mirror of
https://github.com/scm-manager/scm-manager.git
synced 2026-03-10 22:30:20 +01:00
use scmp as plugin prefix to avoid problems with the maven-scm-plugin
This commit is contained in:
@@ -16,6 +16,21 @@
|
||||
<packaging>maven-plugin</packaging>
|
||||
<name>scm-maven-plugin</name>
|
||||
|
||||
<build>
|
||||
<plugins>
|
||||
|
||||
<plugin>
|
||||
<groupId>org.apache.maven.plugins</groupId>
|
||||
<artifactId>maven-plugin-plugin</artifactId>
|
||||
<version>2.8</version>
|
||||
<configuration>
|
||||
<goalPrefix>scmp</goalPrefix>
|
||||
</configuration>
|
||||
</plugin>
|
||||
|
||||
</plugins>
|
||||
</build>
|
||||
|
||||
<dependencies>
|
||||
|
||||
<dependency>
|
||||
@@ -53,12 +68,13 @@
|
||||
<artifactId>slf4j-simple</artifactId>
|
||||
<version>1.6.1</version>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
<groupId>org.apache.maven</groupId>
|
||||
<artifactId>maven-project</artifactId>
|
||||
<version>2.2.1</version>
|
||||
<type>jar</type>
|
||||
</dependency>
|
||||
|
||||
</dependencies>
|
||||
|
||||
</project>
|
||||
|
||||
Reference in New Issue
Block a user