Add missing groupIds.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/logging/trunk@582686 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
4
pom.xml
4
pom.xml
@@ -146,6 +146,7 @@
|
||||
- in a jarfile so it can control its place in the classpath.
|
||||
-->
|
||||
<plugin>
|
||||
<groupId>org.apache.maven.plugins</groupId>
|
||||
<artifactId>maven-jar-plugin</artifactId>
|
||||
<configuration>
|
||||
<archive>
|
||||
@@ -173,6 +174,7 @@
|
||||
- Alas, the standard jar plugin doesn't have includes/excludes support
|
||||
- in version 2.0, so antrun is used to create the other ones.
|
||||
-->
|
||||
<groupId>org.apache.maven.plugins</groupId>
|
||||
<artifactId>maven-antrun-plugin</artifactId>
|
||||
<version>1.1</version>
|
||||
<executions>
|
||||
@@ -293,6 +295,7 @@
|
||||
- normal test phase is therefore disabled here, and the test plugin
|
||||
- rebound to the "integration-test" phase instead.
|
||||
-->
|
||||
<groupId>org.apache.maven.plugins</groupId>
|
||||
<artifactId>maven-surefire-plugin</artifactId>
|
||||
<configuration>
|
||||
<includes>
|
||||
@@ -341,6 +344,7 @@
|
||||
</plugin>
|
||||
|
||||
<plugin>
|
||||
<groupId>org.apache.maven.plugins</groupId>
|
||||
<artifactId>maven-assembly-plugin</artifactId>
|
||||
<version>2.1</version>
|
||||
<configuration>
|
||||
|
||||
Reference in New Issue
Block a user