1
+ <?xml version =" 1.0" encoding =" UTF-8" ?>
1
2
<!--
2
3
Copyright (c) 2008 Sonatype, Inc. All rights reserved.
3
4
@@ -10,7 +11,6 @@ software distributed under the Apache License Version 2.0 is distributed on an
10
11
"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
11
12
See the Apache License Version 2.0 for the specific language governing permissions and limitations there under.
12
13
-->
13
-
14
14
<project xmlns =" http://maven.apache.org/POM/4.0.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd" >
15
15
<modelVersion >4.0.0</modelVersion >
16
16
@@ -26,10 +26,10 @@ See the Apache License Version 2.0 for the specific language governing permissio
26
26
<scm >
27
27
<connection >scm:git:https://github.com/codehaus-plexus/plexus-build-api.git</connection >
28
28
<developerConnection >scm:git:https://github.com/codehaus-plexus/plexus-build-api.git</developerConnection >
29
- <url >https://github.com/codehaus-plexus/plexus-build-api</url >
30
29
<tag >HEAD</tag >
30
+ <url >https://github.com/codehaus-plexus/plexus-build-api</url >
31
31
</scm >
32
-
32
+
33
33
<dependencies >
34
34
<dependency >
35
35
<groupId >org.codehaus.plexus</groupId >
@@ -51,8 +51,8 @@ See the Apache License Version 2.0 for the specific language governing permissio
51
51
<build >
52
52
<resources >
53
53
<resource >
54
- <directory >src/main/resources</directory >
55
54
<filtering >true</filtering >
55
+ <directory >src/main/resources</directory >
56
56
</resource >
57
57
</resources >
58
58
<plugins >
@@ -61,14 +61,14 @@ See the Apache License Version 2.0 for the specific language governing permissio
61
61
<artifactId >sisu-maven-plugin</artifactId >
62
62
<version >0.3.5</version >
63
63
<executions >
64
- <execution >
65
- <id >index-project</id >
66
- <goals >
67
- <goal >main-index</goal >
68
- <goal >test-index</goal >
69
- </goals >
70
- </execution >
71
- </executions >
64
+ <execution >
65
+ <id >index-project</id >
66
+ <goals >
67
+ <goal >main-index</goal >
68
+ <goal >test-index</goal >
69
+ </goals >
70
+ </execution >
71
+ </executions >
72
72
</plugin >
73
73
<plugin >
74
74
<groupId >org.apache.maven.plugins</groupId >
0 commit comments