Skip to content

Commit 6d4d4b1

Browse files
committed
Revert "updated parent pom and prepared site publication"
This reverts commit 3f7fc8b.
1 parent 34937c5 commit 6d4d4b1

File tree

1 file changed

+11
-25
lines changed

1 file changed

+11
-25
lines changed

pom.xml

+11-25
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<artifactId>plexus</artifactId>
88
<groupId>org.codehaus.plexus</groupId>
9-
<version>4.0-SNAPSHOT</version>
9+
<version>3.2</version>
1010
</parent>
1111

1212
<artifactId>plexus-archiver</artifactId>
@@ -23,15 +23,8 @@
2323
<system>jira</system>
2424
<url>https://github.com/codehaus-plexus/plexus-archiver/issues</url>
2525
</issueManagement>
26-
<distributionManagement>
27-
<site>
28-
<id>github:gh-pages</id>
29-
<url>${project.scm.developerConnection}</url>
30-
</site>
31-
</distributionManagement>
3226

3327
<properties>
34-
<javaVersion>6</javaVersion>
3528
<useJvmChmod>true</useJvmChmod>
3629
</properties>
3730

@@ -89,6 +82,7 @@
8982
</dependency>
9083
</dependencies>
9184

85+
9286
<build>
9387
<pluginManagement>
9488
<plugins>
@@ -100,22 +94,6 @@
10094
</plugins>
10195
</pluginManagement>
10296
<plugins>
103-
<plugin>
104-
<groupId>org.apache.maven.plugins</groupId>
105-
<artifactId>maven-scm-publish-plugin</artifactId>
106-
<configuration>
107-
<content>${project.reporting.outputDirectory}</content><!-- mono-module doesn't require site:stage -->
108-
</configuration>
109-
<executions>
110-
<execution>
111-
<id>scm-publish</id>
112-
<phase>site-deploy</phase><!-- deploy site with maven-scm-publish-plugin -->
113-
<goals>
114-
<goal>publish-scm</goal>
115-
</goals>
116-
</execution>
117-
</executions>
118-
</plugin>
11997
<plugin>
12098
<groupId>org.apache.maven.plugins</groupId>
12199
<artifactId>maven-surefire-plugin</artifactId>
@@ -139,6 +117,7 @@
139117
<plugin>
140118
<groupId>org.codehaus.plexus</groupId>
141119
<artifactId>plexus-component-metadata</artifactId>
120+
<version>1.6</version>
142121
<executions>
143122
<execution>
144123
<goals>
@@ -167,7 +146,14 @@
167146
</execution>
168147
</executions>
169148
</plugin>
170-
</plugins>
149+
<plugin>
150+
<artifactId>maven-compiler-plugin</artifactId>
151+
<configuration>
152+
<source>1.6</source>
153+
<target>1.6</target>
154+
</configuration>
155+
</plugin>
156+
</plugins>
171157
</build>
172158

173159
</project>

0 commit comments

Comments
 (0)