1
0

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:
Dennis Lundberg
2007-10-07 21:40:44 +00:00
parent 45c79d074c
commit 48a2d741cf

View File

@@ -146,6 +146,7 @@
- in a jarfile so it can control its place in the classpath. - in a jarfile so it can control its place in the classpath.
--> -->
<plugin> <plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-jar-plugin</artifactId> <artifactId>maven-jar-plugin</artifactId>
<configuration> <configuration>
<archive> <archive>
@@ -173,6 +174,7 @@
- Alas, the standard jar plugin doesn't have includes/excludes support - Alas, the standard jar plugin doesn't have includes/excludes support
- in version 2.0, so antrun is used to create the other ones. - in version 2.0, so antrun is used to create the other ones.
--> -->
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-antrun-plugin</artifactId> <artifactId>maven-antrun-plugin</artifactId>
<version>1.1</version> <version>1.1</version>
<executions> <executions>
@@ -293,6 +295,7 @@
- normal test phase is therefore disabled here, and the test plugin - normal test phase is therefore disabled here, and the test plugin
- rebound to the "integration-test" phase instead. - rebound to the "integration-test" phase instead.
--> -->
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId> <artifactId>maven-surefire-plugin</artifactId>
<configuration> <configuration>
<includes> <includes>
@@ -341,6 +344,7 @@
</plugin> </plugin>
<plugin> <plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-assembly-plugin</artifactId> <artifactId>maven-assembly-plugin</artifactId>
<version>2.1</version> <version>2.1</version>
<configuration> <configuration>