You are viewing a plain text version of this content. The canonical link for it is here.
Posted to npanday-commits@incubator.apache.org by br...@apache.org on 2014/02/26 15:58:11 UTC

svn commit: r1572114 [3/4] - in /incubator/npanday/trunk: ./ archetypes/ archetypes/maven-archetype-dotnet-simple/ archetypes/maven-archetype-dotnet-simple/src/main/resources/archetype-resources/ archetypes/maven-archetype-netexecutable/ archetypes/mav...

Modified: incubator/npanday/trunk/plugins/aspnet-maven-plugin/src/it/IT005_DefaultExcludes/pom.xml
URL: http://svn.apache.org/viewvc/incubator/npanday/trunk/plugins/aspnet-maven-plugin/src/it/IT005_DefaultExcludes/pom.xml?rev=1572114&r1=1572113&r2=1572114&view=diff
==============================================================================
--- incubator/npanday/trunk/plugins/aspnet-maven-plugin/src/it/IT005_DefaultExcludes/pom.xml (original)
+++ incubator/npanday/trunk/plugins/aspnet-maven-plugin/src/it/IT005_DefaultExcludes/pom.xml Wed Feb 26 15:58:08 2014
@@ -1,60 +1,60 @@
-<?xml version="1.0" encoding="utf-8"?>
-
-<!--
-  ~ Licensed to the Apache Software Foundation (ASF) under one
-  ~ or more contributor license agreements.  See the NOTICE file
-  ~ distributed with this work for additional information
-  ~ regarding copyright ownership.  The ASF licenses this file
-  ~ to you under the Apache License, Version 2.0 (the
-  ~ "License"); you may not use this file except in compliance
-  ~ with the License.  You may obtain a copy of the License at
-  ~
-  ~   http://www.apache.org/licenses/LICENSE-2.0
-  ~
-  ~ Unless required by applicable law or agreed to in writing,
-  ~ software distributed under the License is distributed on an
-  ~ "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-  ~ KIND, either express or implied.  See the License for the
-  ~ specific language governing permissions and limitations
-  ~ under the License.
-  -->
-
-<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-         xmlns="http://maven.apache.org/POM/4.0.0"
-         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
-  <modelVersion>4.0.0</modelVersion>
-  <groupId>@project.groupId@.@project.artifactId@-its</groupId>
-  <artifactId>IT005_DefaultExcludes</artifactId>
-  <version>@project.version@</version>
-  <packaging>pom</packaging>
-  <build>
-    <plugins>
-      <plugin>
-        <groupId>@project.groupId@</groupId>
-        <artifactId>@project.artifactId@</artifactId>
-        <version>@project.version@</version>
-        <extensions>true</extensions>
-        <executions>
-          <execution>
-            <id>default-package</id>
-            <phase>prepare-package</phase>
-            <goals>
-              <goal>process-configs</goal>
-            </goals>
-            <configuration>
-              <frameworkVersion>4.0</frameworkVersion>
-              <configIncludes>
-                <configInclude>**/*.config</configInclude>
-                <configInclude>**/*.xml</configInclude>
-              </configIncludes>
-              <configExcludes>
-                <configExclude>**/excluded.xml</configExclude>
-              </configExcludes>
-            </configuration>
-          </execution>
-        </executions>
-      </plugin>
-    </plugins>
-  </build>
-
-</project>
+<?xml version="1.0" encoding="utf-8"?>
+
+<!--
+  ~ Licensed to the Apache Software Foundation (ASF) under one
+  ~ or more contributor license agreements.  See the NOTICE file
+  ~ distributed with this work for additional information
+  ~ regarding copyright ownership.  The ASF licenses this file
+  ~ to you under the Apache License, Version 2.0 (the
+  ~ "License"); you may not use this file except in compliance
+  ~ with the License.  You may obtain a copy of the License at
+  ~
+  ~   http://www.apache.org/licenses/LICENSE-2.0
+  ~
+  ~ Unless required by applicable law or agreed to in writing,
+  ~ software distributed under the License is distributed on an
+  ~ "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+  ~ KIND, either express or implied.  See the License for the
+  ~ specific language governing permissions and limitations
+  ~ under the License.
+  -->
+
+<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+         xmlns="http://maven.apache.org/POM/4.0.0"
+         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+  <modelVersion>4.0.0</modelVersion>
+  <groupId>@project.groupId@.@project.artifactId@-its</groupId>
+  <artifactId>IT005_DefaultExcludes</artifactId>
+  <version>@project.version@</version>
+  <packaging>pom</packaging>
+  <build>
+    <plugins>
+      <plugin>
+        <groupId>@project.groupId@</groupId>
+        <artifactId>@project.artifactId@</artifactId>
+        <version>@project.version@</version>
+        <extensions>true</extensions>
+        <executions>
+          <execution>
+            <id>default-package</id>
+            <phase>prepare-package</phase>
+            <goals>
+              <goal>process-configs</goal>
+            </goals>
+            <configuration>
+              <frameworkVersion>4.0</frameworkVersion>
+              <configIncludes>
+                <configInclude>**/*.config</configInclude>
+                <configInclude>**/*.xml</configInclude>
+              </configIncludes>
+              <configExcludes>
+                <configExclude>**/excluded.xml</configExclude>
+              </configExcludes>
+            </configuration>
+          </execution>
+        </executions>
+      </plugin>
+    </plugins>
+  </build>
+
+</project>

Modified: incubator/npanday/trunk/plugins/library-importer-maven-plugin/pom.xml
URL: http://svn.apache.org/viewvc/incubator/npanday/trunk/plugins/library-importer-maven-plugin/pom.xml?rev=1572114&r1=1572113&r2=1572114&view=diff
==============================================================================
--- incubator/npanday/trunk/plugins/library-importer-maven-plugin/pom.xml (original)
+++ incubator/npanday/trunk/plugins/library-importer-maven-plugin/pom.xml Wed Feb 26 15:58:08 2014
@@ -1,128 +1,128 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--
-  ~ Licensed to the Apache Software Foundation (ASF) under one
-  ~ or more contributor license agreements.  See the NOTICE file
-  ~ distributed with this work for additional information
-  ~ regarding copyright ownership.  The ASF licenses this file
-  ~ to you under the Apache License, version 2.0 (the
-  ~ "License"); you may not use this file except in compliance
-  ~ with the License.  You may obtain a copy of the License at
-  ~
-  ~   http://www.apache.org/licenses/LICENSE-2.0
-  ~
-  ~ Unless required by applicable law or agreed to in writing,
-  ~ software distributed under the License is distributed on an
-  ~ "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-  ~ KIND, either express or implied.  See the License for the
-  ~ specific language governing permissions and limitations
-  ~ under the License.
-  -->
-
-<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
-    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
-  <modelVersion>4.0.0</modelVersion>
-  <parent>
-    <artifactId>maven-dotnet-plugins</artifactId>
-    <groupId>org.apache.npanday.plugins</groupId>
-    <version>1.5.0-incubating-SNAPSHOT</version>
-  </parent>
-  <groupId>org.apache.npanday.plugins</groupId>
-  <artifactId>library-importer-maven-plugin</artifactId>
-  <packaging>maven-plugin</packaging>
-
-  <name>NPanday :: Library Importer Maven Plugin</name>
-  <description>Maven Plugin for importing libraries and Nuget packages</description>
-
-  <build>
-    <plugins>
-      <plugin>
-        <groupId>org.codehaus.gmaven</groupId>
-        <artifactId>gmaven-plugin</artifactId>
-        <executions>
-          <!-- tests are yet included by super pom -->
-          <execution>
-            <id>groovy-main</id>
-            <goals>
-              <goal>generateStubs</goal>
-              <goal>compile</goal>
-            </goals>
-          </execution>
-          <execution>
-            <id>generate-plexus-config</id>
-            <phase>prepare-package</phase>
-            <goals>
-              <goal>execute</goal>
-            </goals>
-            <configuration>
-              <source>file:///${pom.basedir}/src/main/script/plexus_component_xml.groovy</source>
-            </configuration>
-          </execution>
-        </executions>
-      </plugin>
-    </plugins>
-  </build>
-
-  <dependencies>
-    <dependency>
-        <groupId>org.apache.npanday</groupId>
-        <artifactId>dotnet-nuget</artifactId>
-        <version>${project.version}</version>
-    </dependency>
-    <dependency>
-        <groupId>org.apache.npanday</groupId>
-        <artifactId>dotnet-model-library-import</artifactId>
-        <version>${project.version}</version>
-    </dependency>
-    <dependency>
-      <groupId>org.codehaus.gmaven</groupId>
-      <artifactId>gmaven-mojo</artifactId>
-      <version>${gmaven.version}</version>
-      <exclusions>
-        <exclusion>
-          <artifactId>groovy-all-minimal</artifactId>
-          <groupId>org.codehaus.groovy</groupId>
-        </exclusion>
-      </exclusions>
-    </dependency>
-    <dependency>
-      <groupId>org.codehaus.plexus</groupId>
-      <artifactId>plexus-archiver</artifactId>
-    </dependency>
-    <dependency>
-      <groupId>org.codehaus.plexus</groupId>
-      <artifactId>plexus-utils</artifactId>
-      <version>${plexus.utils.version}</version>
-    </dependency>
-    <dependency>
-      <groupId>org.codehaus.plexus</groupId>
-      <artifactId>plexus-digest</artifactId>
-      <version>1.0</version>
-    </dependency>
-  </dependencies>
-
-  <!-- REMOVE PROFILE WHEN NPANDAY-558 is done -->
-  <profiles>
-    <profile>
-      <id>disable-its</id>
-      <activation>
-        <activeByDefault>true</activeByDefault>
-      </activation>
-      <build>
-        <pluginManagement>
-          <plugins>
-            <plugin>
-              <groupId>org.apache.maven.plugins</groupId>
-              <artifactId>maven-invoker-plugin</artifactId>
-              <configuration>
-                <pomExcludes>
-                  <!-- This test requires Visual Studio 2010 be installed -->
-                  <pomExclude>*/pom.xml</pomExclude>
-                </pomExcludes>
-              </configuration>
-            </plugin>
-          </plugins>
-        </pluginManagement>
-      </build>
-    </profile>
-  </profiles>
-</project>
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+  ~ Licensed to the Apache Software Foundation (ASF) under one
+  ~ or more contributor license agreements.  See the NOTICE file
+  ~ distributed with this work for additional information
+  ~ regarding copyright ownership.  The ASF licenses this file
+  ~ to you under the Apache License, version 2.0 (the
+  ~ "License"); you may not use this file except in compliance
+  ~ with the License.  You may obtain a copy of the License at
+  ~
+  ~   http://www.apache.org/licenses/LICENSE-2.0
+  ~
+  ~ Unless required by applicable law or agreed to in writing,
+  ~ software distributed under the License is distributed on an
+  ~ "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+  ~ KIND, either express or implied.  See the License for the
+  ~ specific language governing permissions and limitations
+  ~ under the License.
+  -->
+
+<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
+    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+  <modelVersion>4.0.0</modelVersion>
+  <parent>
+    <artifactId>maven-dotnet-plugins</artifactId>
+    <groupId>org.apache.npanday.plugins</groupId>
+    <version>1.5.0-incubating-SNAPSHOT</version>
+  </parent>
+  <groupId>org.apache.npanday.plugins</groupId>
+  <artifactId>library-importer-maven-plugin</artifactId>
+  <packaging>maven-plugin</packaging>
+
+  <name>NPanday :: Library Importer Maven Plugin</name>
+  <description>Maven Plugin for importing libraries and Nuget packages</description>
+
+  <build>
+    <plugins>
+      <plugin>
+        <groupId>org.codehaus.gmaven</groupId>
+        <artifactId>gmaven-plugin</artifactId>
+        <executions>
+          <!-- tests are yet included by super pom -->
+          <execution>
+            <id>groovy-main</id>
+            <goals>
+              <goal>generateStubs</goal>
+              <goal>compile</goal>
+            </goals>
+          </execution>
+          <execution>
+            <id>generate-plexus-config</id>
+            <phase>prepare-package</phase>
+            <goals>
+              <goal>execute</goal>
+            </goals>
+            <configuration>
+              <source>file:///${pom.basedir}/src/main/script/plexus_component_xml.groovy</source>
+            </configuration>
+          </execution>
+        </executions>
+      </plugin>
+    </plugins>
+  </build>
+
+  <dependencies>
+    <dependency>
+        <groupId>org.apache.npanday</groupId>
+        <artifactId>dotnet-nuget</artifactId>
+        <version>${project.version}</version>
+    </dependency>
+    <dependency>
+        <groupId>org.apache.npanday</groupId>
+        <artifactId>dotnet-model-library-import</artifactId>
+        <version>${project.version}</version>
+    </dependency>
+    <dependency>
+      <groupId>org.codehaus.gmaven</groupId>
+      <artifactId>gmaven-mojo</artifactId>
+      <version>${gmaven.version}</version>
+      <exclusions>
+        <exclusion>
+          <artifactId>groovy-all-minimal</artifactId>
+          <groupId>org.codehaus.groovy</groupId>
+        </exclusion>
+      </exclusions>
+    </dependency>
+    <dependency>
+      <groupId>org.codehaus.plexus</groupId>
+      <artifactId>plexus-archiver</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.codehaus.plexus</groupId>
+      <artifactId>plexus-utils</artifactId>
+      <version>${plexus.utils.version}</version>
+    </dependency>
+    <dependency>
+      <groupId>org.codehaus.plexus</groupId>
+      <artifactId>plexus-digest</artifactId>
+      <version>1.0</version>
+    </dependency>
+  </dependencies>
+
+  <!-- REMOVE PROFILE WHEN NPANDAY-558 is done -->
+  <profiles>
+    <profile>
+      <id>disable-its</id>
+      <activation>
+        <activeByDefault>true</activeByDefault>
+      </activation>
+      <build>
+        <pluginManagement>
+          <plugins>
+            <plugin>
+              <groupId>org.apache.maven.plugins</groupId>
+              <artifactId>maven-invoker-plugin</artifactId>
+              <configuration>
+                <pomExcludes>
+                  <!-- This test requires Visual Studio 2010 be installed -->
+                  <pomExclude>*/pom.xml</pomExclude>
+                </pomExcludes>
+              </configuration>
+            </plugin>
+          </plugins>
+        </pluginManagement>
+      </build>
+    </profile>
+  </profiles>
+</project>

Modified: incubator/npanday/trunk/plugins/library-importer-maven-plugin/src/it/IT001_InstallPackages/pom.xml
URL: http://svn.apache.org/viewvc/incubator/npanday/trunk/plugins/library-importer-maven-plugin/src/it/IT001_InstallPackages/pom.xml?rev=1572114&r1=1572113&r2=1572114&view=diff
==============================================================================
--- incubator/npanday/trunk/plugins/library-importer-maven-plugin/src/it/IT001_InstallPackages/pom.xml (original)
+++ incubator/npanday/trunk/plugins/library-importer-maven-plugin/src/it/IT001_InstallPackages/pom.xml Wed Feb 26 15:58:08 2014
@@ -1,55 +1,55 @@
-<?xml version="1.0" encoding="utf-8"?>
-
-<!--
-  ~ Licensed to the Apache Software Foundation (ASF) under one
-  ~ or more contributor license agreements.  See the NOTICE file
-  ~ distributed with this work for additional information
-  ~ regarding copyright ownership.  The ASF licenses this file
-  ~ to you under the Apache License, version 2.0 (the
-  ~ "License"); you may not use this file except in compliance
-  ~ with the License.  You may obtain a copy of the License at
-  ~
-  ~   http://www.apache.org/licenses/LICENSE-2.0
-  ~
-  ~ Unless required by applicable law or agreed to in writing,
-  ~ software distributed under the License is distributed on an
-  ~ "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-  ~ KIND, either express or implied.  See the License for the
-  ~ specific language governing permissions and limitations
-  ~ under the License.
-  -->
-
-<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-         xmlns="http://maven.apache.org/POM/4.0.0"
-         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
-  <modelVersion>4.0.0</modelVersion>
-  <groupId>@project.groupId@.@project.artifactId@-its</groupId>
-  <artifactId>IT001_InstallPackages</artifactId>
-  <version>@project.version@</version>
-  <packaging>pom</packaging>
-
-  <properties>
-    <frameworkVersion>4.0</frameworkVersion>
-  </properties>
-
-  <build>
-    <plugins>
-      <plugin>
-        <groupId>@project.groupId@</groupId>
-        <artifactId>@project.artifactId@</artifactId>
-        <version>@project.version@</version>
-        <executions>
-          <execution>
-            <phase>compile</phase>
-            <goals>
-              <goal>resolve-packages</goal>
-              <goal>extract-nuspec</goal>
-              <goal>generate-package-manifestinfos</goal>
-            </goals>
-          </execution>
-        </executions>
-      </plugin>
-    </plugins>
-  </build>
-
-</project>
+<?xml version="1.0" encoding="utf-8"?>
+
+<!--
+  ~ Licensed to the Apache Software Foundation (ASF) under one
+  ~ or more contributor license agreements.  See the NOTICE file
+  ~ distributed with this work for additional information
+  ~ regarding copyright ownership.  The ASF licenses this file
+  ~ to you under the Apache License, version 2.0 (the
+  ~ "License"); you may not use this file except in compliance
+  ~ with the License.  You may obtain a copy of the License at
+  ~
+  ~   http://www.apache.org/licenses/LICENSE-2.0
+  ~
+  ~ Unless required by applicable law or agreed to in writing,
+  ~ software distributed under the License is distributed on an
+  ~ "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+  ~ KIND, either express or implied.  See the License for the
+  ~ specific language governing permissions and limitations
+  ~ under the License.
+  -->
+
+<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+         xmlns="http://maven.apache.org/POM/4.0.0"
+         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+  <modelVersion>4.0.0</modelVersion>
+  <groupId>@project.groupId@.@project.artifactId@-its</groupId>
+  <artifactId>IT001_InstallPackages</artifactId>
+  <version>@project.version@</version>
+  <packaging>pom</packaging>
+
+  <properties>
+    <frameworkVersion>4.0</frameworkVersion>
+  </properties>
+
+  <build>
+    <plugins>
+      <plugin>
+        <groupId>@project.groupId@</groupId>
+        <artifactId>@project.artifactId@</artifactId>
+        <version>@project.version@</version>
+        <executions>
+          <execution>
+            <phase>compile</phase>
+            <goals>
+              <goal>resolve-packages</goal>
+              <goal>extract-nuspec</goal>
+              <goal>generate-package-manifestinfos</goal>
+            </goals>
+          </execution>
+        </executions>
+      </plugin>
+    </plugins>
+  </build>
+
+</project>

Modified: incubator/npanday/trunk/plugins/library-importer-maven-plugin/src/it/IT002_GeneratePoms/pom.xml
URL: http://svn.apache.org/viewvc/incubator/npanday/trunk/plugins/library-importer-maven-plugin/src/it/IT002_GeneratePoms/pom.xml?rev=1572114&r1=1572113&r2=1572114&view=diff
==============================================================================
--- incubator/npanday/trunk/plugins/library-importer-maven-plugin/src/it/IT002_GeneratePoms/pom.xml (original)
+++ incubator/npanday/trunk/plugins/library-importer-maven-plugin/src/it/IT002_GeneratePoms/pom.xml Wed Feb 26 15:58:08 2014
@@ -1,56 +1,56 @@
-<?xml version="1.0" encoding="utf-8"?>
-
-<!--
-  ~ Licensed to the Apache Software Foundation (ASF) under one
-  ~ or more contributor license agreements.  See the NOTICE file
-  ~ distributed with this work for additional information
-  ~ regarding copyright ownership.  The ASF licenses this file
-  ~ to you under the Apache License, version 2.0 (the
-  ~ "License"); you may not use this file except in compliance
-  ~ with the License.  You may obtain a copy of the License at
-  ~
-  ~   http://www.apache.org/licenses/LICENSE-2.0
-  ~
-  ~ Unless required by applicable law or agreed to in writing,
-  ~ software distributed under the License is distributed on an
-  ~ "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-  ~ KIND, either express or implied.  See the License for the
-  ~ specific language governing permissions and limitations
-  ~ under the License.
-  -->
-
-<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-         xmlns="http://maven.apache.org/POM/4.0.0"
-         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
-  <modelVersion>4.0.0</modelVersion>
-  <groupId>@project.groupId@.@project.artifactId@-its</groupId>
-  <artifactId>IT002_GeneratePoms</artifactId>
-  <version>@project.version@</version>
-  <packaging>pom</packaging>
-
-  <properties>
-    <frameworkVersion>4.0</frameworkVersion>
-  </properties>
-
-  <build>
-    <plugins>
-      <plugin>
-        <groupId>@project.groupId@</groupId>
-        <artifactId>@project.artifactId@</artifactId>
-        <version>@project.version@</version>
-        <executions>
-          <execution>
-            <phase>compile</phase>
-            <goals>
-              <goal>resolve-packages</goal>
-              <goal>extract-nuspec</goal>
-              <goal>generate-package-manifestinfos</goal>
-              <goal>generate-package-artifacts</goal>
-            </goals>
-          </execution>
-        </executions>
-      </plugin>
-    </plugins>
-  </build>
-
-</project>
+<?xml version="1.0" encoding="utf-8"?>
+
+<!--
+  ~ Licensed to the Apache Software Foundation (ASF) under one
+  ~ or more contributor license agreements.  See the NOTICE file
+  ~ distributed with this work for additional information
+  ~ regarding copyright ownership.  The ASF licenses this file
+  ~ to you under the Apache License, version 2.0 (the
+  ~ "License"); you may not use this file except in compliance
+  ~ with the License.  You may obtain a copy of the License at
+  ~
+  ~   http://www.apache.org/licenses/LICENSE-2.0
+  ~
+  ~ Unless required by applicable law or agreed to in writing,
+  ~ software distributed under the License is distributed on an
+  ~ "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+  ~ KIND, either express or implied.  See the License for the
+  ~ specific language governing permissions and limitations
+  ~ under the License.
+  -->
+
+<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+         xmlns="http://maven.apache.org/POM/4.0.0"
+         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+  <modelVersion>4.0.0</modelVersion>
+  <groupId>@project.groupId@.@project.artifactId@-its</groupId>
+  <artifactId>IT002_GeneratePoms</artifactId>
+  <version>@project.version@</version>
+  <packaging>pom</packaging>
+
+  <properties>
+    <frameworkVersion>4.0</frameworkVersion>
+  </properties>
+
+  <build>
+    <plugins>
+      <plugin>
+        <groupId>@project.groupId@</groupId>
+        <artifactId>@project.artifactId@</artifactId>
+        <version>@project.version@</version>
+        <executions>
+          <execution>
+            <phase>compile</phase>
+            <goals>
+              <goal>resolve-packages</goal>
+              <goal>extract-nuspec</goal>
+              <goal>generate-package-manifestinfos</goal>
+              <goal>generate-package-artifacts</goal>
+            </goals>
+          </execution>
+        </executions>
+      </plugin>
+    </plugins>
+  </build>
+
+</project>

Modified: incubator/npanday/trunk/plugins/library-importer-maven-plugin/src/it/IT003_MultipleLibDirs/pom.xml
URL: http://svn.apache.org/viewvc/incubator/npanday/trunk/plugins/library-importer-maven-plugin/src/it/IT003_MultipleLibDirs/pom.xml?rev=1572114&r1=1572113&r2=1572114&view=diff
==============================================================================
--- incubator/npanday/trunk/plugins/library-importer-maven-plugin/src/it/IT003_MultipleLibDirs/pom.xml (original)
+++ incubator/npanday/trunk/plugins/library-importer-maven-plugin/src/it/IT003_MultipleLibDirs/pom.xml Wed Feb 26 15:58:08 2014
@@ -1,56 +1,56 @@
-<?xml version="1.0" encoding="utf-8"?>
-
-<!--
-  ~ Licensed to the Apache Software Foundation (ASF) under one
-  ~ or more contributor license agreements.  See the NOTICE file
-  ~ distributed with this work for additional information
-  ~ regarding copyright ownership.  The ASF licenses this file
-  ~ to you under the Apache License, version 2.0 (the
-  ~ "License"); you may not use this file except in compliance
-  ~ with the License.  You may obtain a copy of the License at
-  ~
-  ~   http://www.apache.org/licenses/LICENSE-2.0
-  ~
-  ~ Unless required by applicable law or agreed to in writing,
-  ~ software distributed under the License is distributed on an
-  ~ "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-  ~ KIND, either express or implied.  See the License for the
-  ~ specific language governing permissions and limitations
-  ~ under the License.
-  -->
-
-<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-         xmlns="http://maven.apache.org/POM/4.0.0"
-         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
-  <modelVersion>4.0.0</modelVersion>
-  <groupId>@project.groupId@.@project.artifactId@-its</groupId>
-  <artifactId>IT003_MultipleLibDirs</artifactId>
-  <version>@project.version@</version>
-  <packaging>pom</packaging>
-
-  <properties>
-    <frameworkVersion>4.0</frameworkVersion>
-  </properties>
-
-  <build>
-    <plugins>
-      <plugin>
-        <groupId>@project.groupId@</groupId>
-        <artifactId>@project.artifactId@</artifactId>
-        <version>@project.version@</version>
-        <executions>
-          <execution>
-            <phase>compile</phase>
-            <goals>
-              <goal>resolve-packages</goal>
-              <goal>extract-nuspec</goal>
-              <goal>generate-package-manifestinfos</goal>
-              <goal>generate-package-artifacts</goal>
-            </goals>
-          </execution>
-        </executions>
-      </plugin>
-    </plugins>
-  </build>
-
-</project>
+<?xml version="1.0" encoding="utf-8"?>
+
+<!--
+  ~ Licensed to the Apache Software Foundation (ASF) under one
+  ~ or more contributor license agreements.  See the NOTICE file
+  ~ distributed with this work for additional information
+  ~ regarding copyright ownership.  The ASF licenses this file
+  ~ to you under the Apache License, version 2.0 (the
+  ~ "License"); you may not use this file except in compliance
+  ~ with the License.  You may obtain a copy of the License at
+  ~
+  ~   http://www.apache.org/licenses/LICENSE-2.0
+  ~
+  ~ Unless required by applicable law or agreed to in writing,
+  ~ software distributed under the License is distributed on an
+  ~ "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+  ~ KIND, either express or implied.  See the License for the
+  ~ specific language governing permissions and limitations
+  ~ under the License.
+  -->
+
+<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+         xmlns="http://maven.apache.org/POM/4.0.0"
+         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+  <modelVersion>4.0.0</modelVersion>
+  <groupId>@project.groupId@.@project.artifactId@-its</groupId>
+  <artifactId>IT003_MultipleLibDirs</artifactId>
+  <version>@project.version@</version>
+  <packaging>pom</packaging>
+
+  <properties>
+    <frameworkVersion>4.0</frameworkVersion>
+  </properties>
+
+  <build>
+    <plugins>
+      <plugin>
+        <groupId>@project.groupId@</groupId>
+        <artifactId>@project.artifactId@</artifactId>
+        <version>@project.version@</version>
+        <executions>
+          <execution>
+            <phase>compile</phase>
+            <goals>
+              <goal>resolve-packages</goal>
+              <goal>extract-nuspec</goal>
+              <goal>generate-package-manifestinfos</goal>
+              <goal>generate-package-artifacts</goal>
+            </goals>
+          </execution>
+        </executions>
+      </plugin>
+    </plugins>
+  </build>
+
+</project>

Modified: incubator/npanday/trunk/plugins/library-importer-maven-plugin/src/it/IT004_PackageWithDependencies/pom.xml
URL: http://svn.apache.org/viewvc/incubator/npanday/trunk/plugins/library-importer-maven-plugin/src/it/IT004_PackageWithDependencies/pom.xml?rev=1572114&r1=1572113&r2=1572114&view=diff
==============================================================================
--- incubator/npanday/trunk/plugins/library-importer-maven-plugin/src/it/IT004_PackageWithDependencies/pom.xml (original)
+++ incubator/npanday/trunk/plugins/library-importer-maven-plugin/src/it/IT004_PackageWithDependencies/pom.xml Wed Feb 26 15:58:08 2014
@@ -1,56 +1,56 @@
-<?xml version="1.0" encoding="utf-8"?>
-
-<!--
-  ~ Licensed to the Apache Software Foundation (ASF) under one
-  ~ or more contributor license agreements.  See the NOTICE file
-  ~ distributed with this work for additional information
-  ~ regarding copyright ownership.  The ASF licenses this file
-  ~ to you under the Apache License, version 2.0 (the
-  ~ "License"); you may not use this file except in compliance
-  ~ with the License.  You may obtain a copy of the License at
-  ~
-  ~   http://www.apache.org/licenses/LICENSE-2.0
-  ~
-  ~ Unless required by applicable law or agreed to in writing,
-  ~ software distributed under the License is distributed on an
-  ~ "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-  ~ KIND, either express or implied.  See the License for the
-  ~ specific language governing permissions and limitations
-  ~ under the License.
-  -->
-
-<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-         xmlns="http://maven.apache.org/POM/4.0.0"
-         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
-  <modelVersion>4.0.0</modelVersion>
-  <groupId>@project.groupId@.@project.artifactId@-its</groupId>
-  <artifactId>IT004_PackageWithDependencies</artifactId>
-  <version>@project.version@</version>
-  <packaging>pom</packaging>
-
-  <properties>
-    <frameworkVersion>4.0</frameworkVersion>
-  </properties>
-
-  <build>
-    <plugins>
-      <plugin>
-        <groupId>@project.groupId@</groupId>
-        <artifactId>@project.artifactId@</artifactId>
-        <version>@project.version@</version>
-        <executions>
-          <execution>
-            <phase>compile</phase>
-            <goals>
-              <goal>resolve-packages</goal>
-              <goal>extract-nuspec</goal>
-              <goal>generate-package-manifestinfos</goal>
-              <goal>generate-package-artifacts</goal>
-            </goals>
-          </execution>
-        </executions>
-      </plugin>
-    </plugins>
-  </build>
-
-</project>
+<?xml version="1.0" encoding="utf-8"?>
+
+<!--
+  ~ Licensed to the Apache Software Foundation (ASF) under one
+  ~ or more contributor license agreements.  See the NOTICE file
+  ~ distributed with this work for additional information
+  ~ regarding copyright ownership.  The ASF licenses this file
+  ~ to you under the Apache License, version 2.0 (the
+  ~ "License"); you may not use this file except in compliance
+  ~ with the License.  You may obtain a copy of the License at
+  ~
+  ~   http://www.apache.org/licenses/LICENSE-2.0
+  ~
+  ~ Unless required by applicable law or agreed to in writing,
+  ~ software distributed under the License is distributed on an
+  ~ "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+  ~ KIND, either express or implied.  See the License for the
+  ~ specific language governing permissions and limitations
+  ~ under the License.
+  -->
+
+<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+         xmlns="http://maven.apache.org/POM/4.0.0"
+         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+  <modelVersion>4.0.0</modelVersion>
+  <groupId>@project.groupId@.@project.artifactId@-its</groupId>
+  <artifactId>IT004_PackageWithDependencies</artifactId>
+  <version>@project.version@</version>
+  <packaging>pom</packaging>
+
+  <properties>
+    <frameworkVersion>4.0</frameworkVersion>
+  </properties>
+
+  <build>
+    <plugins>
+      <plugin>
+        <groupId>@project.groupId@</groupId>
+        <artifactId>@project.artifactId@</artifactId>
+        <version>@project.version@</version>
+        <executions>
+          <execution>
+            <phase>compile</phase>
+            <goals>
+              <goal>resolve-packages</goal>
+              <goal>extract-nuspec</goal>
+              <goal>generate-package-manifestinfos</goal>
+              <goal>generate-package-artifacts</goal>
+            </goals>
+          </execution>
+        </executions>
+      </plugin>
+    </plugins>
+  </build>
+
+</project>

Modified: incubator/npanday/trunk/plugins/library-importer-maven-plugin/src/it/IT005_CustomDependencyIgnore/pom.xml
URL: http://svn.apache.org/viewvc/incubator/npanday/trunk/plugins/library-importer-maven-plugin/src/it/IT005_CustomDependencyIgnore/pom.xml?rev=1572114&r1=1572113&r2=1572114&view=diff
==============================================================================
--- incubator/npanday/trunk/plugins/library-importer-maven-plugin/src/it/IT005_CustomDependencyIgnore/pom.xml (original)
+++ incubator/npanday/trunk/plugins/library-importer-maven-plugin/src/it/IT005_CustomDependencyIgnore/pom.xml Wed Feb 26 15:58:08 2014
@@ -1,56 +1,56 @@
-<?xml version="1.0" encoding="utf-8"?>
-
-<!--
-  ~ Licensed to the Apache Software Foundation (ASF) under one
-  ~ or more contributor license agreements.  See the NOTICE file
-  ~ distributed with this work for additional information
-  ~ regarding copyright ownership.  The ASF licenses this file
-  ~ to you under the Apache License, Version 2.0 (the
-  ~ "License"); you may not use this file except in compliance
-  ~ with the License.  You may obtain a copy of the License at
-  ~
-  ~   http://www.apache.org/licenses/LICENSE-2.0
-  ~
-  ~ Unless required by applicable law or agreed to in writing,
-  ~ software distributed under the License is distributed on an
-  ~ "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-  ~ KIND, either express or implied.  See the License for the
-  ~ specific language governing permissions and limitations
-  ~ under the License.
-  -->
-
-<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-         xmlns="http://maven.apache.org/POM/4.0.0"
-         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
-  <modelVersion>4.0.0</modelVersion>
-  <groupId>@project.groupId@.@project.artifactId@-its</groupId>
-  <artifactId>IT005_CustomDependencyIgnore</artifactId>
-  <version>@project.version@</version>
-  <packaging>pom</packaging>
-
-  <properties>
-    <frameworkVersion>4.0</frameworkVersion>
-  </properties>
-
-  <build>
-    <plugins>
-      <plugin>
-        <groupId>@project.groupId@</groupId>
-        <artifactId>@project.artifactId@</artifactId>
-        <version>@project.version@</version>
-        <executions>
-          <execution>
-            <phase>compile</phase>
-            <goals>
-              <goal>resolve-packages</goal>
-              <goal>extract-nuspec</goal>
-              <goal>generate-package-manifestinfos</goal>
-              <goal>generate-package-artifacts</goal>
-            </goals>
-          </execution>
-        </executions>
-      </plugin>
-    </plugins>
-  </build>
-
-</project>
+<?xml version="1.0" encoding="utf-8"?>
+
+<!--
+  ~ Licensed to the Apache Software Foundation (ASF) under one
+  ~ or more contributor license agreements.  See the NOTICE file
+  ~ distributed with this work for additional information
+  ~ regarding copyright ownership.  The ASF licenses this file
+  ~ to you under the Apache License, Version 2.0 (the
+  ~ "License"); you may not use this file except in compliance
+  ~ with the License.  You may obtain a copy of the License at
+  ~
+  ~   http://www.apache.org/licenses/LICENSE-2.0
+  ~
+  ~ Unless required by applicable law or agreed to in writing,
+  ~ software distributed under the License is distributed on an
+  ~ "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+  ~ KIND, either express or implied.  See the License for the
+  ~ specific language governing permissions and limitations
+  ~ under the License.
+  -->
+
+<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+         xmlns="http://maven.apache.org/POM/4.0.0"
+         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+  <modelVersion>4.0.0</modelVersion>
+  <groupId>@project.groupId@.@project.artifactId@-its</groupId>
+  <artifactId>IT005_CustomDependencyIgnore</artifactId>
+  <version>@project.version@</version>
+  <packaging>pom</packaging>
+
+  <properties>
+    <frameworkVersion>4.0</frameworkVersion>
+  </properties>
+
+  <build>
+    <plugins>
+      <plugin>
+        <groupId>@project.groupId@</groupId>
+        <artifactId>@project.artifactId@</artifactId>
+        <version>@project.version@</version>
+        <executions>
+          <execution>
+            <phase>compile</phase>
+            <goals>
+              <goal>resolve-packages</goal>
+              <goal>extract-nuspec</goal>
+              <goal>generate-package-manifestinfos</goal>
+              <goal>generate-package-artifacts</goal>
+            </goals>
+          </execution>
+        </executions>
+      </plugin>
+    </plugins>
+  </build>
+
+</project>

Modified: incubator/npanday/trunk/plugins/library-importer-maven-plugin/src/it/IT006_CustomSource/pom.xml
URL: http://svn.apache.org/viewvc/incubator/npanday/trunk/plugins/library-importer-maven-plugin/src/it/IT006_CustomSource/pom.xml?rev=1572114&r1=1572113&r2=1572114&view=diff
==============================================================================
--- incubator/npanday/trunk/plugins/library-importer-maven-plugin/src/it/IT006_CustomSource/pom.xml (original)
+++ incubator/npanday/trunk/plugins/library-importer-maven-plugin/src/it/IT006_CustomSource/pom.xml Wed Feb 26 15:58:08 2014
@@ -1,55 +1,55 @@
-<?xml version="1.0" encoding="utf-8"?>
-
-<!--
-  ~ Licensed to the Apache Software Foundation (ASF) under one
-  ~ or more contributor license agreements.  See the NOTICE file
-  ~ distributed with this work for additional information
-  ~ regarding copyright ownership.  The ASF licenses this file
-  ~ to you under the Apache License, Version 2.0 (the
-  ~ "License"); you may not use this file except in compliance
-  ~ with the License.  You may obtain a copy of the License at
-  ~
-  ~   http://www.apache.org/licenses/LICENSE-2.0
-  ~
-  ~ Unless required by applicable law or agreed to in writing,
-  ~ software distributed under the License is distributed on an
-  ~ "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-  ~ KIND, either express or implied.  See the License for the
-  ~ specific language governing permissions and limitations
-  ~ under the License.
-  -->
-
-<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-         xmlns="http://maven.apache.org/POM/4.0.0"
-         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
-  <modelVersion>4.0.0</modelVersion>
-  <groupId>@project.groupId@.@project.artifactId@-its</groupId>
-  <artifactId>IT006_CustomSource</artifactId>
-  <version>@project.version@</version>
-  <packaging>pom</packaging>
-
-  <properties>
-    <frameworkVersion>4.0</frameworkVersion>
-  </properties>
-
-  <build>
-    <plugins>
-      <plugin>
-        <groupId>@project.groupId@</groupId>
-        <artifactId>@project.artifactId@</artifactId>
-        <version>@project.version@</version>
-        <executions>
-          <execution>
-            <phase>compile</phase>
-            <goals>
-              <goal>resolve-packages</goal>
-              <goal>extract-nuspec</goal>
-              <goal>generate-package-manifestinfos</goal>
-            </goals>
-          </execution>
-        </executions>
-      </plugin>
-    </plugins>
-  </build>
-
-</project>
+<?xml version="1.0" encoding="utf-8"?>
+
+<!--
+  ~ Licensed to the Apache Software Foundation (ASF) under one
+  ~ or more contributor license agreements.  See the NOTICE file
+  ~ distributed with this work for additional information
+  ~ regarding copyright ownership.  The ASF licenses this file
+  ~ to you under the Apache License, Version 2.0 (the
+  ~ "License"); you may not use this file except in compliance
+  ~ with the License.  You may obtain a copy of the License at
+  ~
+  ~   http://www.apache.org/licenses/LICENSE-2.0
+  ~
+  ~ Unless required by applicable law or agreed to in writing,
+  ~ software distributed under the License is distributed on an
+  ~ "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+  ~ KIND, either express or implied.  See the License for the
+  ~ specific language governing permissions and limitations
+  ~ under the License.
+  -->
+
+<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+         xmlns="http://maven.apache.org/POM/4.0.0"
+         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+  <modelVersion>4.0.0</modelVersion>
+  <groupId>@project.groupId@.@project.artifactId@-its</groupId>
+  <artifactId>IT006_CustomSource</artifactId>
+  <version>@project.version@</version>
+  <packaging>pom</packaging>
+
+  <properties>
+    <frameworkVersion>4.0</frameworkVersion>
+  </properties>
+
+  <build>
+    <plugins>
+      <plugin>
+        <groupId>@project.groupId@</groupId>
+        <artifactId>@project.artifactId@</artifactId>
+        <version>@project.version@</version>
+        <executions>
+          <execution>
+            <phase>compile</phase>
+            <goals>
+              <goal>resolve-packages</goal>
+              <goal>extract-nuspec</goal>
+              <goal>generate-package-manifestinfos</goal>
+            </goals>
+          </execution>
+        </executions>
+      </plugin>
+    </plugins>
+  </build>
+
+</project>

Modified: incubator/npanday/trunk/plugins/library-importer-maven-plugin/src/it/IT007_InstallToCustomLocalRepository/pom.xml
URL: http://svn.apache.org/viewvc/incubator/npanday/trunk/plugins/library-importer-maven-plugin/src/it/IT007_InstallToCustomLocalRepository/pom.xml?rev=1572114&r1=1572113&r2=1572114&view=diff
==============================================================================
--- incubator/npanday/trunk/plugins/library-importer-maven-plugin/src/it/IT007_InstallToCustomLocalRepository/pom.xml (original)
+++ incubator/npanday/trunk/plugins/library-importer-maven-plugin/src/it/IT007_InstallToCustomLocalRepository/pom.xml Wed Feb 26 15:58:08 2014
@@ -1,73 +1,73 @@
-<?xml version="1.0" encoding="utf-8"?>
-
-<!--
-  ~ Licensed to the Apache Software Foundation (ASF) under one
-  ~ or more contributor license agreements.  See the NOTICE file
-  ~ distributed with this work for additional information
-  ~ regarding copyright ownership.  The ASF licenses this file
-  ~ to you under the Apache License, Version 2.0 (the
-  ~ "License"); you may not use this file except in compliance
-  ~ with the License.  You may obtain a copy of the License at
-  ~
-  ~   http://www.apache.org/licenses/LICENSE-2.0
-  ~
-  ~ Unless required by applicable law or agreed to in writing,
-  ~ software distributed under the License is distributed on an
-  ~ "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-  ~ KIND, either express or implied.  See the License for the
-  ~ specific language governing permissions and limitations
-  ~ under the License.
-  -->
-
-<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-         xmlns="http://maven.apache.org/POM/4.0.0"
-         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
-  <modelVersion>4.0.0</modelVersion>
-  <groupId>@project.groupId@.@project.artifactId@-its</groupId>
-  <artifactId>IT007_InstallToCustomLocalRepository</artifactId>
-  <version>@project.version@</version>
-  <packaging>pom</packaging>
-
-  <properties>
-    <frameworkVersion>4.0</frameworkVersion>
-  </properties>
-
-  <build>
-    <plugins>
-      <plugin>
-        <groupId>@project.groupId@</groupId>
-        <artifactId>@project.artifactId@</artifactId>
-        <version>@project.version@</version>
-        <executions>
-          <execution>
-            <id>assemble-libs</id>
-            <phase>compile</phase>
-            <goals>
-              <goal>resolve-packages</goal>
-              <goal>extract-nuspec</goal>
-              <goal>generate-package-manifestinfos</goal>
-            </goals>
-          </execution>
-          <execution>
-            <id>generate-artifacts</id>
-            <phase>package</phase>
-            <goals>
-              <goal>generate-package-artifacts</goal>
-            </goals>
-          </execution>
-          <execution>
-            <id>install-libs</id>
-            <phase>install</phase>
-            <goals>
-              <goal>install-libraries</goal>
-            </goals>
-            <configuration>
-              <localRepository>${basedir}/local-repo</localRepository>
-            </configuration>
-          </execution>
-        </executions>
-      </plugin>
-    </plugins>
-  </build>
-
-</project>
+<?xml version="1.0" encoding="utf-8"?>
+
+<!--
+  ~ Licensed to the Apache Software Foundation (ASF) under one
+  ~ or more contributor license agreements.  See the NOTICE file
+  ~ distributed with this work for additional information
+  ~ regarding copyright ownership.  The ASF licenses this file
+  ~ to you under the Apache License, Version 2.0 (the
+  ~ "License"); you may not use this file except in compliance
+  ~ with the License.  You may obtain a copy of the License at
+  ~
+  ~   http://www.apache.org/licenses/LICENSE-2.0
+  ~
+  ~ Unless required by applicable law or agreed to in writing,
+  ~ software distributed under the License is distributed on an
+  ~ "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+  ~ KIND, either express or implied.  See the License for the
+  ~ specific language governing permissions and limitations
+  ~ under the License.
+  -->
+
+<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+         xmlns="http://maven.apache.org/POM/4.0.0"
+         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+  <modelVersion>4.0.0</modelVersion>
+  <groupId>@project.groupId@.@project.artifactId@-its</groupId>
+  <artifactId>IT007_InstallToCustomLocalRepository</artifactId>
+  <version>@project.version@</version>
+  <packaging>pom</packaging>
+
+  <properties>
+    <frameworkVersion>4.0</frameworkVersion>
+  </properties>
+
+  <build>
+    <plugins>
+      <plugin>
+        <groupId>@project.groupId@</groupId>
+        <artifactId>@project.artifactId@</artifactId>
+        <version>@project.version@</version>
+        <executions>
+          <execution>
+            <id>assemble-libs</id>
+            <phase>compile</phase>
+            <goals>
+              <goal>resolve-packages</goal>
+              <goal>extract-nuspec</goal>
+              <goal>generate-package-manifestinfos</goal>
+            </goals>
+          </execution>
+          <execution>
+            <id>generate-artifacts</id>
+            <phase>package</phase>
+            <goals>
+              <goal>generate-package-artifacts</goal>
+            </goals>
+          </execution>
+          <execution>
+            <id>install-libs</id>
+            <phase>install</phase>
+            <goals>
+              <goal>install-libraries</goal>
+            </goals>
+            <configuration>
+              <localRepository>${basedir}/local-repo</localRepository>
+            </configuration>
+          </execution>
+        </executions>
+      </plugin>
+    </plugins>
+  </build>
+
+</project>

Modified: incubator/npanday/trunk/plugins/library-importer-maven-plugin/src/it/IT008_DeployToCustomLocalRepository/pom.xml
URL: http://svn.apache.org/viewvc/incubator/npanday/trunk/plugins/library-importer-maven-plugin/src/it/IT008_DeployToCustomLocalRepository/pom.xml?rev=1572114&r1=1572113&r2=1572114&view=diff
==============================================================================
--- incubator/npanday/trunk/plugins/library-importer-maven-plugin/src/it/IT008_DeployToCustomLocalRepository/pom.xml (original)
+++ incubator/npanday/trunk/plugins/library-importer-maven-plugin/src/it/IT008_DeployToCustomLocalRepository/pom.xml Wed Feb 26 15:58:08 2014
@@ -1,88 +1,88 @@
-<?xml version="1.0" encoding="utf-8"?>
-
-<!--
-  ~ Licensed to the Apache Software Foundation (ASF) under one
-  ~ or more contributor license agreements.  See the NOTICE file
-  ~ distributed with this work for additional information
-  ~ regarding copyright ownership.  The ASF licenses this file
-  ~ to you under the Apache License, Version 2.0 (the
-  ~ "License"); you may not use this file except in compliance
-  ~ with the License.  You may obtain a copy of the License at
-  ~
-  ~   http://www.apache.org/licenses/LICENSE-2.0
-  ~
-  ~ Unless required by applicable law or agreed to in writing,
-  ~ software distributed under the License is distributed on an
-  ~ "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-  ~ KIND, either express or implied.  See the License for the
-  ~ specific language governing permissions and limitations
-  ~ under the License.
-  -->
-
-<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-         xmlns="http://maven.apache.org/POM/4.0.0"
-         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
-  <modelVersion>4.0.0</modelVersion>
-  <groupId>@project.groupId@.@project.artifactId@-its</groupId>
-  <artifactId>IT008_DeployToCustomLocalRepository</artifactId>
-  <version>@project.version@</version>
-  <packaging>pom</packaging>
-
-  <properties>
-    <frameworkVersion>4.0</frameworkVersion>
-  </properties>
-
-  <build>
-    <plugins>
-      <plugin>
-        <groupId>@project.groupId@</groupId>
-        <artifactId>@project.artifactId@</artifactId>
-        <version>@project.version@</version>
-        <executions>
-          <execution>
-            <id>assemble-libs</id>
-            <phase>compile</phase>
-            <goals>
-              <goal>resolve-packages</goal>
-              <goal>extract-nuspec</goal>
-              <goal>generate-package-manifestinfos</goal>
-            </goals>
-          </execution>
-          <execution>
-            <id>generate-artifacts</id>
-            <phase>package</phase>
-            <goals>
-              <goal>generate-package-artifacts</goal>
-            </goals>
-          </execution>
-          <execution>
-            <id>install-libs</id>
-            <phase>install</phase>
-            <goals>
-              <goal>install-libraries</goal>
-            </goals>
-          </execution>
-          <execution>
-            <id>deploy-libs</id>
-            <phase>install</phase>
-            <goals>
-              <goal>deploy-libraries</goal>
-            </goals>
-          </execution>
-        </executions>
-        <configuration>
-          <localRepository>${basedir}/local-install-repo</localRepository>
-          <deploymentRepository>test-deploy::default::file:/${basedir}/local-deploy-repo</deploymentRepository>
-        </configuration>
-      </plugin>
-      <plugin>
-        <groupId>org.apache.maven.plugins</groupId>
-        <artifactId>maven-deploy-plugin</artifactId>
-        <configuration>
-          <skip>true</skip>
-        </configuration>
-      </plugin>
-    </plugins>
-  </build>
-
-</project>
+<?xml version="1.0" encoding="utf-8"?>
+
+<!--
+  ~ Licensed to the Apache Software Foundation (ASF) under one
+  ~ or more contributor license agreements.  See the NOTICE file
+  ~ distributed with this work for additional information
+  ~ regarding copyright ownership.  The ASF licenses this file
+  ~ to you under the Apache License, Version 2.0 (the
+  ~ "License"); you may not use this file except in compliance
+  ~ with the License.  You may obtain a copy of the License at
+  ~
+  ~   http://www.apache.org/licenses/LICENSE-2.0
+  ~
+  ~ Unless required by applicable law or agreed to in writing,
+  ~ software distributed under the License is distributed on an
+  ~ "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+  ~ KIND, either express or implied.  See the License for the
+  ~ specific language governing permissions and limitations
+  ~ under the License.
+  -->
+
+<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+         xmlns="http://maven.apache.org/POM/4.0.0"
+         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+  <modelVersion>4.0.0</modelVersion>
+  <groupId>@project.groupId@.@project.artifactId@-its</groupId>
+  <artifactId>IT008_DeployToCustomLocalRepository</artifactId>
+  <version>@project.version@</version>
+  <packaging>pom</packaging>
+
+  <properties>
+    <frameworkVersion>4.0</frameworkVersion>
+  </properties>
+
+  <build>
+    <plugins>
+      <plugin>
+        <groupId>@project.groupId@</groupId>
+        <artifactId>@project.artifactId@</artifactId>
+        <version>@project.version@</version>
+        <executions>
+          <execution>
+            <id>assemble-libs</id>
+            <phase>compile</phase>
+            <goals>
+              <goal>resolve-packages</goal>
+              <goal>extract-nuspec</goal>
+              <goal>generate-package-manifestinfos</goal>
+            </goals>
+          </execution>
+          <execution>
+            <id>generate-artifacts</id>
+            <phase>package</phase>
+            <goals>
+              <goal>generate-package-artifacts</goal>
+            </goals>
+          </execution>
+          <execution>
+            <id>install-libs</id>
+            <phase>install</phase>
+            <goals>
+              <goal>install-libraries</goal>
+            </goals>
+          </execution>
+          <execution>
+            <id>deploy-libs</id>
+            <phase>install</phase>
+            <goals>
+              <goal>deploy-libraries</goal>
+            </goals>
+          </execution>
+        </executions>
+        <configuration>
+          <localRepository>${basedir}/local-install-repo</localRepository>
+          <deploymentRepository>test-deploy::default::file:/${basedir}/local-deploy-repo</deploymentRepository>
+        </configuration>
+      </plugin>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-deploy-plugin</artifactId>
+        <configuration>
+          <skip>true</skip>
+        </configuration>
+      </plugin>
+    </plugins>
+  </build>
+
+</project>

Modified: incubator/npanday/trunk/plugins/library-importer-maven-plugin/src/it/IT009_ImporterLifecycle/pom.xml
URL: http://svn.apache.org/viewvc/incubator/npanday/trunk/plugins/library-importer-maven-plugin/src/it/IT009_ImporterLifecycle/pom.xml?rev=1572114&r1=1572113&r2=1572114&view=diff
==============================================================================
--- incubator/npanday/trunk/plugins/library-importer-maven-plugin/src/it/IT009_ImporterLifecycle/pom.xml (original)
+++ incubator/npanday/trunk/plugins/library-importer-maven-plugin/src/it/IT009_ImporterLifecycle/pom.xml Wed Feb 26 15:58:08 2014
@@ -1,46 +1,46 @@
-<?xml version="1.0" encoding="utf-8"?>
-
-<!--
-  ~ Licensed to the Apache Software Foundation (ASF) under one
-  ~ or more contributor license agreements.  See the NOTICE file
-  ~ distributed with this work for additional information
-  ~ regarding copyright ownership.  The ASF licenses this file
-  ~ to you under the Apache License, Version 2.0 (the
-  ~ "License"); you may not use this file except in compliance
-  ~ with the License.  You may obtain a copy of the License at
-  ~
-  ~   http://www.apache.org/licenses/LICENSE-2.0
-  ~
-  ~ Unless required by applicable law or agreed to in writing,
-  ~ software distributed under the License is distributed on an
-  ~ "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-  ~ KIND, either express or implied.  See the License for the
-  ~ specific language governing permissions and limitations
-  ~ under the License.
-  -->
-
-<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-         xmlns="http://maven.apache.org/POM/4.0.0"
-         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
-  <modelVersion>4.0.0</modelVersion>
-  <groupId>@project.groupId@.@project.artifactId@-its</groupId>
-  <artifactId>IT009_ImporterLifecycle</artifactId>
-  <version>@project.version@</version>
-  <packaging>dotnet-library-importer</packaging>
-
-  <build>
-    <plugins>
-      <plugin>
-        <groupId>@project.groupId@</groupId>
-        <artifactId>@project.artifactId@</artifactId>
-        <version>@project.version@</version>
-        <extensions>true</extensions>
-        <configuration>
-          <localRepository>${basedir}/local-install-repo</localRepository>
-          <deploymentRepository>test-deploy::default::file:/${basedir}/local-deploy-repo</deploymentRepository>
-        </configuration>
-      </plugin>
-    </plugins>
-  </build>
-
-</project>
+<?xml version="1.0" encoding="utf-8"?>
+
+<!--
+  ~ Licensed to the Apache Software Foundation (ASF) under one
+  ~ or more contributor license agreements.  See the NOTICE file
+  ~ distributed with this work for additional information
+  ~ regarding copyright ownership.  The ASF licenses this file
+  ~ to you under the Apache License, Version 2.0 (the
+  ~ "License"); you may not use this file except in compliance
+  ~ with the License.  You may obtain a copy of the License at
+  ~
+  ~   http://www.apache.org/licenses/LICENSE-2.0
+  ~
+  ~ Unless required by applicable law or agreed to in writing,
+  ~ software distributed under the License is distributed on an
+  ~ "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+  ~ KIND, either express or implied.  See the License for the
+  ~ specific language governing permissions and limitations
+  ~ under the License.
+  -->
+
+<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+         xmlns="http://maven.apache.org/POM/4.0.0"
+         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+  <modelVersion>4.0.0</modelVersion>
+  <groupId>@project.groupId@.@project.artifactId@-its</groupId>
+  <artifactId>IT009_ImporterLifecycle</artifactId>
+  <version>@project.version@</version>
+  <packaging>dotnet-library-importer</packaging>
+
+  <build>
+    <plugins>
+      <plugin>
+        <groupId>@project.groupId@</groupId>
+        <artifactId>@project.artifactId@</artifactId>
+        <version>@project.version@</version>
+        <extensions>true</extensions>
+        <configuration>
+          <localRepository>${basedir}/local-install-repo</localRepository>
+          <deploymentRepository>test-deploy::default::file:/${basedir}/local-deploy-repo</deploymentRepository>
+        </configuration>
+      </plugin>
+    </plugins>
+  </build>
+
+</project>

Modified: incubator/npanday/trunk/plugins/maven-compile-plugin/pom.xml
URL: http://svn.apache.org/viewvc/incubator/npanday/trunk/plugins/maven-compile-plugin/pom.xml?rev=1572114&r1=1572113&r2=1572114&view=diff
==============================================================================
--- incubator/npanday/trunk/plugins/maven-compile-plugin/pom.xml (original)
+++ incubator/npanday/trunk/plugins/maven-compile-plugin/pom.xml Wed Feb 26 15:58:08 2014
@@ -19,25 +19,25 @@
   ~ under the License.
   -->
 <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">
-  <parent> 
+  <parent>
     <groupId>org.apache.npanday.plugins</groupId>
-    <version>1.5.0-incubating-SNAPSHOT</version>  
-    <artifactId>maven-dotnet-plugins</artifactId> 
-  </parent>  
-  <modelVersion>4.0.0</modelVersion>  
-  <artifactId>maven-compile-plugin</artifactId>  
-  <packaging>maven-plugin</packaging>  
-  <name>NPanday :: Compile Maven Plugin</name>  
-  <description>Maven Plugin for .NET: Handles source and test compiles</description>  
-  <dependencies> 
-    <dependency> 
-      <groupId>org.apache.maven</groupId>  
-      <artifactId>maven-artifact</artifactId> 
-    </dependency>  
-    <dependency> 
+    <version>1.5.0-incubating-SNAPSHOT</version>
+    <artifactId>maven-dotnet-plugins</artifactId>
+  </parent>
+  <modelVersion>4.0.0</modelVersion>
+  <artifactId>maven-compile-plugin</artifactId>
+  <packaging>maven-plugin</packaging>
+  <name>NPanday :: Compile Maven Plugin</name>
+  <description>Maven Plugin for .NET: Handles source and test compiles</description>
+  <dependencies>
+    <dependency>
+      <groupId>org.apache.maven</groupId>
+      <artifactId>maven-artifact</artifactId>
+    </dependency>
+    <dependency>
       <groupId>org.apache.npanday</groupId>
-      <artifactId>dotnet-registry</artifactId>  
-    </dependency> 
+      <artifactId>dotnet-registry</artifactId>
+    </dependency>
     <dependency>
       <groupId>org.codehaus.gmaven</groupId>
       <artifactId>gmaven-mojo</artifactId>
@@ -61,7 +61,7 @@
       <version>${plexus.utils.version}</version>
     </dependency>
   </dependencies>
-  
+
   <build>
     <plugins>
       <plugin>

Modified: incubator/npanday/trunk/plugins/maven-fxcop-plugin/pom.xml
URL: http://svn.apache.org/viewvc/incubator/npanday/trunk/plugins/maven-fxcop-plugin/pom.xml?rev=1572114&r1=1572113&r2=1572114&view=diff
==============================================================================
--- incubator/npanday/trunk/plugins/maven-fxcop-plugin/pom.xml (original)
+++ incubator/npanday/trunk/plugins/maven-fxcop-plugin/pom.xml Wed Feb 26 15:58:08 2014
@@ -18,16 +18,16 @@ KIND, either express or implied.  See th
 specific language governing permissions and limitations
 under the License.
 -->
-<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"> 
-  <parent> 
-    <artifactId>maven-dotnet-plugins</artifactId>  
+<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">
+  <parent>
+    <artifactId>maven-dotnet-plugins</artifactId>
     <groupId>org.apache.npanday.plugins</groupId>
-    <version>1.5.0-incubating-SNAPSHOT</version> 
-  </parent>  
-  <modelVersion>4.0.0</modelVersion>  
-  <artifactId>maven-fxcop-plugin</artifactId>  
-  <packaging>maven-plugin</packaging>  
-  <name>NPanday :: FxCop Maven Plugin</name>  
+    <version>1.5.0-incubating-SNAPSHOT</version>
+  </parent>
+  <modelVersion>4.0.0</modelVersion>
+  <artifactId>maven-fxcop-plugin</artifactId>
+  <packaging>maven-plugin</packaging>
+  <name>NPanday :: FxCop Maven Plugin</name>
   <description>Maven Plugin for .NET: Runs the FxCop Code Analysis Tool</description>
   <dependencies>
     <dependency>

Modified: incubator/npanday/trunk/plugins/maven-ilmerge-plugin/pom.xml
URL: http://svn.apache.org/viewvc/incubator/npanday/trunk/plugins/maven-ilmerge-plugin/pom.xml?rev=1572114&r1=1572113&r2=1572114&view=diff
==============================================================================
--- incubator/npanday/trunk/plugins/maven-ilmerge-plugin/pom.xml (original)
+++ incubator/npanday/trunk/plugins/maven-ilmerge-plugin/pom.xml Wed Feb 26 15:58:08 2014
@@ -19,14 +19,14 @@ specific language governing permissions 
 under the License.
 -->
 <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">
-  <parent> 
+  <parent>
     <groupId>org.apache.npanday.plugins</groupId>
-    <version>1.5.0-incubating-SNAPSHOT</version>  
-    <artifactId>maven-dotnet-plugins</artifactId> 
-  </parent>  
-  <modelVersion>4.0.0</modelVersion>  
-  <artifactId>maven-ilmerge-plugin</artifactId>  
-  <packaging>maven-plugin</packaging>  
-  <name>NPanday :: ILMerge Maven Plugin</name>  
+    <version>1.5.0-incubating-SNAPSHOT</version>
+    <artifactId>maven-dotnet-plugins</artifactId>
+  </parent>
+  <modelVersion>4.0.0</modelVersion>
+  <artifactId>maven-ilmerge-plugin</artifactId>
+  <packaging>maven-plugin</packaging>
+  <name>NPanday :: ILMerge Maven Plugin</name>
   <description>Maven Plugin for .NET: Merges assemblies</description>
 </project>

Modified: incubator/npanday/trunk/plugins/maven-install-plugin/pom.xml
URL: http://svn.apache.org/viewvc/incubator/npanday/trunk/plugins/maven-install-plugin/pom.xml?rev=1572114&r1=1572113&r2=1572114&view=diff
==============================================================================
--- incubator/npanday/trunk/plugins/maven-install-plugin/pom.xml (original)
+++ incubator/npanday/trunk/plugins/maven-install-plugin/pom.xml Wed Feb 26 15:58:08 2014
@@ -19,25 +19,25 @@ specific language governing permissions 
 under the License.
 -->
 <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">
-  <parent> 
+  <parent>
     <groupId>org.apache.npanday.plugins</groupId>
-    <version>1.5.0-incubating-SNAPSHOT</version>  
-    <artifactId>maven-dotnet-plugins</artifactId> 
-  </parent>  
-  <modelVersion>4.0.0</modelVersion>  
-  <artifactId>maven-install-plugin</artifactId>  
-  <packaging>maven-plugin</packaging>  
-  <name>NPanday :: Install Maven Plugin</name>  
-  <description>Maven Plugin for .NET: Installs compiled artifacts into the local repository.</description>  
-  <dependencies> 
-    <dependency> 
-      <groupId>org.apache.maven</groupId>  
-      <artifactId>maven-artifact</artifactId> 
+    <version>1.5.0-incubating-SNAPSHOT</version>
+    <artifactId>maven-dotnet-plugins</artifactId>
+  </parent>
+  <modelVersion>4.0.0</modelVersion>
+  <artifactId>maven-install-plugin</artifactId>
+  <packaging>maven-plugin</packaging>
+  <name>NPanday :: Install Maven Plugin</name>
+  <description>Maven Plugin for .NET: Installs compiled artifacts into the local repository.</description>
+  <dependencies>
+    <dependency>
+      <groupId>org.apache.maven</groupId>
+      <artifactId>maven-artifact</artifactId>
     </dependency>
     <dependency>
       <groupId>org.codehaus.plexus</groupId>
       <artifactId>plexus-utils</artifactId>
       <version>${plexus.utils.version}</version>
     </dependency>
-  </dependencies>  
+  </dependencies>
 </project>

Modified: incubator/npanday/trunk/plugins/maven-link-plugin/pom.xml
URL: http://svn.apache.org/viewvc/incubator/npanday/trunk/plugins/maven-link-plugin/pom.xml?rev=1572114&r1=1572113&r2=1572114&view=diff
==============================================================================
--- incubator/npanday/trunk/plugins/maven-link-plugin/pom.xml (original)
+++ incubator/npanday/trunk/plugins/maven-link-plugin/pom.xml Wed Feb 26 15:58:08 2014
@@ -19,15 +19,15 @@ specific language governing permissions 
 under the License.
 -->
 <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">
-  <parent> 
+  <parent>
     <groupId>org.apache.npanday.plugins</groupId>
-    <version>1.5.0-incubating-SNAPSHOT</version>  
-    <artifactId>maven-dotnet-plugins</artifactId> 
-  </parent>  
-  <modelVersion>4.0.0</modelVersion>  
-  <artifactId>maven-link-plugin</artifactId>  
-  <packaging>maven-plugin</packaging>  
-  <name>NPanday :: Link Maven Plugin</name>  
+    <version>1.5.0-incubating-SNAPSHOT</version>
+    <artifactId>maven-dotnet-plugins</artifactId>
+  </parent>
+  <modelVersion>4.0.0</modelVersion>
+  <artifactId>maven-link-plugin</artifactId>
+  <packaging>maven-plugin</packaging>
+  <name>NPanday :: Link Maven Plugin</name>
   <description>Maven Plugin for .NET: Uses AssemblyLinker utility for linking, embedding and adding resources to an assembly.</description>
   <dependencies>
     <dependency>

Modified: incubator/npanday/trunk/plugins/maven-mojo-generator-plugin/pom.xml
URL: http://svn.apache.org/viewvc/incubator/npanday/trunk/plugins/maven-mojo-generator-plugin/pom.xml?rev=1572114&r1=1572113&r2=1572114&view=diff
==============================================================================
--- incubator/npanday/trunk/plugins/maven-mojo-generator-plugin/pom.xml (original)
+++ incubator/npanday/trunk/plugins/maven-mojo-generator-plugin/pom.xml Wed Feb 26 15:58:08 2014
@@ -19,15 +19,15 @@ specific language governing permissions 
 under the License.
 -->
 <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">
-  <parent> 
+  <parent>
     <groupId>org.apache.npanday.plugins</groupId>
-    <version>1.5.0-incubating-SNAPSHOT</version>  
-    <artifactId>maven-dotnet-plugins</artifactId> 
-  </parent>  
-  <modelVersion>4.0.0</modelVersion>  
-  <artifactId>maven-mojo-generator-plugin</artifactId>  
-  <packaging>maven-plugin</packaging>  
-  <name>NPanday :: Mojo Generator Maven Plugin</name>  
+    <version>1.5.0-incubating-SNAPSHOT</version>
+    <artifactId>maven-dotnet-plugins</artifactId>
+  </parent>
+  <modelVersion>4.0.0</modelVersion>
+  <artifactId>maven-mojo-generator-plugin</artifactId>
+  <packaging>maven-plugin</packaging>
+  <name>NPanday :: Mojo Generator Maven Plugin</name>
   <description>Maven Plugin for .NET: Generates Java Bindings for .NET Mojo</description>
   <dependencies>
     <dependency>

Modified: incubator/npanday/trunk/plugins/maven-resgen-plugin/pom.xml
URL: http://svn.apache.org/viewvc/incubator/npanday/trunk/plugins/maven-resgen-plugin/pom.xml?rev=1572114&r1=1572113&r2=1572114&view=diff
==============================================================================
--- incubator/npanday/trunk/plugins/maven-resgen-plugin/pom.xml (original)
+++ incubator/npanday/trunk/plugins/maven-resgen-plugin/pom.xml Wed Feb 26 15:58:08 2014
@@ -19,15 +19,15 @@ specific language governing permissions 
 under the License.
 -->
 <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">
-  <parent> 
+  <parent>
     <groupId>org.apache.npanday.plugins</groupId>
-    <version>1.5.0-incubating-SNAPSHOT</version>  
-    <artifactId>maven-dotnet-plugins</artifactId> 
-  </parent>  
-  <modelVersion>4.0.0</modelVersion>  
-  <artifactId>maven-resgen-plugin</artifactId>  
-  <packaging>maven-plugin</packaging>  
-  <name>NPanday :: ResGen Maven Plugin</name>  
+    <version>1.5.0-incubating-SNAPSHOT</version>
+    <artifactId>maven-dotnet-plugins</artifactId>
+  </parent>
+  <modelVersion>4.0.0</modelVersion>
+  <artifactId>maven-resgen-plugin</artifactId>
+  <packaging>maven-plugin</packaging>
+  <name>NPanday :: ResGen Maven Plugin</name>
   <description>Maven Plugin for .NET: Generates assembly resources</description>
   <dependencies>
     <dependency>

Modified: incubator/npanday/trunk/plugins/maven-resolver-plugin/pom.xml
URL: http://svn.apache.org/viewvc/incubator/npanday/trunk/plugins/maven-resolver-plugin/pom.xml?rev=1572114&r1=1572113&r2=1572114&view=diff
==============================================================================
--- incubator/npanday/trunk/plugins/maven-resolver-plugin/pom.xml (original)
+++ incubator/npanday/trunk/plugins/maven-resolver-plugin/pom.xml Wed Feb 26 15:58:08 2014
@@ -18,16 +18,16 @@ KIND, either express or implied.  See th
 specific language governing permissions and limitations
 under the License.
 -->
-<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">  
-  <parent> 
+<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">
+  <parent>
     <groupId>org.apache.npanday.plugins</groupId>
-    <version>1.5.0-incubating-SNAPSHOT</version>  
-    <artifactId>maven-dotnet-plugins</artifactId> 
-  </parent>  
-  <modelVersion>4.0.0</modelVersion>  
-  <artifactId>maven-resolver-plugin</artifactId>  
-  <packaging>maven-plugin</packaging>  
-  <name>NPanday :: Resolver Maven Plugin</name>  
+    <version>1.5.0-incubating-SNAPSHOT</version>
+    <artifactId>maven-dotnet-plugins</artifactId>
+  </parent>
+  <modelVersion>4.0.0</modelVersion>
+  <artifactId>maven-resolver-plugin</artifactId>
+  <packaging>maven-plugin</packaging>
+  <name>NPanday :: Resolver Maven Plugin</name>
   <description>Maven Plugin for .NET: Resolves Artifacts</description>
   <dependencies>
     <dependency>

Modified: incubator/npanday/trunk/plugins/maven-test-plugin/pom.xml
URL: http://svn.apache.org/viewvc/incubator/npanday/trunk/plugins/maven-test-plugin/pom.xml?rev=1572114&r1=1572113&r2=1572114&view=diff
==============================================================================
--- incubator/npanday/trunk/plugins/maven-test-plugin/pom.xml (original)
+++ incubator/npanday/trunk/plugins/maven-test-plugin/pom.xml Wed Feb 26 15:58:08 2014
@@ -18,16 +18,16 @@ KIND, either express or implied.  See th
 specific language governing permissions and limitations
 under the License.
 -->
-<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">  
-  <parent> 
+<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">
+  <parent>
     <groupId>org.apache.npanday.plugins</groupId>
-    <version>1.5.0-incubating-SNAPSHOT</version>  
-    <artifactId>maven-dotnet-plugins</artifactId> 
-  </parent>  
-  <modelVersion>4.0.0</modelVersion>  
-  <artifactId>maven-test-plugin</artifactId>  
-  <packaging>maven-plugin</packaging>  
-  <name>NPanday :: Test Maven Plugin</name>  
+    <version>1.5.0-incubating-SNAPSHOT</version>
+    <artifactId>maven-dotnet-plugins</artifactId>
+  </parent>
+  <modelVersion>4.0.0</modelVersion>
+  <artifactId>maven-test-plugin</artifactId>
+  <packaging>maven-plugin</packaging>
+  <name>NPanday :: Test Maven Plugin</name>
   <description>Maven Plugin for .NET: Tests class files with NUnit</description>
   <dependencies>
     <dependency>

Modified: incubator/npanday/trunk/plugins/maven-vsinstaller-plugin/src/site/resources/examples/pom.xml
URL: http://svn.apache.org/viewvc/incubator/npanday/trunk/plugins/maven-vsinstaller-plugin/src/site/resources/examples/pom.xml?rev=1572114&r1=1572113&r2=1572114&view=diff
==============================================================================
--- incubator/npanday/trunk/plugins/maven-vsinstaller-plugin/src/site/resources/examples/pom.xml (original)
+++ incubator/npanday/trunk/plugins/maven-vsinstaller-plugin/src/site/resources/examples/pom.xml Wed Feb 26 15:58:08 2014
@@ -17,11 +17,11 @@ KIND, either express or implied.  See th
 specific language governing permissions and limitations
 under the License.
 -->
-<project> 
-  <modelVersion>4.0.0</modelVersion>  
+<project>
+  <modelVersion>4.0.0</modelVersion>
   <groupId>org.apache.npanday</groupId>
-  <artifactId>vsinstaller</artifactId>  
-  <packaging>dotnet-library</packaging>  
-  <version>1.1-SNAPSHOT</version>  
-  <name>vsinstaller</name> 
+  <artifactId>vsinstaller</artifactId>
+  <packaging>dotnet-library</packaging>
+  <version>1.1-SNAPSHOT</version>
+  <name>vsinstaller</name>
 </project>

Modified: incubator/npanday/trunk/plugins/maven-wsdl-plugin/pom.xml
URL: http://svn.apache.org/viewvc/incubator/npanday/trunk/plugins/maven-wsdl-plugin/pom.xml?rev=1572114&r1=1572113&r2=1572114&view=diff
==============================================================================
--- incubator/npanday/trunk/plugins/maven-wsdl-plugin/pom.xml (original)
+++ incubator/npanday/trunk/plugins/maven-wsdl-plugin/pom.xml Wed Feb 26 15:58:08 2014
@@ -18,16 +18,16 @@ KIND, either express or implied.  See th
 specific language governing permissions and limitations
 under the License.
 -->
-<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">  
-  <parent> 
+<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">
+  <parent>
     <groupId>org.apache.npanday.plugins</groupId>
-    <version>1.5.0-incubating-SNAPSHOT</version>  
-    <artifactId>maven-dotnet-plugins</artifactId> 
-  </parent>  
-  <modelVersion>4.0.0</modelVersion>  
-  <artifactId>maven-wsdl-plugin</artifactId>  
-  <packaging>maven-plugin</packaging>  
-  <name>NPanday :: WSDL Maven Plugin</name>  
+    <version>1.5.0-incubating-SNAPSHOT</version>
+    <artifactId>maven-dotnet-plugins</artifactId>
+  </parent>
+  <modelVersion>4.0.0</modelVersion>
+  <artifactId>maven-wsdl-plugin</artifactId>
+  <packaging>maven-plugin</packaging>
+  <name>NPanday :: WSDL Maven Plugin</name>
   <description>Maven Plugin for .NET: Generates Client-side Proxies from WSDLs/Service References</description>
   <dependencies>
     <dependency>

Modified: incubator/npanday/trunk/plugins/maven-xsd-plugin/pom.xml
URL: http://svn.apache.org/viewvc/incubator/npanday/trunk/plugins/maven-xsd-plugin/pom.xml?rev=1572114&r1=1572113&r2=1572114&view=diff
==============================================================================
--- incubator/npanday/trunk/plugins/maven-xsd-plugin/pom.xml (original)
+++ incubator/npanday/trunk/plugins/maven-xsd-plugin/pom.xml Wed Feb 26 15:58:08 2014
@@ -18,16 +18,16 @@ KIND, either express or implied.  See th
 specific language governing permissions and limitations
 under the License.
 -->
-<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">  
-  <parent> 
+<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">
+  <parent>
     <groupId>org.apache.npanday.plugins</groupId>
-    <version>1.5.0-incubating-SNAPSHOT</version>  
-    <artifactId>maven-dotnet-plugins</artifactId> 
-  </parent>  
-  <modelVersion>4.0.0</modelVersion>  
-  <artifactId>maven-xsd-plugin</artifactId>  
-  <packaging>maven-plugin</packaging>  
-  <name>NPanday :: XSD Maven Plugin</name>  
+    <version>1.5.0-incubating-SNAPSHOT</version>
+    <artifactId>maven-dotnet-plugins</artifactId>
+  </parent>
+  <modelVersion>4.0.0</modelVersion>
+  <artifactId>maven-xsd-plugin</artifactId>
+  <packaging>maven-plugin</packaging>
+  <name>NPanday :: XSD Maven Plugin</name>
   <description>Maven Plugin for .NET: Generates schema bindings</description>
   <dependencies>
     <dependency>

Modified: incubator/npanday/trunk/plugins/maven-xsp-plugin/pom.xml
URL: http://svn.apache.org/viewvc/incubator/npanday/trunk/plugins/maven-xsp-plugin/pom.xml?rev=1572114&r1=1572113&r2=1572114&view=diff
==============================================================================
--- incubator/npanday/trunk/plugins/maven-xsp-plugin/pom.xml (original)
+++ incubator/npanday/trunk/plugins/maven-xsp-plugin/pom.xml Wed Feb 26 15:58:08 2014
@@ -18,16 +18,16 @@ KIND, either express or implied.  See th
 specific language governing permissions and limitations
 under the License.
 -->
-<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">  
-  <parent> 
+<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">
+  <parent>
     <groupId>org.apache.npanday.plugins</groupId>
-    <version>1.5.0-incubating-SNAPSHOT</version>  
-    <artifactId>maven-dotnet-plugins</artifactId> 
-  </parent>  
-  <modelVersion>4.0.0</modelVersion>  
-  <artifactId>maven-xsp-plugin</artifactId>  
-  <packaging>maven-plugin</packaging>  
-  <name>NPanday :: XSP Maven Plugin</name>  
+    <version>1.5.0-incubating-SNAPSHOT</version>
+    <artifactId>maven-dotnet-plugins</artifactId>
+  </parent>
+  <modelVersion>4.0.0</modelVersion>
+  <artifactId>maven-xsp-plugin</artifactId>
+  <packaging>maven-plugin</packaging>
+  <name>NPanday :: XSP Maven Plugin</name>
   <description>Maven Plugin for .NET: Manages the Mono XSP Server</description>
   <dependencies>
     <dependency>

Modified: incubator/npanday/trunk/plugins/netplugins/NPanday.Plugin.Addin/javabinding/pom.xml
URL: http://svn.apache.org/viewvc/incubator/npanday/trunk/plugins/netplugins/NPanday.Plugin.Addin/javabinding/pom.xml?rev=1572114&r1=1572113&r2=1572114&view=diff
==============================================================================
--- incubator/npanday/trunk/plugins/netplugins/NPanday.Plugin.Addin/javabinding/pom.xml (original)
+++ incubator/npanday/trunk/plugins/netplugins/NPanday.Plugin.Addin/javabinding/pom.xml Wed Feb 26 15:58:08 2014
@@ -18,35 +18,35 @@
   ~ under the License.
   -->
 
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">  
-  <parent> 
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+  <parent>
     <groupId>org.apache.npanday.plugins</groupId>
-    <version>1.5.0-incubating-SNAPSHOT</version>  
-    <artifactId>maven-dotnet-plugins</artifactId>  
-    <relativePath>../../../pom.xml</relativePath> 
-  </parent>  
-  <modelVersion>4.0.0</modelVersion>  
-  <artifactId>NPanday.Plugin.Addin.JavaBinding</artifactId>  
-  <packaging>maven-plugin</packaging>  
+    <version>1.5.0-incubating-SNAPSHOT</version>
+    <artifactId>maven-dotnet-plugins</artifactId>
+    <relativePath>../../../pom.xml</relativePath>
+  </parent>
+  <modelVersion>4.0.0</modelVersion>
+  <artifactId>NPanday.Plugin.Addin.JavaBinding</artifactId>
+  <packaging>maven-plugin</packaging>
   <name>NPanday :: Add-in Plugin (Java Binding)</name>
   <description>Plugin for NPanday Addin for Visual Studio IDE</description>
-  <dependencies> 
-    <dependency> 
+  <dependencies>
+    <dependency>
       <groupId>org.apache.npanday</groupId>
-      <artifactId>dotnet-assembler</artifactId>  
-    </dependency>  
-    <dependency> 
+      <artifactId>dotnet-assembler</artifactId>
+    </dependency>
+    <dependency>
       <groupId>org.apache.npanday</groupId>
-      <artifactId>dotnet-executable</artifactId>  
+      <artifactId>dotnet-executable</artifactId>
     </dependency>
-    <dependency> 
+    <dependency>
       <groupId>org.apache.npanday</groupId>
-      <artifactId>dotnet-plugin</artifactId>  
+      <artifactId>dotnet-plugin</artifactId>
     </dependency>
     <dependency>
       <groupId>org.codehaus.plexus</groupId>
       <artifactId>plexus-utils</artifactId>
       <version>${plexus.utils.version}</version>
     </dependency>
-  </dependencies> 
+  </dependencies>
 </project>

Modified: incubator/npanday/trunk/plugins/netplugins/NPanday.Plugin.Addin/pom.xml
URL: http://svn.apache.org/viewvc/incubator/npanday/trunk/plugins/netplugins/NPanday.Plugin.Addin/pom.xml?rev=1572114&r1=1572113&r2=1572114&view=diff
==============================================================================
--- incubator/npanday/trunk/plugins/netplugins/NPanday.Plugin.Addin/pom.xml (original)
+++ incubator/npanday/trunk/plugins/netplugins/NPanday.Plugin.Addin/pom.xml Wed Feb 26 15:58:08 2014
@@ -18,42 +18,42 @@
   ~ specific language governing permissions and limitations
   ~ under the License.
   -->
-<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"> 
-  <parent> 
+<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">
+  <parent>
     <groupId>org.apache.npanday.plugins</groupId>
-    <version>1.5.0-incubating-SNAPSHOT</version>  
-    <artifactId>npanday.plugins</artifactId> 
-  </parent>  
-  <modelVersion>4.0.0</modelVersion>  
-  <artifactId>NPanday.Plugin.Addin</artifactId>  
-  <packaging>dotnet-maven-plugin</packaging>  
+    <version>1.5.0-incubating-SNAPSHOT</version>
+    <artifactId>npanday.plugins</artifactId>
+  </parent>
+  <modelVersion>4.0.0</modelVersion>
+  <artifactId>NPanday.Plugin.Addin</artifactId>
+  <packaging>dotnet-maven-plugin</packaging>
   <name>NPanday :: Addin Plugin</name>
-  <dependencies> 
-    <dependency> 
+  <dependencies>
+    <dependency>
       <groupId>org.apache.npanday</groupId>
-      <artifactId>NPanday.Artifact</artifactId>  
+      <artifactId>NPanday.Artifact</artifactId>
       <version>1.5.0-incubating-SNAPSHOT</version>
-      <type>dotnet-library</type> 
-    </dependency>  
-    <dependency> 
+      <type>dotnet-library</type>
+    </dependency>
+    <dependency>
       <groupId>org.apache.npanday</groupId>
-      <artifactId>NPanday.Model.AutomationExtensibility</artifactId>  
+      <artifactId>NPanday.Model.AutomationExtensibility</artifactId>
       <version>1.5.0-incubating-SNAPSHOT</version>
-      <type>dotnet-library</type>  
-    </dependency>  
-    <dependency> 
+      <type>dotnet-library</type>
+    </dependency>
+    <dependency>
       <groupId>org.apache.npanday.plugins</groupId>
-      <artifactId>NPanday.Plugin</artifactId>  
+      <artifactId>NPanday.Plugin</artifactId>
       <version>1.5.0-incubating-SNAPSHOT</version>
-      <type>dotnet-library</type>  
-    </dependency> 
+      <type>dotnet-library</type>
+    </dependency>
     <dependency>
       <groupId>org.apache.npanday</groupId>
       <artifactId>NPanday.Model.Pom</artifactId>
       <version>1.5.0-incubating-SNAPSHOT</version>
       <type>dotnet-library</type>
     </dependency>
-  </dependencies> 
+  </dependencies>
   <build>
     <pluginManagement>
       <plugins>