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 lc...@apache.org on 2011/05/02 23:12:32 UTC

svn commit: r1098848 [3/3] - 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/maven-resgen-plugin/pom.xml
URL: http://svn.apache.org/viewvc/incubator/npanday/trunk/plugins/maven-resgen-plugin/pom.xml?rev=1098848&r1=1098847&r2=1098848&view=diff
==============================================================================
--- incubator/npanday/trunk/plugins/maven-resgen-plugin/pom.xml (original)
+++ incubator/npanday/trunk/plugins/maven-resgen-plugin/pom.xml Mon May  2 23:12:26 2011
@@ -20,7 +20,7 @@ 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> 
-    <groupId>npanday.plugin</groupId>  
+    <groupId>org.apache.npanday.plugin</groupId>
     <version>1.3.1-incubating-SNAPSHOT</version>  
     <artifactId>maven-dotnet-plugins</artifactId> 
   </parent>  

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=1098848&r1=1098847&r2=1098848&view=diff
==============================================================================
--- incubator/npanday/trunk/plugins/maven-resolver-plugin/pom.xml (original)
+++ incubator/npanday/trunk/plugins/maven-resolver-plugin/pom.xml Mon May  2 23:12:26 2011
@@ -20,7 +20,7 @@ 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> 
-    <groupId>npanday.plugin</groupId>  
+    <groupId>org.apache.npanday.plugin</groupId>
     <version>1.3.1-incubating-SNAPSHOT</version>  
     <artifactId>maven-dotnet-plugins</artifactId> 
   </parent>  

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=1098848&r1=1098847&r2=1098848&view=diff
==============================================================================
--- incubator/npanday/trunk/plugins/maven-test-plugin/pom.xml (original)
+++ incubator/npanday/trunk/plugins/maven-test-plugin/pom.xml Mon May  2 23:12:26 2011
@@ -20,7 +20,7 @@ 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> 
-    <groupId>npanday.plugin</groupId>  
+    <groupId>org.apache.npanday.plugin</groupId>
     <version>1.3.1-incubating-SNAPSHOT</version>  
     <artifactId>maven-dotnet-plugins</artifactId> 
   </parent>  

Modified: incubator/npanday/trunk/plugins/maven-vsinstaller-plugin/pom.xml
URL: http://svn.apache.org/viewvc/incubator/npanday/trunk/plugins/maven-vsinstaller-plugin/pom.xml?rev=1098848&r1=1098847&r2=1098848&view=diff
==============================================================================
--- incubator/npanday/trunk/plugins/maven-vsinstaller-plugin/pom.xml (original)
+++ incubator/npanday/trunk/plugins/maven-vsinstaller-plugin/pom.xml Mon May  2 23:12:26 2011
@@ -21,7 +21,7 @@ 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>
-    <groupId>npanday.plugin</groupId>
+    <groupId>org.apache.npanday.plugin</groupId>
     <version>1.3.1-incubating-SNAPSHOT</version>
     <artifactId>maven-dotnet-plugins</artifactId>
   </parent>

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=1098848&r1=1098847&r2=1098848&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 Mon May  2 23:12:26 2011
@@ -19,7 +19,7 @@ under the License.
 -->
 <project> 
   <modelVersion>4.0.0</modelVersion>  
-  <groupId>npanday</groupId>  
+  <groupId>org.apache.npanday</groupId>
   <artifactId>vsinstaller</artifactId>  
   <packaging>library</packaging>  
   <version>1.1-SNAPSHOT</version>  

Modified: incubator/npanday/trunk/plugins/maven-webapp-plugin/pom.xml
URL: http://svn.apache.org/viewvc/incubator/npanday/trunk/plugins/maven-webapp-plugin/pom.xml?rev=1098848&r1=1098847&r2=1098848&view=diff
==============================================================================
--- incubator/npanday/trunk/plugins/maven-webapp-plugin/pom.xml (original)
+++ incubator/npanday/trunk/plugins/maven-webapp-plugin/pom.xml Mon May  2 23:12:26 2011
@@ -20,7 +20,7 @@ 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> 
-    <groupId>npanday.plugin</groupId>  
+    <groupId>org.apache.npanday.plugin</groupId>
     <version>1.3.1-incubating-SNAPSHOT</version>  
     <artifactId>maven-dotnet-plugins</artifactId> 
   </parent>  

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=1098848&r1=1098847&r2=1098848&view=diff
==============================================================================
--- incubator/npanday/trunk/plugins/maven-wsdl-plugin/pom.xml (original)
+++ incubator/npanday/trunk/plugins/maven-wsdl-plugin/pom.xml Mon May  2 23:12:26 2011
@@ -20,7 +20,7 @@ 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> 
-    <groupId>npanday.plugin</groupId>  
+    <groupId>org.apache.npanday.plugin</groupId>
     <version>1.3.1-incubating-SNAPSHOT</version>  
     <artifactId>maven-dotnet-plugins</artifactId> 
   </parent>  

Modified: incubator/npanday/trunk/plugins/maven-wsdl-plugin/src/site/apt/usage.apt
URL: http://svn.apache.org/viewvc/incubator/npanday/trunk/plugins/maven-wsdl-plugin/src/site/apt/usage.apt?rev=1098848&r1=1098847&r2=1098848&view=diff
==============================================================================
--- incubator/npanday/trunk/plugins/maven-wsdl-plugin/src/site/apt/usage.apt (original)
+++ incubator/npanday/trunk/plugins/maven-wsdl-plugin/src/site/apt/usage.apt Mon May  2 23:12:26 2011
@@ -32,7 +32,7 @@ Usage
     <build>
         <plugins>
             <plugin>
-                <groupId>npanday.plugin</groupId>
+                <groupId>org.apache.npanday.plugin</groupId>
                 <artifactId>maven-wsdl-plugin</artifactId>
                 <executions>
                     <execution>

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=1098848&r1=1098847&r2=1098848&view=diff
==============================================================================
--- incubator/npanday/trunk/plugins/maven-xsd-plugin/pom.xml (original)
+++ incubator/npanday/trunk/plugins/maven-xsd-plugin/pom.xml Mon May  2 23:12:26 2011
@@ -20,7 +20,7 @@ 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> 
-    <groupId>npanday.plugin</groupId>  
+    <groupId>org.apache.npanday.plugin</groupId>
     <version>1.3.1-incubating-SNAPSHOT</version>  
     <artifactId>maven-dotnet-plugins</artifactId> 
   </parent>  

Modified: incubator/npanday/trunk/plugins/maven-xsd-plugin/src/site/apt/usage.apt
URL: http://svn.apache.org/viewvc/incubator/npanday/trunk/plugins/maven-xsd-plugin/src/site/apt/usage.apt?rev=1098848&r1=1098847&r2=1098848&view=diff
==============================================================================
--- incubator/npanday/trunk/plugins/maven-xsd-plugin/src/site/apt/usage.apt (original)
+++ incubator/npanday/trunk/plugins/maven-xsd-plugin/src/site/apt/usage.apt Mon May  2 23:12:26 2011
@@ -41,12 +41,12 @@ Usage
     <testSourceDirectory>src/test/csharp</testSourceDirectory>
     <plugins>
       <plugin>
-        <groupId>npanday.plugin</groupId>
+        <groupId>org.apache.npanday.plugin</groupId>
         <artifactId>maven-compile-plugin</artifactId>
         <extensions>true</extensions>
       </plugin>
       <plugin>
-        <groupId>npanday.plugin</groupId>
+        <groupId>org.apache.npanday.plugin</groupId>
         <artifactId>maven-xsd-plugin</artifactId>
         <executions>
           <execution>
@@ -70,7 +70,7 @@ Usage
 <project>
   [...]
       <plugin>
-        <groupId>npanday.plugin</groupId>
+        <groupId>org.apache.npanday.plugin</groupId>
         <artifactId>maven-xsd-plugin</artifactId>
         <executions>
           <execution>
@@ -107,12 +107,12 @@ Usage
     <testSourceDirectory>src/test/csharp</testSourceDirectory>
     <plugins>
       <plugin>
-        <groupId>npanday.plugin</groupId>
+        <groupId>org.apache.npanday.plugin</groupId>
         <artifactId>maven-compile-plugin</artifactId>
         <extensions>true</extensions>
       </plugin>
       <plugin>
-        <groupId>npanday.plugin</groupId>
+        <groupId>org.apache.npanday.plugin</groupId>
         <artifactId>maven-xsd-plugin</artifactId>
         <executions>
           <execution>

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=1098848&r1=1098847&r2=1098848&view=diff
==============================================================================
--- incubator/npanday/trunk/plugins/maven-xsp-plugin/pom.xml (original)
+++ incubator/npanday/trunk/plugins/maven-xsp-plugin/pom.xml Mon May  2 23:12:26 2011
@@ -20,7 +20,7 @@ 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> 
-    <groupId>npanday.plugin</groupId>  
+    <groupId>org.apache.npanday.plugin</groupId>
     <version>1.3.1-incubating-SNAPSHOT</version>  
     <artifactId>maven-dotnet-plugins</artifactId> 
   </parent>  

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=1098848&r1=1098847&r2=1098848&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 Mon May  2 23:12:26 2011
@@ -20,7 +20,7 @@ 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> 
-    <groupId>npanday.plugin</groupId>  
+    <groupId>org.apache.npanday.plugin</groupId>
     <version>1.3.1-incubating-SNAPSHOT</version>  
     <artifactId>maven-dotnet-plugins</artifactId>  
     <relativePath>../../../pom.xml</relativePath> 
@@ -32,19 +32,19 @@ under the License.
   <description>Plugin for NPanday Addin for Visual Studio IDE</description>
   <dependencies> 
     <dependency> 
-      <groupId>npanday</groupId>  
+      <groupId>org.apache.npanday</groupId>
       <artifactId>dotnet-assembler</artifactId>  
     </dependency>  
     <dependency> 
-      <groupId>npanday</groupId>  
+      <groupId>org.apache.npanday</groupId>
       <artifactId>dotnet-executable</artifactId>  
     </dependency>  
     <dependency> 
-      <groupId>npanday</groupId>  
+      <groupId>org.apache.npanday</groupId>
       <artifactId>dotnet-artifact</artifactId>  
     </dependency>  
     <dependency> 
-      <groupId>npanday</groupId>  
+      <groupId>org.apache.npanday</groupId>
       <artifactId>dotnet-plugin</artifactId>  
     </dependency>
     <dependency>

Modified: incubator/npanday/trunk/plugins/netplugins/NPanday.Plugin.Addin/javabinding/src/main/java/NPanday/Plugin/Addin/AutomationExtensibilityMojo.java
URL: http://svn.apache.org/viewvc/incubator/npanday/trunk/plugins/netplugins/NPanday.Plugin.Addin/javabinding/src/main/java/NPanday/Plugin/Addin/AutomationExtensibilityMojo.java?rev=1098848&r1=1098847&r2=1098848&view=diff
==============================================================================
--- incubator/npanday/trunk/plugins/netplugins/NPanday.Plugin.Addin/javabinding/src/main/java/NPanday/Plugin/Addin/AutomationExtensibilityMojo.java (original)
+++ incubator/npanday/trunk/plugins/netplugins/NPanday.Plugin.Addin/javabinding/src/main/java/NPanday/Plugin/Addin/AutomationExtensibilityMojo.java Mon May  2 23:12:26 2011
@@ -82,7 +82,7 @@ public class AutomationExtensibilityMojo
 
         public String getMojoGroupId()
         {
-            return "npanday.plugin";
+            return "org.apache.npanday.plugin";
         }
 
         public String getClassName()

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=1098848&r1=1098847&r2=1098848&view=diff
==============================================================================
--- incubator/npanday/trunk/plugins/netplugins/NPanday.Plugin.Addin/pom.xml (original)
+++ incubator/npanday/trunk/plugins/netplugins/NPanday.Plugin.Addin/pom.xml Mon May  2 23:12:26 2011
@@ -20,7 +20,7 @@ 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> 
-    <groupId>npanday.plugin</groupId>  
+    <groupId>org.apache.npanday.plugin</groupId>
     <version>1.3.1-incubating-SNAPSHOT</version>  
     <artifactId>npanday.plugins</artifactId> 
   </parent>  
@@ -30,25 +30,25 @@ under the License.
   <name>NPanday :: Addin Plugin</name>
   <dependencies> 
     <dependency> 
-      <groupId>npanday.artifact</groupId>  
+      <groupId>org.apache.npanday.artifact</groupId>
       <artifactId>NPanday.Artifact</artifactId>  
       <version>1.3.1-incubating-SNAPSHOT</version>
       <type>library</type> 
     </dependency>  
     <dependency> 
-      <groupId>npanday.model</groupId>  
+      <groupId>org.apache.npanday.model</groupId>
       <artifactId>NPanday.Model.AutomationExtensibility</artifactId>  
       <version>1.3.1-incubating-SNAPSHOT</version>
       <type>library</type>  
     </dependency>  
     <dependency> 
-      <groupId>npanday.plugin</groupId>  
+      <groupId>org.apache.npanday.plugin</groupId>
       <artifactId>NPanday.Plugin</artifactId>  
       <version>1.3.1-incubating-SNAPSHOT</version>
       <type>library</type>  
     </dependency> 
     <dependency>
-      <groupId>npanday.model</groupId>
+      <groupId>org.apache.npanday.model</groupId>
       <artifactId>NPanday.Model.Pom</artifactId>
       <version>1.3.1-incubating-SNAPSHOT</version>
       <type>library</type>

Modified: incubator/npanday/trunk/plugins/netplugins/NPanday.Plugin.Devenv/javabinding/pom.xml
URL: http://svn.apache.org/viewvc/incubator/npanday/trunk/plugins/netplugins/NPanday.Plugin.Devenv/javabinding/pom.xml?rev=1098848&r1=1098847&r2=1098848&view=diff
==============================================================================
--- incubator/npanday/trunk/plugins/netplugins/NPanday.Plugin.Devenv/javabinding/pom.xml (original)
+++ incubator/npanday/trunk/plugins/netplugins/NPanday.Plugin.Devenv/javabinding/pom.xml Mon May  2 23:12:26 2011
@@ -20,7 +20,7 @@ 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> 
-    <groupId>npanday.plugin</groupId>  
+    <groupId>org.apache.npanday.plugin</groupId>
     <version>1.3.1-incubating-SNAPSHOT</version>  
     <artifactId>maven-dotnet-plugins</artifactId>  
     <relativePath>../../../pom.xml</relativePath> 
@@ -32,19 +32,19 @@ under the License.
   <description>Plugin for setting up the environment when developing using NPanday Addin in Visual Studio</description>  
   <dependencies> 
     <dependency> 
-      <groupId>npanday</groupId>  
+      <groupId>org.apache.npanday</groupId>
       <artifactId>dotnet-assembler</artifactId>  
     </dependency>  
     <dependency> 
-      <groupId>npanday</groupId>  
+      <groupId>org.apache.npanday</groupId>
       <artifactId>dotnet-executable</artifactId>  
     </dependency>  
     <dependency> 
-      <groupId>npanday</groupId>  
+      <groupId>org.apache.npanday</groupId>
       <artifactId>dotnet-artifact</artifactId>  
     </dependency>  
     <dependency> 
-      <groupId>npanday</groupId>  
+      <groupId>org.apache.npanday</groupId>
       <artifactId>dotnet-plugin</artifactId>  
     </dependency>
     <dependency>

Modified: incubator/npanday/trunk/plugins/netplugins/NPanday.Plugin.Devenv/javabinding/src/main/java/NPanday/Plugin/Devenv/DevenvMojo.java
URL: http://svn.apache.org/viewvc/incubator/npanday/trunk/plugins/netplugins/NPanday.Plugin.Devenv/javabinding/src/main/java/NPanday/Plugin/Devenv/DevenvMojo.java?rev=1098848&r1=1098847&r2=1098848&view=diff
==============================================================================
--- incubator/npanday/trunk/plugins/netplugins/NPanday.Plugin.Devenv/javabinding/src/main/java/NPanday/Plugin/Devenv/DevenvMojo.java (original)
+++ incubator/npanday/trunk/plugins/netplugins/NPanday.Plugin.Devenv/javabinding/src/main/java/NPanday/Plugin/Devenv/DevenvMojo.java Mon May  2 23:12:26 2011
@@ -82,7 +82,7 @@ public class DevenvMojo
 
         public String getMojoGroupId()
         {
-            return "npanday.plugin";
+            return "org.apache.npanday.plugin";
         }
 
         public String getClassName()

Modified: incubator/npanday/trunk/plugins/netplugins/NPanday.Plugin.Devenv/pom.xml
URL: http://svn.apache.org/viewvc/incubator/npanday/trunk/plugins/netplugins/NPanday.Plugin.Devenv/pom.xml?rev=1098848&r1=1098847&r2=1098848&view=diff
==============================================================================
--- incubator/npanday/trunk/plugins/netplugins/NPanday.Plugin.Devenv/pom.xml (original)
+++ incubator/npanday/trunk/plugins/netplugins/NPanday.Plugin.Devenv/pom.xml Mon May  2 23:12:26 2011
@@ -20,7 +20,7 @@ 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> 
-    <groupId>npanday.plugin</groupId>  
+    <groupId>org.apache.npanday.plugin</groupId>
     <version>1.3.1-incubating-SNAPSHOT</version>  
     <artifactId>npanday.plugins</artifactId> 
   </parent>  
@@ -30,7 +30,7 @@ under the License.
   <name>NPanday :: Devenv Plugin</name>
   <dependencies> 
     <dependency> 
-      <groupId>npanday.plugin</groupId>  
+      <groupId>org.apache.npanday.plugin</groupId>
       <artifactId>NPanday.Plugin</artifactId>  
       <version>1.3.1-incubating-SNAPSHOT</version>
       <type>library</type>  

Modified: incubator/npanday/trunk/plugins/netplugins/NPanday.Plugin.Msbuild/javabinding/pom.xml
URL: http://svn.apache.org/viewvc/incubator/npanday/trunk/plugins/netplugins/NPanday.Plugin.Msbuild/javabinding/pom.xml?rev=1098848&r1=1098847&r2=1098848&view=diff
==============================================================================
--- incubator/npanday/trunk/plugins/netplugins/NPanday.Plugin.Msbuild/javabinding/pom.xml (original)
+++ incubator/npanday/trunk/plugins/netplugins/NPanday.Plugin.Msbuild/javabinding/pom.xml Mon May  2 23:12:26 2011
@@ -20,32 +20,32 @@ 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> 
-    <groupId>npanday.plugin</groupId>  
+    <groupId>org.apache.npanday.plugin</groupId>
     <version>1.3.1-incubating-SNAPSHOT</version>  
     <artifactId>maven-dotnet-plugins</artifactId>  
     <relativePath>../../../pom.xml</relativePath> 
   </parent>  
   <modelVersion>4.0.0</modelVersion>  
-  <groupId>npanday.plugin</groupId>  
+  <groupId>org.apache.npanday.plugin</groupId>
   <artifactId>NPanday.Plugin.Msbuild.JavaBinding</artifactId>  
   <packaging>maven-plugin</packaging>  
   <name>NPanday :: MSBuild Plugin (Java Binding)</name>
   <description>Plugin that will process .NET project files</description>
   <dependencies> 
     <dependency> 
-      <groupId>npanday</groupId>  
+      <groupId>org.apache.npanday</groupId>
       <artifactId>dotnet-assembler</artifactId>  
     </dependency>  
     <dependency> 
-      <groupId>npanday</groupId>  
+      <groupId>org.apache.npanday</groupId>
       <artifactId>dotnet-executable</artifactId>  
     </dependency>  
     <dependency> 
-      <groupId>npanday</groupId>  
+      <groupId>org.apache.npanday</groupId>
       <artifactId>dotnet-artifact</artifactId>  
     </dependency>  
     <dependency> 
-      <groupId>npanday</groupId>  
+      <groupId>org.apache.npanday</groupId>
       <artifactId>dotnet-plugin</artifactId>  
     </dependency>
     <dependency>

Modified: incubator/npanday/trunk/plugins/netplugins/NPanday.Plugin.Msbuild/javabinding/src/main/java/NPanday/Plugin/Msbuild/MsbuildMojo.java
URL: http://svn.apache.org/viewvc/incubator/npanday/trunk/plugins/netplugins/NPanday.Plugin.Msbuild/javabinding/src/main/java/NPanday/Plugin/Msbuild/MsbuildMojo.java?rev=1098848&r1=1098847&r2=1098848&view=diff
==============================================================================
--- incubator/npanday/trunk/plugins/netplugins/NPanday.Plugin.Msbuild/javabinding/src/main/java/NPanday/Plugin/Msbuild/MsbuildMojo.java (original)
+++ incubator/npanday/trunk/plugins/netplugins/NPanday.Plugin.Msbuild/javabinding/src/main/java/NPanday/Plugin/Msbuild/MsbuildMojo.java Mon May  2 23:12:26 2011
@@ -101,7 +101,7 @@ public class MsbuildMojo
 
     public String getMojoGroupId()
     {
-        return "npanday.plugin";
+        return "org.apache.npanday.plugin";
     }
 
     public String getClassName()

Modified: incubator/npanday/trunk/plugins/netplugins/NPanday.Plugin.Msbuild/pom.xml
URL: http://svn.apache.org/viewvc/incubator/npanday/trunk/plugins/netplugins/NPanday.Plugin.Msbuild/pom.xml?rev=1098848&r1=1098847&r2=1098848&view=diff
==============================================================================
--- incubator/npanday/trunk/plugins/netplugins/NPanday.Plugin.Msbuild/pom.xml (original)
+++ incubator/npanday/trunk/plugins/netplugins/NPanday.Plugin.Msbuild/pom.xml Mon May  2 23:12:26 2011
@@ -20,7 +20,7 @@ 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> 
-    <groupId>npanday.plugin</groupId>  
+    <groupId>org.apache.npanday.plugin</groupId>
     <version>1.3.1-incubating-SNAPSHOT</version>  
     <artifactId>npanday.plugins</artifactId> 
   </parent>  
@@ -31,25 +31,25 @@ under the License.
   <description>Maven Plugin for .NET: Generates needed files for WPF and WCF projects</description>  
   <dependencies> 
     <dependency> 
-      <groupId>npanday.artifact</groupId>  
+      <groupId>org.apache.npanday.artifact</groupId>
       <artifactId>NPanday.Artifact</artifactId>  
       <version>1.3.1-incubating-SNAPSHOT</version>
       <type>library</type> 
     </dependency>  
     <dependency> 
-      <groupId>npanday.model</groupId>  
+      <groupId>org.apache.npanday.model</groupId>
       <artifactId>NPanday.Model.AutomationExtensibility</artifactId>  
       <version>1.3.1-incubating-SNAPSHOT</version>
       <type>library</type>  
     </dependency>  
     <dependency> 
-      <groupId>npanday.plugin</groupId>  
+      <groupId>org.apache.npanday.plugin</groupId>
       <artifactId>NPanday.Plugin</artifactId>  
       <version>1.3.1-incubating-SNAPSHOT</version>
       <type>library</type>  
     </dependency> 
     <dependency>
-      <groupId>npanday.model</groupId>
+      <groupId>org.apache.npanday.model</groupId>
       <artifactId>NPanday.Model.Pom</artifactId>
       <version>1.3.1-incubating-SNAPSHOT</version>
       <type>library</type>

Modified: incubator/npanday/trunk/plugins/netplugins/NPanday.Plugin.Msbuild/src/it/IT001/WpfApplicationExample/pom.xml
URL: http://svn.apache.org/viewvc/incubator/npanday/trunk/plugins/netplugins/NPanday.Plugin.Msbuild/src/it/IT001/WpfApplicationExample/pom.xml?rev=1098848&r1=1098847&r2=1098848&view=diff
==============================================================================
--- incubator/npanday/trunk/plugins/netplugins/NPanday.Plugin.Msbuild/src/it/IT001/WpfApplicationExample/pom.xml (original)
+++ incubator/npanday/trunk/plugins/netplugins/NPanday.Plugin.Msbuild/src/it/IT001/WpfApplicationExample/pom.xml Mon May  2 23:12:26 2011
@@ -32,7 +32,7 @@ under the License.
     <sourceDirectory>./</sourceDirectory>
     <plugins>
       <plugin>
-        <groupId>npanday.plugin</groupId>
+        <groupId>org.apache.npanday.plugin</groupId>
         <artifactId>maven-compile-plugin</artifactId>
         <extensions>true</extensions>
         <configuration>
@@ -49,7 +49,7 @@ under the License.
         </configuration>
       </plugin>
       <plugin>
-        <groupId>npanday.plugin</groupId>
+        <groupId>org.apache.npanday.plugin</groupId>
         <artifactId>NPanday.Plugin.Msbuild.JavaBinding</artifactId>
         <executions>
           <execution>
@@ -60,7 +60,7 @@ under the License.
         </executions>
       </plugin>
       <plugin>
-        <groupId>npanday.plugin</groupId>
+        <groupId>org.apache.npanday.plugin</groupId>
         <extensions>true</extensions>
         <configuration>
           <embeddedResources>

Modified: incubator/npanday/trunk/plugins/netplugins/NPanday.Plugin.Resx/pom.xml
URL: http://svn.apache.org/viewvc/incubator/npanday/trunk/plugins/netplugins/NPanday.Plugin.Resx/pom.xml?rev=1098848&r1=1098847&r2=1098848&view=diff
==============================================================================
--- incubator/npanday/trunk/plugins/netplugins/NPanday.Plugin.Resx/pom.xml (original)
+++ incubator/npanday/trunk/plugins/netplugins/NPanday.Plugin.Resx/pom.xml Mon May  2 23:12:26 2011
@@ -20,7 +20,7 @@ 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> 
-    <groupId>npanday.plugin</groupId>  
+    <groupId>org.apache.npanday.plugin</groupId>
     <version>1.3.1-incubating-SNAPSHOT</version>  
     <artifactId>npanday.plugins</artifactId> 
   </parent>  

Modified: incubator/npanday/trunk/plugins/netplugins/NPanday.Plugin.Settings/javabinding/pom.xml
URL: http://svn.apache.org/viewvc/incubator/npanday/trunk/plugins/netplugins/NPanday.Plugin.Settings/javabinding/pom.xml?rev=1098848&r1=1098847&r2=1098848&view=diff
==============================================================================
--- incubator/npanday/trunk/plugins/netplugins/NPanday.Plugin.Settings/javabinding/pom.xml (original)
+++ incubator/npanday/trunk/plugins/netplugins/NPanday.Plugin.Settings/javabinding/pom.xml Mon May  2 23:12:26 2011
@@ -20,7 +20,7 @@ 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> 
-    <groupId>npanday.plugin</groupId>  
+    <groupId>org.apache.npanday.plugin</groupId>
     <version>1.3.1-incubating-SNAPSHOT</version>  
     <artifactId>maven-dotnet-plugins</artifactId>  
     <relativePath>../../../pom.xml</relativePath> 
@@ -32,19 +32,19 @@ under the License.
   <description>Plugin for reading and writing to settings.xml</description>
   <dependencies> 
     <dependency> 
-      <groupId>npanday</groupId>  
+      <groupId>org.apache.npanday</groupId>
       <artifactId>dotnet-assembler</artifactId>  
     </dependency>  
     <dependency> 
-      <groupId>npanday</groupId>  
+      <groupId>org.apache.npanday</groupId>
       <artifactId>dotnet-executable</artifactId>  
     </dependency>  
     <dependency> 
-      <groupId>npanday</groupId>  
+      <groupId>org.apache.npanday</groupId>
       <artifactId>dotnet-artifact</artifactId>  
     </dependency>  
     <dependency> 
-      <groupId>npanday</groupId>  
+      <groupId>org.apache.npanday</groupId>
       <artifactId>dotnet-plugin</artifactId>  
     </dependency>
     <dependency>

Modified: incubator/npanday/trunk/plugins/netplugins/NPanday.Plugin.Settings/javabinding/src/main/java/NPanday/Plugin/Settings/SettingsGeneratorMojo.java
URL: http://svn.apache.org/viewvc/incubator/npanday/trunk/plugins/netplugins/NPanday.Plugin.Settings/javabinding/src/main/java/NPanday/Plugin/Settings/SettingsGeneratorMojo.java?rev=1098848&r1=1098847&r2=1098848&view=diff
==============================================================================
--- incubator/npanday/trunk/plugins/netplugins/NPanday.Plugin.Settings/javabinding/src/main/java/NPanday/Plugin/Settings/SettingsGeneratorMojo.java (original)
+++ incubator/npanday/trunk/plugins/netplugins/NPanday.Plugin.Settings/javabinding/src/main/java/NPanday/Plugin/Settings/SettingsGeneratorMojo.java Mon May  2 23:12:26 2011
@@ -112,7 +112,7 @@ public class SettingsGeneratorMojo
 
     public String getMojoGroupId()
     {
-        return "npanday.plugin";
+        return "org.apache.npanday.plugin";
     }
 
     public String getClassName()
@@ -249,7 +249,7 @@ public class SettingsGeneratorMojo
             for ( Iterator iterator = plugins.iterator(); iterator.hasNext(); )
             {
                 Plugin plugin = (Plugin) iterator.next();
-                if ( "npanday.plugin:maven-compile-plugin".equalsIgnoreCase( plugin.getKey() ) );
+                if ( "org.apache.npanday.plugin:maven-compile-plugin".equalsIgnoreCase( plugin.getKey() ) );
                 {
                    return plugin;
                 }

Modified: incubator/npanday/trunk/plugins/netplugins/NPanday.Plugin.Settings/pom.xml
URL: http://svn.apache.org/viewvc/incubator/npanday/trunk/plugins/netplugins/NPanday.Plugin.Settings/pom.xml?rev=1098848&r1=1098847&r2=1098848&view=diff
==============================================================================
--- incubator/npanday/trunk/plugins/netplugins/NPanday.Plugin.Settings/pom.xml (original)
+++ incubator/npanday/trunk/plugins/netplugins/NPanday.Plugin.Settings/pom.xml Mon May  2 23:12:26 2011
@@ -20,7 +20,7 @@ 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> 
-    <groupId>npanday.plugin</groupId>  
+    <groupId>org.apache.npanday.plugin</groupId>
     <version>1.3.1-incubating-SNAPSHOT</version>  
     <artifactId>npanday.plugins</artifactId> 
   </parent>  
@@ -30,7 +30,7 @@ under the License.
   <name>NPanday :: Settings Plugin</name>  
   <dependencies> 
     <dependency> 
-      <groupId>npanday.plugin</groupId>  
+      <groupId>org.apache.npanday.plugin</groupId>
       <artifactId>NPanday.Plugin</artifactId>  
       <version>1.3.1-incubating-SNAPSHOT</version>
       <type>library</type>  

Modified: incubator/npanday/trunk/plugins/netplugins/NPanday.Plugin.SysRef/javabinding/pom.xml
URL: http://svn.apache.org/viewvc/incubator/npanday/trunk/plugins/netplugins/NPanday.Plugin.SysRef/javabinding/pom.xml?rev=1098848&r1=1098847&r2=1098848&view=diff
==============================================================================
--- incubator/npanday/trunk/plugins/netplugins/NPanday.Plugin.SysRef/javabinding/pom.xml (original)
+++ incubator/npanday/trunk/plugins/netplugins/NPanday.Plugin.SysRef/javabinding/pom.xml Mon May  2 23:12:26 2011
@@ -19,32 +19,32 @@ 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> 
-    <groupId>npanday.plugin</groupId>  
+    <groupId>org.apache.npanday.plugin</groupId>
     <version>1.3.1-incubating-SNAPSHOT</version>  
     <artifactId>maven-dotnet-plugins</artifactId>  
     <relativePath>../../../pom.xml</relativePath> 
   </parent>  
   <modelVersion>4.0.0</modelVersion>  
-  <groupId>npanday.plugin</groupId>  
+  <groupId>org.apache.npanday.plugin</groupId>
   <artifactId>NPanday.Plugin.SysRef.JavaBinding</artifactId>  
   <packaging>maven-plugin</packaging>  
   <name>NPanday :: SysRef Plugin (Java Binding)</name>
   <description>Plugin that will generate the required system reference .dlls</description>
   <dependencies> 
     <dependency> 
-      <groupId>npanday</groupId>  
+      <groupId>org.apache.npanday</groupId>
       <artifactId>dotnet-assembler</artifactId>  
     </dependency>  
     <dependency> 
-      <groupId>npanday</groupId>  
+      <groupId>org.apache.npanday</groupId>
       <artifactId>dotnet-executable</artifactId>  
     </dependency>  
     <dependency> 
-      <groupId>npanday</groupId>  
+      <groupId>org.apache.npanday</groupId>
       <artifactId>dotnet-artifact</artifactId>  
     </dependency>  
     <dependency> 
-      <groupId>npanday</groupId>  
+      <groupId>org.apache.npanday</groupId>
       <artifactId>dotnet-plugin</artifactId>  
     </dependency>
     <dependency>

Modified: incubator/npanday/trunk/plugins/netplugins/NPanday.Plugin.SysRef/javabinding/src/main/java/NPanday/Plugin/SysRef/SysRefMojo.java
URL: http://svn.apache.org/viewvc/incubator/npanday/trunk/plugins/netplugins/NPanday.Plugin.SysRef/javabinding/src/main/java/NPanday/Plugin/SysRef/SysRefMojo.java?rev=1098848&r1=1098847&r2=1098848&view=diff
==============================================================================
--- incubator/npanday/trunk/plugins/netplugins/NPanday.Plugin.SysRef/javabinding/src/main/java/NPanday/Plugin/SysRef/SysRefMojo.java (original)
+++ incubator/npanday/trunk/plugins/netplugins/NPanday.Plugin.SysRef/javabinding/src/main/java/NPanday/Plugin/SysRef/SysRefMojo.java Mon May  2 23:12:26 2011
@@ -82,7 +82,7 @@ public class SysRefMojo
 
         public String getMojoGroupId()
         {
-            return "npanday.plugin";
+            return "org.apache.npanday.plugin";
         }
 
         public String getClassName()

Modified: incubator/npanday/trunk/plugins/netplugins/NPanday.Plugin.SysRef/pom.xml
URL: http://svn.apache.org/viewvc/incubator/npanday/trunk/plugins/netplugins/NPanday.Plugin.SysRef/pom.xml?rev=1098848&r1=1098847&r2=1098848&view=diff
==============================================================================
--- incubator/npanday/trunk/plugins/netplugins/NPanday.Plugin.SysRef/pom.xml (original)
+++ incubator/npanday/trunk/plugins/netplugins/NPanday.Plugin.SysRef/pom.xml Mon May  2 23:12:26 2011
@@ -20,7 +20,7 @@ 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> 
-    <groupId>npanday.plugin</groupId>  
+    <groupId>org.apache.npanday.plugin</groupId>
     <version>1.3.1-incubating-SNAPSHOT</version>  
     <artifactId>npanday.plugins</artifactId> 
   </parent>  
@@ -30,25 +30,25 @@ under the License.
   <name>NPanday :: SysRef Plugin</name>  
   <dependencies> 
     <dependency> 
-      <groupId>npanday.artifact</groupId>  
+      <groupId>org.apache.npanday.artifact</groupId>
       <artifactId>NPanday.Artifact</artifactId>  
       <version>1.3.1-incubating-SNAPSHOT</version>
       <type>library</type> 
     </dependency>  
     <dependency> 
-      <groupId>npanday.model</groupId>  
+      <groupId>org.apache.npanday.model</groupId>
       <artifactId>NPanday.Model.AutomationExtensibility</artifactId>  
       <version>1.3.1-incubating-SNAPSHOT</version>
       <type>library</type>  
     </dependency>  
     <dependency> 
-      <groupId>npanday.plugin</groupId>  
+      <groupId>org.apache.npanday.plugin</groupId>
       <artifactId>NPanday.Plugin</artifactId>  
       <version>1.3.1-incubating-SNAPSHOT</version>
       <type>library</type>  
     </dependency> 
     <dependency>
-      <groupId>npanday.model</groupId>
+      <groupId>org.apache.npanday.model</groupId>
       <artifactId>NPanday.Model.Pom</artifactId>
       <version>1.3.1-incubating-SNAPSHOT</version>
       <type>library</type>

Modified: incubator/npanday/trunk/plugins/netplugins/pom.xml
URL: http://svn.apache.org/viewvc/incubator/npanday/trunk/plugins/netplugins/pom.xml?rev=1098848&r1=1098847&r2=1098848&view=diff
==============================================================================
--- incubator/npanday/trunk/plugins/netplugins/pom.xml (original)
+++ incubator/npanday/trunk/plugins/netplugins/pom.xml Mon May  2 23:12:26 2011
@@ -20,13 +20,13 @@ 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> 
-    <groupId>npanday</groupId>  
+    <groupId>org.apache.npanday</groupId>
     <version>1.3.1-incubating-SNAPSHOT</version>  
     <artifactId>NPanday.Project</artifactId>  
     <relativePath>../../dotnet/pom.xml</relativePath> 
   </parent>  
   <modelVersion>4.0.0</modelVersion>  
-  <groupId>npanday.plugin</groupId>  
+  <groupId>org.apache.npanday.plugin</groupId>
   <artifactId>npanday.plugins</artifactId>  
   <packaging>pom</packaging>  
   <name>NPanday :: .NET Plugins</name>  

Modified: incubator/npanday/trunk/plugins/partcover-maven-plugin/pom.xml
URL: http://svn.apache.org/viewvc/incubator/npanday/trunk/plugins/partcover-maven-plugin/pom.xml?rev=1098848&r1=1098847&r2=1098848&view=diff
==============================================================================
--- incubator/npanday/trunk/plugins/partcover-maven-plugin/pom.xml (original)
+++ incubator/npanday/trunk/plugins/partcover-maven-plugin/pom.xml Mon May  2 23:12:26 2011
@@ -18,7 +18,7 @@ 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>
-    <groupId>npanday.plugin</groupId>
+    <groupId>org.apache.npanday.plugin</groupId>
     <version>1.3.1-incubating-SNAPSHOT</version>
     <artifactId>maven-dotnet-plugins</artifactId>
   </parent>

Modified: incubator/npanday/trunk/plugins/partcover-maven-plugin/src/site/apt/usage.apt
URL: http://svn.apache.org/viewvc/incubator/npanday/trunk/plugins/partcover-maven-plugin/src/site/apt/usage.apt?rev=1098848&r1=1098847&r2=1098848&view=diff
==============================================================================
--- incubator/npanday/trunk/plugins/partcover-maven-plugin/src/site/apt/usage.apt (original)
+++ incubator/npanday/trunk/plugins/partcover-maven-plugin/src/site/apt/usage.apt Mon May  2 23:12:26 2011
@@ -23,7 +23,7 @@ Usage
     <build>
       <plugins>
         <plugin> 
-          <groupId>npanday.plugin</groupId>
+          <groupId>org.apache.npanday.plugin</groupId>
           <artifactId>partcover-maven-plugin</artifactId>  
           <configuration>
             <nUnit>${unit-console.exe}</nUnit>

Modified: incubator/npanday/trunk/plugins/pom.xml
URL: http://svn.apache.org/viewvc/incubator/npanday/trunk/plugins/pom.xml?rev=1098848&r1=1098847&r2=1098848&view=diff
==============================================================================
--- incubator/npanday/trunk/plugins/pom.xml (original)
+++ incubator/npanday/trunk/plugins/pom.xml Mon May  2 23:12:26 2011
@@ -20,12 +20,12 @@ 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> 
-    <groupId>npanday</groupId>  
+    <groupId>org.apache.npanday</groupId>
     <version>1.3.1-incubating-SNAPSHOT</version>  
     <artifactId>npanday-project</artifactId> 
   </parent>  
   <modelVersion>4.0.0</modelVersion>  
-  <groupId>npanday.plugin</groupId>  
+  <groupId>org.apache.npanday.plugin</groupId>
   <artifactId>maven-dotnet-plugins</artifactId>  
   <packaging>pom</packaging>  
   <name>NPanday :: Maven Plugins</name>
@@ -56,23 +56,23 @@ under the License.
   </modules>
   <dependencies>
     <dependency> 
-      <groupId>npanday</groupId>  
+      <groupId>org.apache.npanday</groupId>
       <artifactId>dotnet-assembler</artifactId>  
     </dependency>  
     <dependency> 
-      <groupId>npanday</groupId>  
+      <groupId>org.apache.npanday</groupId>
       <artifactId>dotnet-dao-project</artifactId>  
     </dependency>  
     <dependency> 
-      <groupId>npanday</groupId>  
+      <groupId>org.apache.npanday</groupId>
       <artifactId>dotnet-executable</artifactId>  
     </dependency>  
     <dependency> 
-      <groupId>npanday</groupId>  
+      <groupId>org.apache.npanday</groupId>
       <artifactId>dotnet-artifact</artifactId>  
     </dependency>  
     <dependency> 
-      <groupId>npanday</groupId>  
+      <groupId>org.apache.npanday</groupId>
       <artifactId>dotnet-plugin</artifactId>  
     </dependency>  
     <dependency>

Modified: incubator/npanday/trunk/plugins/wix-maven-plugin/pom.xml
URL: http://svn.apache.org/viewvc/incubator/npanday/trunk/plugins/wix-maven-plugin/pom.xml?rev=1098848&r1=1098847&r2=1098848&view=diff
==============================================================================
--- incubator/npanday/trunk/plugins/wix-maven-plugin/pom.xml (original)
+++ incubator/npanday/trunk/plugins/wix-maven-plugin/pom.xml Mon May  2 23:12:26 2011
@@ -18,7 +18,7 @@ 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> 
-    <groupId>npanday.plugin</groupId>  
+    <groupId>org.apache.npanday.plugin</groupId>
     <version>1.3.1-incubating-SNAPSHOT</version>  
     <artifactId>maven-dotnet-plugins</artifactId> 
   </parent>

Modified: incubator/npanday/trunk/plugins/wix-maven-plugin/src/it/IT001/pom.xml
URL: http://svn.apache.org/viewvc/incubator/npanday/trunk/plugins/wix-maven-plugin/src/it/IT001/pom.xml?rev=1098848&r1=1098847&r2=1098848&view=diff
==============================================================================
--- incubator/npanday/trunk/plugins/wix-maven-plugin/src/it/IT001/pom.xml (original)
+++ incubator/npanday/trunk/plugins/wix-maven-plugin/src/it/IT001/pom.xml Mon May  2 23:12:26 2011
@@ -19,7 +19,7 @@ under the License.
 -->
 <project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns="http://maven.apache.org/POM/4.0.0">
   <modelVersion>4.0.0</modelVersion>
-  <groupId>npanday.examples</groupId>
+  <groupId>org.apache.npanday.examples</groupId>
   <artifactId>IT001</artifactId>
   <version>1.2-SNAPSHOT</version>
   <packaging>pom</packaging>
@@ -32,7 +32,7 @@ under the License.
   <build>
     <plugins>
       <plugin>
-        <groupId>npanday.plugin</groupId>
+        <groupId>org.apache.npanday.plugin</groupId>
         <artifactId>wix-maven-plugin</artifactId>
         <version>1.2-SNAPSHOT</version>
         <configuration>

Modified: incubator/npanday/trunk/plugins/wix-maven-plugin/src/it/IT002/pom.xml
URL: http://svn.apache.org/viewvc/incubator/npanday/trunk/plugins/wix-maven-plugin/src/it/IT002/pom.xml?rev=1098848&r1=1098847&r2=1098848&view=diff
==============================================================================
--- incubator/npanday/trunk/plugins/wix-maven-plugin/src/it/IT002/pom.xml (original)
+++ incubator/npanday/trunk/plugins/wix-maven-plugin/src/it/IT002/pom.xml Mon May  2 23:12:26 2011
@@ -19,7 +19,7 @@ under the License.
 --> 	
 <project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns="http://maven.apache.org/POM/4.0.0">
   <modelVersion>4.0.0</modelVersion>
-  <groupId>npanday.examples</groupId>
+  <groupId>org.apache.npanday.examples</groupId>
   <artifactId>IT002</artifactId>
   <version>1.2-SNAPSHOT</version>
   <packaging>pom</packaging>
@@ -32,7 +32,7 @@ under the License.
   <build>
     <plugins>
       <plugin>
-        <groupId>npanday.plugin</groupId>
+        <groupId>org.apache.npanday.plugin</groupId>
         <artifactId>wix-maven-plugin</artifactId>
         <version>1.2-SNAPSHOT</version>
         <configuration>

Modified: incubator/npanday/trunk/plugins/wix-maven-plugin/src/it/IT003/TestAppInstaller/pom.xml
URL: http://svn.apache.org/viewvc/incubator/npanday/trunk/plugins/wix-maven-plugin/src/it/IT003/TestAppInstaller/pom.xml?rev=1098848&r1=1098847&r2=1098848&view=diff
==============================================================================
--- incubator/npanday/trunk/plugins/wix-maven-plugin/src/it/IT003/TestAppInstaller/pom.xml (original)
+++ incubator/npanday/trunk/plugins/wix-maven-plugin/src/it/IT003/TestAppInstaller/pom.xml Mon May  2 23:12:26 2011
@@ -21,7 +21,7 @@ under the License.
   <modelVersion>4.0.0</modelVersion>
   <parent>
     <artifactId>IT003-parent</artifactId>
-    <groupId>Npanday.examples</groupId>
+    <groupId>org.apache.npanday.examples</groupId>
     <version>1.2-SNAPSHOT</version>
     <relativePath>..\pom.xml</relativePath>
   </parent>
@@ -37,7 +37,7 @@ under the License.
   <build>
     <plugins>
       <plugin>
-        <groupId>npanday.plugin</groupId>
+        <groupId>org.apache.npanday.plugin</groupId>
         <artifactId>wix-maven-plugin</artifactId>
         <version>1.2-SNAPSHOT</version>
         <configuration>

Modified: incubator/npanday/trunk/plugins/wix-maven-plugin/src/it/IT003/TestApplication/pom.xml
URL: http://svn.apache.org/viewvc/incubator/npanday/trunk/plugins/wix-maven-plugin/src/it/IT003/TestApplication/pom.xml?rev=1098848&r1=1098847&r2=1098848&view=diff
==============================================================================
--- incubator/npanday/trunk/plugins/wix-maven-plugin/src/it/IT003/TestApplication/pom.xml (original)
+++ incubator/npanday/trunk/plugins/wix-maven-plugin/src/it/IT003/TestApplication/pom.xml Mon May  2 23:12:26 2011
@@ -20,7 +20,7 @@ under the License.
 <project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns="http://maven.apache.org/POM/4.0.0">
   <parent>
     <artifactId>IT003-parent</artifactId>
-    <groupId>Npanday.examples</groupId>
+    <groupId>org.apache.npanday.examples</groupId>
     <version>1.2-SNAPSHOT</version>
     <relativePath>..\pom.xml</relativePath>
   </parent>
@@ -32,7 +32,7 @@ under the License.
     <sourceDirectory>./</sourceDirectory>
     <plugins>
       <plugin>
-        <groupId>npanday.plugin</groupId>
+        <groupId>org.apache.npanday.plugin</groupId>
         <artifactId>maven-compile-plugin</artifactId>
         <extensions>true</extensions>
         <configuration>
@@ -47,7 +47,7 @@ under the License.
         </configuration>
       </plugin>
       <plugin>
-        <groupId>npanday.plugin</groupId>
+        <groupId>org.apache.npanday.plugin</groupId>
         <artifactId>maven-resgen-plugin</artifactId>
         <configuration>
           <embeddedResources>
@@ -62,7 +62,7 @@ under the License.
   </build>
     <dependencies>
       <dependency>
-        <groupId>Npanday.examples</groupId>
+        <groupId>org.apache.npanday.examples</groupId>
         <artifactId>TestLibrary</artifactId>
         <version>1.2-SNAPSHOT</version>
       </dependency>

Modified: incubator/npanday/trunk/plugins/wix-maven-plugin/src/it/IT003/TestLibrary/pom.xml
URL: http://svn.apache.org/viewvc/incubator/npanday/trunk/plugins/wix-maven-plugin/src/it/IT003/TestLibrary/pom.xml?rev=1098848&r1=1098847&r2=1098848&view=diff
==============================================================================
--- incubator/npanday/trunk/plugins/wix-maven-plugin/src/it/IT003/TestLibrary/pom.xml (original)
+++ incubator/npanday/trunk/plugins/wix-maven-plugin/src/it/IT003/TestLibrary/pom.xml Mon May  2 23:12:26 2011
@@ -20,7 +20,7 @@ under the License.
 <project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns="http://maven.apache.org/POM/4.0.0">
   <parent>
     <artifactId>IT003-parent</artifactId>
-    <groupId>Npanday.examples</groupId>
+    <groupId>org.apache.npanday.examples</groupId>
     <version>1.2-SNAPSHOT</version>
     <relativePath>..\pom.xml</relativePath>
   </parent>
@@ -32,7 +32,7 @@ under the License.
     <sourceDirectory>./</sourceDirectory>
     <plugins>
       <plugin>
-        <groupId>npanday.plugin</groupId>
+        <groupId>org.apache.npanday.plugin</groupId>
         <artifactId>maven-compile-plugin</artifactId>
         <extensions>true</extensions>
         <configuration>

Modified: incubator/npanday/trunk/plugins/wix-maven-plugin/src/it/IT003/pom.xml
URL: http://svn.apache.org/viewvc/incubator/npanday/trunk/plugins/wix-maven-plugin/src/it/IT003/pom.xml?rev=1098848&r1=1098847&r2=1098848&view=diff
==============================================================================
--- incubator/npanday/trunk/plugins/wix-maven-plugin/src/it/IT003/pom.xml (original)
+++ incubator/npanday/trunk/plugins/wix-maven-plugin/src/it/IT003/pom.xml Mon May  2 23:12:26 2011
@@ -19,7 +19,7 @@ under the License.
 -->
 <project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns="http://maven.apache.org/POM/4.0.0">
   <modelVersion>4.0.0</modelVersion>
-  <groupId>Npanday.examples</groupId>
+  <groupId>org.apache.npanday.examples</groupId>
   <artifactId>IT003-parent</artifactId>
   <packaging>pom</packaging>
   <name>Npanday.examples : IT003-parent</name>

Modified: incubator/npanday/trunk/plugins/wix-maven-plugin/src/it/IT004/TestAppInstaller/pom.xml
URL: http://svn.apache.org/viewvc/incubator/npanday/trunk/plugins/wix-maven-plugin/src/it/IT004/TestAppInstaller/pom.xml?rev=1098848&r1=1098847&r2=1098848&view=diff
==============================================================================
--- incubator/npanday/trunk/plugins/wix-maven-plugin/src/it/IT004/TestAppInstaller/pom.xml (original)
+++ incubator/npanday/trunk/plugins/wix-maven-plugin/src/it/IT004/TestAppInstaller/pom.xml Mon May  2 23:12:26 2011
@@ -21,7 +21,7 @@ under the License.
   <modelVersion>4.0.0</modelVersion>
   <parent>
     <artifactId>IT004-parent</artifactId>
-    <groupId>Npanday.examples</groupId>
+    <groupId>org.apache.npanday.examples</groupId>
     <version>1.2-SNAPSHOT</version>
     <relativePath>..\pom.xml</relativePath>
   </parent>
@@ -36,7 +36,7 @@ under the License.
   <build>
     <plugins>
       <plugin>
-        <groupId>npanday.plugin</groupId>
+        <groupId>org.apache.npanday.plugin</groupId>
         <artifactId>wix-maven-plugin</artifactId>
         <version>1.2-SNAPSHOT</version>
         <configuration>

Modified: incubator/npanday/trunk/plugins/wix-maven-plugin/src/it/IT004/TestConsoleApplication/pom.xml
URL: http://svn.apache.org/viewvc/incubator/npanday/trunk/plugins/wix-maven-plugin/src/it/IT004/TestConsoleApplication/pom.xml?rev=1098848&r1=1098847&r2=1098848&view=diff
==============================================================================
--- incubator/npanday/trunk/plugins/wix-maven-plugin/src/it/IT004/TestConsoleApplication/pom.xml (original)
+++ incubator/npanday/trunk/plugins/wix-maven-plugin/src/it/IT004/TestConsoleApplication/pom.xml Mon May  2 23:12:26 2011
@@ -20,7 +20,7 @@ under the License.
 <project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns="http://maven.apache.org/POM/4.0.0">
   <parent>
     <artifactId>IT004-parent</artifactId>
-    <groupId>Npanday.examples</groupId>
+    <groupId>org.apache.npanday.examples</groupId>
     <version>1.2-SNAPSHOT</version>
     <relativePath>..\pom.xml</relativePath>
   </parent>
@@ -32,7 +32,7 @@ under the License.
     <sourceDirectory>./</sourceDirectory>
     <plugins>
       <plugin>
-        <groupId>npanday.plugin</groupId>
+        <groupId>org.apache.npanday.plugin</groupId>
         <artifactId>maven-compile-plugin</artifactId>
         <extensions>true</extensions>
         <configuration>

Modified: incubator/npanday/trunk/plugins/wix-maven-plugin/src/it/IT004/pom.xml
URL: http://svn.apache.org/viewvc/incubator/npanday/trunk/plugins/wix-maven-plugin/src/it/IT004/pom.xml?rev=1098848&r1=1098847&r2=1098848&view=diff
==============================================================================
--- incubator/npanday/trunk/plugins/wix-maven-plugin/src/it/IT004/pom.xml (original)
+++ incubator/npanday/trunk/plugins/wix-maven-plugin/src/it/IT004/pom.xml Mon May  2 23:12:26 2011
@@ -19,7 +19,7 @@ under the License.
 -->
 <project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns="http://maven.apache.org/POM/4.0.0">
   <modelVersion>4.0.0</modelVersion>
-  <groupId>Npanday.examples</groupId>
+  <groupId>org.apache.npanday.examples</groupId>
   <artifactId>IT004-parent</artifactId>
   <packaging>pom</packaging>
   <name>Npanday.examples : IT004-parent</name>

Modified: incubator/npanday/trunk/plugins/wix-maven-plugin/src/it/IT005/TestAppInstaller/pom.xml
URL: http://svn.apache.org/viewvc/incubator/npanday/trunk/plugins/wix-maven-plugin/src/it/IT005/TestAppInstaller/pom.xml?rev=1098848&r1=1098847&r2=1098848&view=diff
==============================================================================
--- incubator/npanday/trunk/plugins/wix-maven-plugin/src/it/IT005/TestAppInstaller/pom.xml (original)
+++ incubator/npanday/trunk/plugins/wix-maven-plugin/src/it/IT005/TestAppInstaller/pom.xml Mon May  2 23:12:26 2011
@@ -21,7 +21,7 @@ under the License.
   <modelVersion>4.0.0</modelVersion>
   <parent>
     <artifactId>IT005-parent</artifactId>
-    <groupId>Npanday.examples</groupId>
+    <groupId>org.apache.npanday.examples</groupId>
     <version>1.2-SNAPSHOT</version>
     <relativePath>..\pom.xml</relativePath>
   </parent>
@@ -36,7 +36,7 @@ under the License.
   <build>
     <plugins>
       <plugin>
-        <groupId>npanday.plugin</groupId>
+        <groupId>org.apache.npanday.plugin</groupId>
         <artifactId>wix-maven-plugin</artifactId>
         <version>1.2-SNAPSHOT</version>
         <configuration>

Modified: incubator/npanday/trunk/plugins/wix-maven-plugin/src/it/IT005/TestApplication/pom.xml
URL: http://svn.apache.org/viewvc/incubator/npanday/trunk/plugins/wix-maven-plugin/src/it/IT005/TestApplication/pom.xml?rev=1098848&r1=1098847&r2=1098848&view=diff
==============================================================================
--- incubator/npanday/trunk/plugins/wix-maven-plugin/src/it/IT005/TestApplication/pom.xml (original)
+++ incubator/npanday/trunk/plugins/wix-maven-plugin/src/it/IT005/TestApplication/pom.xml Mon May  2 23:12:26 2011
@@ -20,7 +20,7 @@ under the License.
 <project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns="http://maven.apache.org/POM/4.0.0">
   <parent>
     <artifactId>IT005-parent</artifactId>
-    <groupId>Npanday.examples</groupId>
+    <groupId>org.apache.npanday.examples</groupId>
     <version>1.2-SNAPSHOT</version>
     <relativePath>..\pom.xml</relativePath>
   </parent>
@@ -32,7 +32,7 @@ under the License.
     <sourceDirectory>./</sourceDirectory>
     <plugins>
       <plugin>
-        <groupId>npanday.plugin</groupId>
+        <groupId>org.apache.npanday.plugin</groupId>
         <artifactId>maven-compile-plugin</artifactId>
         <extensions>true</extensions>
         <configuration>
@@ -47,7 +47,7 @@ under the License.
         </configuration>
       </plugin>
       <plugin>
-        <groupId>npanday.plugin</groupId>
+        <groupId>org.apache.npanday.plugin</groupId>
         <artifactId>maven-resgen-plugin</artifactId>
         <configuration>
           <embeddedResources>
@@ -62,7 +62,7 @@ under the License.
   </build>
     <dependencies>
       <dependency>
-        <groupId>Npanday.examples</groupId>
+        <groupId>org.apache.npanday.examples</groupId>
         <artifactId>TestLibrary</artifactId>
         <version>1.2-SNAPSHOT</version>
       </dependency>

Modified: incubator/npanday/trunk/plugins/wix-maven-plugin/src/it/IT005/TestLibrary/pom.xml
URL: http://svn.apache.org/viewvc/incubator/npanday/trunk/plugins/wix-maven-plugin/src/it/IT005/TestLibrary/pom.xml?rev=1098848&r1=1098847&r2=1098848&view=diff
==============================================================================
--- incubator/npanday/trunk/plugins/wix-maven-plugin/src/it/IT005/TestLibrary/pom.xml (original)
+++ incubator/npanday/trunk/plugins/wix-maven-plugin/src/it/IT005/TestLibrary/pom.xml Mon May  2 23:12:26 2011
@@ -20,7 +20,7 @@ under the License.
 <project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns="http://maven.apache.org/POM/4.0.0">
   <parent>
     <artifactId>IT005-parent</artifactId>
-    <groupId>Npanday.examples</groupId>
+    <groupId>org.apache.npanday.examples</groupId>
     <version>1.2-SNAPSHOT</version>
     <relativePath>..\pom.xml</relativePath>
   </parent>
@@ -32,7 +32,7 @@ under the License.
     <sourceDirectory>./</sourceDirectory>
     <plugins>
       <plugin>
-        <groupId>npanday.plugin</groupId>
+        <groupId>org.apache.npanday.plugin</groupId>
         <artifactId>maven-compile-plugin</artifactId>
         <extensions>true</extensions>
         <configuration>

Modified: incubator/npanday/trunk/plugins/wix-maven-plugin/src/it/IT005/pom.xml
URL: http://svn.apache.org/viewvc/incubator/npanday/trunk/plugins/wix-maven-plugin/src/it/IT005/pom.xml?rev=1098848&r1=1098847&r2=1098848&view=diff
==============================================================================
--- incubator/npanday/trunk/plugins/wix-maven-plugin/src/it/IT005/pom.xml (original)
+++ incubator/npanday/trunk/plugins/wix-maven-plugin/src/it/IT005/pom.xml Mon May  2 23:12:26 2011
@@ -19,7 +19,7 @@ under the License.
 -->
 <project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns="http://maven.apache.org/POM/4.0.0">
   <modelVersion>4.0.0</modelVersion>
-  <groupId>Npanday.examples</groupId>
+  <groupId>org.apache.npanday.examples</groupId>
   <artifactId>IT005-parent</artifactId>
   <packaging>pom</packaging>
   <name>Npanday.examples : IT005-parent</name>

Modified: incubator/npanday/trunk/plugins/wix-maven-plugin/src/it/IT006/VBWebApplication_Wix/pom.xml
URL: http://svn.apache.org/viewvc/incubator/npanday/trunk/plugins/wix-maven-plugin/src/it/IT006/VBWebApplication_Wix/pom.xml?rev=1098848&r1=1098847&r2=1098848&view=diff
==============================================================================
--- incubator/npanday/trunk/plugins/wix-maven-plugin/src/it/IT006/VBWebApplication_Wix/pom.xml (original)
+++ incubator/npanday/trunk/plugins/wix-maven-plugin/src/it/IT006/VBWebApplication_Wix/pom.xml Mon May  2 23:12:26 2011
@@ -20,7 +20,7 @@ under the License.
 <project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns="http://maven.apache.org/POM/4.0.0">
   <parent>
     <artifactId>WIXVBWebApp08-parent</artifactId>
-    <groupId>Npanday.examples</groupId>
+    <groupId>org.apache.npanday.examples</groupId>
     <version>1.2-SNAPSHOT</version>
     <relativePath>..\pom.xml</relativePath>
   </parent>
@@ -32,7 +32,7 @@ under the License.
     <sourceDirectory>.</sourceDirectory>
     <plugins>
       <plugin>
-        <groupId>npanday.plugin</groupId>
+        <groupId>org.apache.npanday.plugin</groupId>
         <artifactId>maven-compile-plugin</artifactId>
         <extensions>true</extensions>
         <configuration>
@@ -73,7 +73,7 @@ under the License.
         </configuration>
       </plugin>
       <plugin>
-        <groupId>npanday.plugin</groupId>
+        <groupId>org.apache.npanday.plugin</groupId>
         <artifactId>maven-resgen-plugin</artifactId>
         <configuration>
           <embeddedResources>

Modified: incubator/npanday/trunk/plugins/wix-maven-plugin/src/it/IT006/WixMSI/pom.xml
URL: http://svn.apache.org/viewvc/incubator/npanday/trunk/plugins/wix-maven-plugin/src/it/IT006/WixMSI/pom.xml?rev=1098848&r1=1098847&r2=1098848&view=diff
==============================================================================
Binary files - no diff available.

Modified: incubator/npanday/trunk/plugins/wix-maven-plugin/src/it/IT006/pom.xml
URL: http://svn.apache.org/viewvc/incubator/npanday/trunk/plugins/wix-maven-plugin/src/it/IT006/pom.xml?rev=1098848&r1=1098847&r2=1098848&view=diff
==============================================================================
Binary files - no diff available.

Modified: incubator/npanday/trunk/plugins/wix-maven-plugin/src/it/IT007/LocalizationInstaller/pom.xml
URL: http://svn.apache.org/viewvc/incubator/npanday/trunk/plugins/wix-maven-plugin/src/it/IT007/LocalizationInstaller/pom.xml?rev=1098848&r1=1098847&r2=1098848&view=diff
==============================================================================
--- incubator/npanday/trunk/plugins/wix-maven-plugin/src/it/IT007/LocalizationInstaller/pom.xml (original)
+++ incubator/npanday/trunk/plugins/wix-maven-plugin/src/it/IT007/LocalizationInstaller/pom.xml Mon May  2 23:12:26 2011
@@ -20,7 +20,7 @@ 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/xsd/maven-4.0.0.xsd">
   <parent>
     <artifactId>WIXLocalizationExample-parent</artifactId>
-    <groupId>Npanday.examples.WIXLocalizationExample</groupId>
+    <groupId>org.apache.npanday.examples.WIXLocalizationExample</groupId>
     <version>1.2-SNAPSHOT</version>
     <relativePath>..\pom.xml</relativePath>
   </parent>
@@ -55,7 +55,7 @@ under the License.
         </executions>
       </plugin>
       <plugin>
-        <groupId>npanday.plugin</groupId>
+        <groupId>org.apache.npanday.plugin</groupId>
         <artifactId>wix-maven-plugin</artifactId>
         <version>1.2-SNAPSHOT</version>
         <configuration>

Modified: incubator/npanday/trunk/plugins/wix-maven-plugin/src/it/IT007/WIXLocalizationExample/pom.xml
URL: http://svn.apache.org/viewvc/incubator/npanday/trunk/plugins/wix-maven-plugin/src/it/IT007/WIXLocalizationExample/pom.xml?rev=1098848&r1=1098847&r2=1098848&view=diff
==============================================================================
--- incubator/npanday/trunk/plugins/wix-maven-plugin/src/it/IT007/WIXLocalizationExample/pom.xml (original)
+++ incubator/npanday/trunk/plugins/wix-maven-plugin/src/it/IT007/WIXLocalizationExample/pom.xml Mon May  2 23:12:26 2011
@@ -20,7 +20,7 @@ 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/xsd/maven-4.0.0.xsd">
   <parent>
     <artifactId>WIXLocalizationExample-parent</artifactId>
-    <groupId>Npanday.examples.WIXLocalizationExample</groupId>
+    <groupId>org.apache.npanday.examples.WIXLocalizationExample</groupId>
     <version>1.2-SNAPSHOT</version>
     <relativePath>..\pom.xml</relativePath>
   </parent>
@@ -32,7 +32,7 @@ under the License.
     <sourceDirectory>./</sourceDirectory>
     <plugins>
       <plugin>
-        <groupId>npanday.plugin</groupId>
+        <groupId>org.apache.npanday.plugin</groupId>
         <artifactId>maven-compile-plugin</artifactId>
         <extensions>true</extensions>
         <configuration>
@@ -47,7 +47,7 @@ under the License.
         </configuration>
       </plugin>
       <plugin>
-        <groupId>npanday.plugin</groupId>
+        <groupId>org.apache.npanday.plugin</groupId>
         <artifactId>maven-resgen-plugin</artifactId>
         <configuration>
           <embeddedResources>

Modified: incubator/npanday/trunk/plugins/wix-maven-plugin/src/it/IT007/pom.xml
URL: http://svn.apache.org/viewvc/incubator/npanday/trunk/plugins/wix-maven-plugin/src/it/IT007/pom.xml?rev=1098848&r1=1098847&r2=1098848&view=diff
==============================================================================
--- incubator/npanday/trunk/plugins/wix-maven-plugin/src/it/IT007/pom.xml (original)
+++ incubator/npanday/trunk/plugins/wix-maven-plugin/src/it/IT007/pom.xml Mon May  2 23:12:26 2011
@@ -19,7 +19,7 @@ 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/xsd/maven-4.0.0.xsd">
   <modelVersion>4.0.0</modelVersion>
-  <groupId>Npanday.examples.WIXLocalizationExample</groupId>
+  <groupId>org.apache.npanday.examples.WIXLocalizationExample</groupId>
   <artifactId>WIXLocalizationExample-parent</artifactId>
   <packaging>pom</packaging>
   <name>Npanday.examples.WIXLocalizationExample : WIXLocalizationExample-parent</name>

Modified: incubator/npanday/trunk/plugins/wix-maven-plugin/src/it/IT008/pom.xml
URL: http://svn.apache.org/viewvc/incubator/npanday/trunk/plugins/wix-maven-plugin/src/it/IT008/pom.xml?rev=1098848&r1=1098847&r2=1098848&view=diff
==============================================================================
Binary files - no diff available.

Modified: incubator/npanday/trunk/plugins/wix-maven-plugin/src/site/apt/usage/candle.apt
URL: http://svn.apache.org/viewvc/incubator/npanday/trunk/plugins/wix-maven-plugin/src/site/apt/usage/candle.apt?rev=1098848&r1=1098847&r2=1098848&view=diff
==============================================================================
--- incubator/npanday/trunk/plugins/wix-maven-plugin/src/site/apt/usage/candle.apt (original)
+++ incubator/npanday/trunk/plugins/wix-maven-plugin/src/site/apt/usage/candle.apt Mon May  2 23:12:26 2011
@@ -32,7 +32,7 @@ Candle Mojo Usage
   <build>
     <plugins>
       <plugin>
-        <groupId>npanday.plugin</groupId>
+        <groupId>org.apache.npanday.plugin</groupId>
         <artifactId>wix-maven-plugin</artifactId>
         <version>1.0-SNAPSHOT</version>
         <configuration>
@@ -55,7 +55,7 @@ Candle Mojo Usage
 
 +----+
       <plugin>
-        <groupId>npanday.plugin</groupId>
+        <groupId>org.apache.npanday.plugin</groupId>
         <artifactId>wix-maven-plugin</artifactId>
         <version>1.0-SNAPSHOT</version>
         <configuration>

Modified: incubator/npanday/trunk/plugins/wix-maven-plugin/src/site/apt/usage/index.apt
URL: http://svn.apache.org/viewvc/incubator/npanday/trunk/plugins/wix-maven-plugin/src/site/apt/usage/index.apt?rev=1098848&r1=1098847&r2=1098848&view=diff
==============================================================================
--- incubator/npanday/trunk/plugins/wix-maven-plugin/src/site/apt/usage/index.apt (original)
+++ incubator/npanday/trunk/plugins/wix-maven-plugin/src/site/apt/usage/index.apt Mon May  2 23:12:26 2011
@@ -23,7 +23,7 @@ Usage
   <build>
     <plugins>
       <plugin>
-        <groupId>npanday.plugin</groupId>
+        <groupId>org.apache.npanday.plugin</groupId>
         <artifactId>wix-maven-plugin</artifactId>
         <version>1.0-SNAPSHOT</version>
         <configuration>

Modified: incubator/npanday/trunk/plugins/wix-maven-plugin/src/site/apt/usage/light.apt
URL: http://svn.apache.org/viewvc/incubator/npanday/trunk/plugins/wix-maven-plugin/src/site/apt/usage/light.apt?rev=1098848&r1=1098847&r2=1098848&view=diff
==============================================================================
--- incubator/npanday/trunk/plugins/wix-maven-plugin/src/site/apt/usage/light.apt (original)
+++ incubator/npanday/trunk/plugins/wix-maven-plugin/src/site/apt/usage/light.apt Mon May  2 23:12:26 2011
@@ -32,7 +32,7 @@ Light Mojo Usage
   <build>
     <plugins>
       <plugin>
-        <groupId>npanday.plugin</groupId>
+        <groupId>org.apache.npanday.plugin</groupId>
         <artifactId>npanday-wix-plugin</artifactId>
         <version>1.0-SNAPSHOT</version>
         <configuration>
@@ -58,7 +58,7 @@ Light Mojo Usage
   <build>
     <plugins>
       <plugin>
-        <groupId>npanday.plugin</groupId>
+        <groupId>org.apache.npanday.plugin</groupId>
         <artifactId>wix-maven-plugin</artifactId>
         <version>1.0-SNAPSHOT</version>
         <configuration>
@@ -82,7 +82,7 @@ If you have used the outputDirectory par
 
 +-----+
       <plugin>
-        <groupId>npanday.plugin</groupId>
+        <groupId>org.apache.npanday.plugin</groupId>
         <artifactId>wix-maven-plugin</artifactId>
         <version>1.0-SNAPSHOT</version>
         <configuration>

Modified: incubator/npanday/trunk/pom.xml
URL: http://svn.apache.org/viewvc/incubator/npanday/trunk/pom.xml?rev=1098848&r1=1098847&r2=1098848&view=diff
==============================================================================
--- incubator/npanday/trunk/pom.xml (original)
+++ incubator/npanday/trunk/pom.xml Mon May  2 23:12:26 2011
@@ -25,7 +25,7 @@ under the License.
     <artifactId>apache</artifactId>
     <version>8</version>
   </parent>  
-  <groupId>npanday</groupId>  
+  <groupId>org.apache.npanday</groupId>
   <artifactId>npanday-project</artifactId>  
   <packaging>pom</packaging>  
   <version>1.3.1-incubating-SNAPSHOT</version>  
@@ -321,77 +321,77 @@ under the License.
   <dependencyManagement> 
     <dependencies> 
       <dependency> 
-        <groupId>npanday</groupId>  
+        <groupId>org.apache.npanday</groupId>
         <artifactId>dotnet-assembler</artifactId>  
         <version>1.3.1-incubating-SNAPSHOT</version> 
       </dependency>  
       <dependency> 
-        <groupId>npanday</groupId>  
+        <groupId>org.apache.npanday</groupId>
         <artifactId>dotnet-dao-project</artifactId>  
         <version>1.3.1-incubating-SNAPSHOT</version> 
       </dependency> 
       <dependency> 
-        <groupId>npanday</groupId>  
+        <groupId>org.apache.npanday</groupId>
         <artifactId>dotnet-executable</artifactId>  
         <version>1.3.1-incubating-SNAPSHOT</version> 
       </dependency> 
       <dependency> 
-        <groupId>npanday</groupId>  
+        <groupId>org.apache.npanday</groupId>
         <artifactId>dotnet-artifact</artifactId>  
         <version>1.3.1-incubating-SNAPSHOT</version> 
       </dependency> 
       <dependency> 
-        <groupId>npanday</groupId>  
+        <groupId>org.apache.npanday</groupId>
         <artifactId>dotnet-plugin</artifactId>  
         <version>1.3.1-incubating-SNAPSHOT</version> 
       </dependency> 
       <dependency> 
-        <groupId>npanday</groupId>  
+        <groupId>org.apache.npanday</groupId>
         <artifactId>dotnet-registry</artifactId>  
         <version>1.3.1-incubating-SNAPSHOT</version> 
       </dependency> 
       <dependency> 
-        <groupId>npanday</groupId>  
+        <groupId>org.apache.npanday</groupId>
         <artifactId>dotnet-repository</artifactId>  
         <version>1.3.1-incubating-SNAPSHOT</version> 
       </dependency> 
       <dependency> 
-        <groupId>npanday</groupId>  
+        <groupId>org.apache.npanday</groupId>
         <artifactId>dotnet-core</artifactId>  
         <version>1.3.1-incubating-SNAPSHOT</version> 
       </dependency> 
       <dependency> 
-        <groupId>npanday</groupId>  
+        <groupId>org.apache.npanday</groupId>
         <artifactId>dotnet-vendor</artifactId>  
         <version>1.3.1-incubating-SNAPSHOT</version> 
       </dependency> 
       <dependency> 
-        <groupId>npanday</groupId>  
+        <groupId>org.apache.npanday</groupId>
         <artifactId>dotnet-model-netdependency</artifactId>  
         <version>1.3.1-incubating-SNAPSHOT</version> 
       </dependency> 
       <dependency> 
-        <groupId>npanday</groupId>  
+        <groupId>org.apache.npanday</groupId>
         <artifactId>dotnet-model-assembly-plugins</artifactId>  
         <version>1.3.1-incubating-SNAPSHOT</version> 
       </dependency> 
       <dependency> 
-        <groupId>npanday</groupId>  
+        <groupId>org.apache.npanday</groupId>
         <artifactId>dotnet-model-compiler-plugins</artifactId>  
         <version>1.3.1-incubating-SNAPSHOT</version> 
       </dependency> 
       <dependency> 
-        <groupId>npanday</groupId>  
+        <groupId>org.apache.npanday</groupId>
         <artifactId>dotnet-model-executable-plugins</artifactId>  
         <version>1.3.1-incubating-SNAPSHOT</version> 
       </dependency> 
       <dependency> 
-        <groupId>npanday</groupId>  
+        <groupId>org.apache.npanday</groupId>
         <artifactId>dotnet-model-configuration-appenders</artifactId>  
         <version>1.3.1-incubating-SNAPSHOT</version> 
       </dependency> 
       <dependency> 
-        <groupId>npanday</groupId>  
+        <groupId>org.apache.npanday</groupId>
         <artifactId>dotnet-model-settings</artifactId>  
         <version>1.3.1-incubating-SNAPSHOT</version> 
       </dependency> 

Modified: incubator/npanday/trunk/site/pom.xml
URL: http://svn.apache.org/viewvc/incubator/npanday/trunk/site/pom.xml?rev=1098848&r1=1098847&r2=1098848&view=diff
==============================================================================
--- incubator/npanday/trunk/site/pom.xml (original)
+++ incubator/npanday/trunk/site/pom.xml Mon May  2 23:12:26 2011
@@ -21,7 +21,7 @@ under the License.
 <project> 
   <modelVersion>4.0.0</modelVersion>
   <parent>
-    <groupId>npanday</groupId>
+    <groupId>org.apache.npanday</groupId>
     <artifactId>npanday-project</artifactId>
     <version>1.3.1-incubating-SNAPSHOT</version>
   </parent>

Modified: incubator/npanday/trunk/site/src/site/apt/developers/conventions.apt
URL: http://svn.apache.org/viewvc/incubator/npanday/trunk/site/src/site/apt/developers/conventions.apt?rev=1098848&r1=1098847&r2=1098848&view=diff
==============================================================================
--- incubator/npanday/trunk/site/src/site/apt/developers/conventions.apt (original)
+++ incubator/npanday/trunk/site/src/site/apt/developers/conventions.apt Mon May  2 23:12:26 2011
@@ -52,7 +52,7 @@ NPanday Conventions
 +------+
 <project xmlns="http://maven.apache.org/POM/4.0.0">
   <modelVersion>4.0.0</modelVersion>
-  <groupId>npanday.artifact</groupId>
+  <groupId>org.apache.npanday.artifact</groupId>
   <artifactId>NPanday.Artifact</artifactId>
   <packaging>library</packaging>
   <version>0.9</version>
@@ -65,7 +65,7 @@ NPanday Conventions
 +------+
 <project xmlns=&quot;http://maven.apache.org/POM/4.0.0&quot;>
   <modelVersion>4.0.0</modelVersion>
-  <groupId>npanday.artifact</groupId>
+  <groupId>org.apache.npanday.artifact</groupId>
   <artifactId>NPanday.Artifact<artifactId>
   <packaging>library</packaging>
   <version>0.9</version>
@@ -98,7 +98,7 @@ child Group ID: NPanday.Model, NPanday.M
 +------+
 <project xmlns=&quot;http://maven.apache.org/POM/4.0.0&quot;>
   <modelVersion>4.0.0</modelVersion>
-  <groupId>npanday.artifact</groupId>
+  <groupId>org.apache.npanday.artifact</groupId>
   <artifactId>NPanday.Artifact<artifactId>
   <packaging>library</packaging>
   <version>0.9</version>
@@ -111,7 +111,7 @@ child Group ID: NPanday.Model, NPanday.M
 +------+
  <project xmlns="http://maven.apache.org/POM/4.0.0">
   <modelVersion>4.0.0</modelVersion>
-  <groupId>npanday.plugins</groupId>
+  <groupId>org.apache.npanday.plugins</groupId>
   <artifactId>NPanday.Plugins</artifactId>
   <packaging>pom</packaging>
   <version>0.9</version>
@@ -121,7 +121,7 @@ child Group ID: NPanday.Model, NPanday.M
     <testSourceDirectory>src/test/csharp</testSourceDirectory>
     <plugins>
       <plugin>
-        <groupId>npanday.plugin</groupId>
+        <groupId>org.apache.npanday.plugin</groupId>
         <artifactId>maven-compile-plugin</artifactId>
         <extensions>true</extensions>
         <configuration>

Modified: incubator/npanday/trunk/site/src/site/apt/faqs.apt
URL: http://svn.apache.org/viewvc/incubator/npanday/trunk/site/src/site/apt/faqs.apt?rev=1098848&r1=1098847&r2=1098848&view=diff
==============================================================================
--- incubator/npanday/trunk/site/src/site/apt/faqs.apt (original)
+++ incubator/npanday/trunk/site/src/site/apt/faqs.apt Mon May  2 23:12:26 2011
@@ -76,7 +76,7 @@ NPanday Frequently Asked Questions
   
 +--------------+ 
 <plugin>
-  <groupId>npanday.plugin</groupId>
+  <groupId>org.apache.npanday.plugin</groupId>
   <artifactId>maven-compile-plugin</artifactId>
   <extensions>true</extensions>
   <configuration>

Modified: incubator/npanday/trunk/site/src/site/apt/guide/advanced/integration-tests.apt
URL: http://svn.apache.org/viewvc/incubator/npanday/trunk/site/src/site/apt/guide/advanced/integration-tests.apt?rev=1098848&r1=1098847&r2=1098848&view=diff
==============================================================================
--- incubator/npanday/trunk/site/src/site/apt/guide/advanced/integration-tests.apt (original)
+++ incubator/npanday/trunk/site/src/site/apt/guide/advanced/integration-tests.apt Mon May  2 23:12:26 2011
@@ -38,7 +38,7 @@ Integration Tests
     <plugins>
       [...]
       <plugin>
-      <groupId>npanday.plugin</groupId>
+      <groupId>org.apache.npanday.plugin</groupId>
       <artifactId>maven-test-plugin</artifactId>
       <extensions>true</extensions>
       <configuration>

Modified: incubator/npanday/trunk/site/src/site/apt/guide/advanced/project-types.apt.vm
URL: http://svn.apache.org/viewvc/incubator/npanday/trunk/site/src/site/apt/guide/advanced/project-types.apt.vm?rev=1098848&r1=1098847&r2=1098848&view=diff
==============================================================================
--- incubator/npanday/trunk/site/src/site/apt/guide/advanced/project-types.apt.vm (original)
+++ incubator/npanday/trunk/site/src/site/apt/guide/advanced/project-types.apt.vm Mon May  2 23:12:26 2011
@@ -39,7 +39,7 @@ Available Project Types
 
 ----
 <plugin>
-  <groupId>npanday.plugin</groupId>
+  <groupId>org.apache.npanday.plugin</groupId>
   <artifactId>maven-compile-plugin</artifactId>
   <version>${project.version}</version>
   <extensions>true</extensions>
@@ -88,7 +88,7 @@ Available Project Types
 
 ----
 <plugin>
-  <groupId>npanday.plugin</groupId>
+  <groupId>org.apache.npanday.plugin</groupId>
   <artifactId>custom-lifecycle-maven-plugin</artifactId>
   <version>${project.version}</version>
   <extensions>true</extensions>

Modified: incubator/npanday/trunk/site/src/site/apt/guide/vs/importing.apt
URL: http://svn.apache.org/viewvc/incubator/npanday/trunk/site/src/site/apt/guide/vs/importing.apt?rev=1098848&r1=1098847&r2=1098848&view=diff
==============================================================================
--- incubator/npanday/trunk/site/src/site/apt/guide/vs/importing.apt (original)
+++ incubator/npanday/trunk/site/src/site/apt/guide/vs/importing.apt Mon May  2 23:12:26 2011
@@ -79,7 +79,7 @@ Importing Projects
 
 +------+
   <plugin>
-    <groupId>npanday.plugin</groupId>
+    <groupId>org.apache.npanday.plugin</groupId>
     <artifactId>maven-wsdl-plugin</artifactId>
     <extensions>true</extensions>
     <executions>
@@ -155,7 +155,7 @@ Importing Projects
  
 +------+ 
   <plugin>
-    <groupId>npanday.plugin</groupId>
+    <groupId>org.apache.npanday.plugin</groupId>
     <artifactId>NPanday.Plugin.Msbuild.JavaBinding</artifactId>
     <executions>
       <execution>

Modified: incubator/npanday/trunk/site/src/site/apt/guide/vs/quickstart.apt
URL: http://svn.apache.org/viewvc/incubator/npanday/trunk/site/src/site/apt/guide/vs/quickstart.apt?rev=1098848&r1=1098847&r2=1098848&view=diff
==============================================================================
--- incubator/npanday/trunk/site/src/site/apt/guide/vs/quickstart.apt (original)
+++ incubator/npanday/trunk/site/src/site/apt/guide/vs/quickstart.apt Mon May  2 23:12:26 2011
@@ -139,7 +139,7 @@ Quick Start Guide
     <sourceDirectory>./</sourceDirectory>
     <plugins>
       <plugin>
-        <groupId>npanday.plugin</groupId>
+        <groupId>org.apache.npanday.plugin</groupId>
         <artifactId>maven-compile-plugin</artifactId>
         <extensions>true</extensions>
         <configuration>