File tree Expand file tree Collapse file tree 1 file changed +11
-25
lines changed
Expand file tree Collapse file tree 1 file changed +11
-25
lines changed Original file line number Diff line number Diff line change 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 >
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
8982 </dependency >
9083 </dependencies >
9184
85+
9286 <build >
9387 <pluginManagement >
9488 <plugins >
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 >
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 >
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 >
You can’t perform that action at this time.
0 commit comments