File tree 1 file changed +11
-25
lines changed
1 file changed +11
-25
lines changed Original file line number Diff line number Diff line change 6
6
<parent >
7
7
<artifactId >plexus</artifactId >
8
8
<groupId >org.codehaus.plexus</groupId >
9
- <version >4.0-SNAPSHOT </version >
9
+ <version >3.2 </version >
10
10
</parent >
11
11
12
12
<artifactId >plexus-archiver</artifactId >
23
23
<system >jira</system >
24
24
<url >https://github.com/codehaus-plexus/plexus-archiver/issues</url >
25
25
</issueManagement >
26
- <distributionManagement >
27
- <site >
28
- <id >github:gh-pages</id >
29
- <url >${project.scm.developerConnection} </url >
30
- </site >
31
- </distributionManagement >
32
26
33
27
<properties >
34
- <javaVersion >6</javaVersion >
35
28
<useJvmChmod >true</useJvmChmod >
36
29
</properties >
37
30
89
82
</dependency >
90
83
</dependencies >
91
84
85
+
92
86
<build >
93
87
<pluginManagement >
94
88
<plugins >
100
94
</plugins >
101
95
</pluginManagement >
102
96
<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 >
119
97
<plugin >
120
98
<groupId >org.apache.maven.plugins</groupId >
121
99
<artifactId >maven-surefire-plugin</artifactId >
139
117
<plugin >
140
118
<groupId >org.codehaus.plexus</groupId >
141
119
<artifactId >plexus-component-metadata</artifactId >
120
+ <version >1.6</version >
142
121
<executions >
143
122
<execution >
144
123
<goals >
167
146
</execution >
168
147
</executions >
169
148
</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 >
171
157
</build >
172
158
173
159
</project >
You can’t perform that action at this time.
0 commit comments