File tree 1 file changed +25
-11
lines changed
1 file changed +25
-11
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 >3.2 </version >
9
+ <version >4.0-SNAPSHOT </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 >
26
32
27
33
<properties >
34
+ <javaVersion >6</javaVersion >
28
35
<useJvmChmod >true</useJvmChmod >
29
36
</properties >
30
37
82
89
</dependency >
83
90
</dependencies >
84
91
85
-
86
92
<build >
87
93
<pluginManagement >
88
94
<plugins >
94
100
</plugins >
95
101
</pluginManagement >
96
102
<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 >
97
119
<plugin >
98
120
<groupId >org.apache.maven.plugins</groupId >
99
121
<artifactId >maven-surefire-plugin</artifactId >
117
139
<plugin >
118
140
<groupId >org.codehaus.plexus</groupId >
119
141
<artifactId >plexus-component-metadata</artifactId >
120
- <version >1.6</version >
121
142
<executions >
122
143
<execution >
123
144
<goals >
146
167
</execution >
147
168
</executions >
148
169
</plugin >
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 >
170
+ </plugins >
157
171
</build >
158
172
159
173
</project >
You can’t perform that action at this time.
0 commit comments