Skip to content

Commit 24c5321

Browse files
committed
Fix M3 profile.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/codec/trunk@1080475 13f79535-47bb-0310-9956-ffa450edef68
1 parent a7cf7c0 commit 24c5321

1 file changed

Lines changed: 0 additions & 49 deletions

File tree

pom.xml

Lines changed: 0 additions & 49 deletions
Original file line numberDiff line numberDiff line change
@@ -50,46 +50,6 @@
5050
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/commons/proper/codec/trunk</developerConnection>
5151
<url>http://svn.apache.org/viewvc/commons/proper/codec/trunk</url>
5252
</scm>
53-
54-
<profiles>
55-
<!--
56-
Use maven-site-plugin 2.x with Maven 2.x and maven-site-plugin 3.x with Maven 3.x
57-
See http://maven.apache.org/plugins/maven-site-plugin-3.0-beta-3/maven-3.html
58-
-->
59-
<profile>
60-
<id>maven-3</id>
61-
<activation>
62-
<file>
63-
<!-- The basedir expression is only recognized by Maven 3.x (see MNG-2363) -->
64-
<exists>${basedir}</exists>
65-
</file>
66-
</activation>
67-
<build>
68-
<pluginManagement>
69-
<plugins>
70-
<plugin>
71-
<groupId>org.apache.maven.plugins</groupId>
72-
<artifactId>maven-site-plugin</artifactId>
73-
<version>3.0-beta-3</version>
74-
</plugin>
75-
</plugins>
76-
</pluginManagement>
77-
<plugins>
78-
<plugin>
79-
<artifactId>maven-site-plugin</artifactId>
80-
<executions>
81-
<execution>
82-
<id>attach-descriptor</id>
83-
<goals>
84-
<goal>attach-descriptor</goal>
85-
</goals>
86-
</execution>
87-
</executions>
88-
</plugin>
89-
</plugins>
90-
</build>
91-
</profile>
92-
</profiles>
9353

9454
<developers>
9555
<developer>
@@ -231,15 +191,6 @@
231191
<build>
232192
<sourceDirectory>src/java</sourceDirectory>
233193
<testSourceDirectory>src/test</testSourceDirectory>
234-
<pluginManagement>
235-
<plugins>
236-
<plugin>
237-
<groupId>org.apache.maven.plugins</groupId>
238-
<artifactId>maven-site-plugin</artifactId>
239-
<version>2.2</version>
240-
</plugin>
241-
</plugins>
242-
</pluginManagement>
243194
<plugins>
244195
<plugin>
245196
<groupId>org.apache.maven.plugins</groupId>

0 commit comments

Comments
 (0)