You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by si...@apache.org on 2008/11/28 23:13:06 UTC

svn commit: r721576 - /maven/components/trunk/maven-project-builder/src/main/java/org/apache/maven/project/builder/ProjectUri.java

Author: sisbell
Date: Fri Nov 28 14:13:05 2008
New Revision: 721576

URL: http://svn.apache.org/viewvc?rev=721576&view=rev
Log:
Small fix to URI

Modified:
    maven/components/trunk/maven-project-builder/src/main/java/org/apache/maven/project/builder/ProjectUri.java

Modified: maven/components/trunk/maven-project-builder/src/main/java/org/apache/maven/project/builder/ProjectUri.java
URL: http://svn.apache.org/viewvc/maven/components/trunk/maven-project-builder/src/main/java/org/apache/maven/project/builder/ProjectUri.java?rev=721576&r1=721575&r2=721576&view=diff
==============================================================================
--- maven/components/trunk/maven-project-builder/src/main/java/org/apache/maven/project/builder/ProjectUri.java (original)
+++ maven/components/trunk/maven-project-builder/src/main/java/org/apache/maven/project/builder/ProjectUri.java Fri Nov 28 14:13:05 2008
@@ -385,8 +385,14 @@
                             public static String phase =
                                 "http://apache.org/maven/project/build/pluginManagement/plugins#collection/plugin/executions#collection/execution/phase";
 
-                            public static String goals =
-                                "http://apache.org/maven/project/build/pluginManagement/plugins#collection/plugin/executions#collection/execution/goals";
+                            public static class Goals
+                            {
+                                public static String xURI =
+                                    "http://apache.org/maven/project/build/pluginManagement/plugins#collection/plugin/executions#collection/execution/goals#collection";
+
+                                public static String goal =
+                                    "http://apache.org/maven/project/build/pluginManagement/plugins#collection/plugin/executions#collection/execution/goals#collection/goal";
+                            }
 
                             public static String inherited =
                                 "http://apache.org/maven/project/build/pluginManagement/plugins#collection/plugin/executions#collection/execution/inherited";
@@ -450,8 +456,15 @@
                         }
                     }
 
-                    public static String goals =
-                        "http://apache.org/maven/project/build/pluginManagement/plugins#collection/plugin/goals";
+                    public static class Goals
+                    {
+                        public static String xURI =
+                            "http://apache.org/maven/project/build/pluginManagement/plugins#collection/plugin/goals#collection";
+
+                        public static String goal =
+                            "http://apache.org/maven/project/build/pluginManagement/plugins#collection/plugin/goals#collection/goal";
+
+                    }
 
                     public static String inherited =
                         "http://apache.org/maven/project/build/pluginManagement/plugins#collection/plugin/inherited";
@@ -498,8 +511,14 @@
                         public static String phase =
                             "http://apache.org/maven/project/build/plugins#collection/plugin/executions#collection/execution/phase";
 
-                        public static String goals =
-                            "http://apache.org/maven/project/build/plugins#collection/plugin/executions#collection/execution/goals";
+                        public static class Goals
+                        {
+                            public static String xURI =
+                                "http://apache.org/maven/project/build/plugins#collection/plugin/executions#collection/execution/goals#collection";
+
+                            public static String goal =
+                                "http://apache.org/maven/project/build/plugins#collection/plugin/executions#collection/execution/goals#collection/goal";
+                        }
 
                         public static String inherited =
                             "http://apache.org/maven/project/build/plugins#collection/plugin/executions#collection/execution/inherited";
@@ -562,8 +581,14 @@
                             "http://apache.org/maven/project/build/plugins#collection/plugin/dependencies#collection/dependency/optional";
                     }
                 }
+                public static class Goals
+                {
+                    public static String xURI =
+                        "http://apache.org/maven/project/build/plugins#collection/plugin/goals#collection";
 
-                public static String goals = "http://apache.org/maven/project/build/plugins#collection/plugin/goals";
+                    public static String goal =
+                        "http://apache.org/maven/project/build/plugins#collection/plugin/goals#collection/goal";
+                }
 
                 public static String inherited =
                     "http://apache.org/maven/project/build/plugins#collection/plugin/inherited";
@@ -750,8 +775,14 @@
                                     public static String phase =
                                         "http://apache.org/maven/project/profiles#collection/profile/build/pluginManagement/plugins#collection/plugin/executions#collection/execution/phase";
 
-                                    public static String goals =
-                                        "http://apache.org/maven/project/profiles#collection/profile/build/pluginManagement/plugins#collection/plugin/executions#collection/execution/goals";
+                                     public static class Goals
+                                     {
+                                        public static String xURI =
+                                            "http://apache.org/maven/project/profiles#collection/profile/build/pluginManagement/plugins#collection/plugin/executions#collection/execution/goals#collection";
+
+                                        public static String goal =
+                                             "http://apache.org/maven/project/profiles#collection/profile/build/pluginManagement/plugins#collection/plugin/executions#collection/execution/goals#collection/goal";
+                                     }
 
                                     public static String inherited =
                                         "http://apache.org/maven/project/profiles#collection/profile/build/pluginManagement/plugins#collection/plugin/executions#collection/execution/inherited";
@@ -815,8 +846,14 @@
                                 }
                             }
 
-                            public static String goals =
-                                "http://apache.org/maven/project/profiles#collection/profile/build/pluginManagement/plugins#collection/plugin/goals";
+                            public static class Goals
+                            {
+                                public static String xURI =
+                                    "http://apache.org/maven/project/profiles#collection/profile/build/pluginManagement/plugins#collection/plugin/goals#collection";
+
+                                public static String goal =
+                                    "http://apache.org/maven/project/profiles#collection/profile/build/pluginManagement/plugins#collection/plugin/goals#collection/goal";
+                            }
 
                             public static String inherited =
                                 "http://apache.org/maven/project/profiles#collection/profile/build/pluginManagement/plugins#collection/plugin/inherited";
@@ -865,8 +902,14 @@
                                 public static String phase =
                                     "http://apache.org/maven/project/profiles#collection/profile/build/plugins#collection/plugin/executions#collection/execution/phase";
 
-                                public static String goals =
-                                    "http://apache.org/maven/project/profiles#collection/profile/build/plugins#collection/plugin/executions#collection/execution/goals";
+                                public static class Goals
+                                {
+                                    public static String xURI =
+                                        "http://apache.org/maven/project/profiles#collection/profile/build/plugins#collection/plugin/executions#collection/execution/goals#collection";
+
+                                    public static String goal =
+                                        "http://apache.org/maven/project/profiles#collection/profile/build/plugins#collection/plugin/executions#collection/execution/goals#collection/goal";
+                                }
 
                                 public static String inherited =
                                     "http://apache.org/maven/project/profiles#collection/profile/build/plugins#collection/plugin/executions#collection/execution/inherited";
@@ -930,14 +973,20 @@
                             }
                         }
 
-                        public static String goals =
-                            "http://apache.org/maven/project/profiles#collection/profile/build/plugins/plugin/goals";
+                        public static class Goals
+                        {
+                            public static String xURI =
+                                "http://apache.org/maven/project/profiles#collection/profile/build/plugins#collection/plugin/goals#collection";
+
+                            public static String goal =
+                                "http://apache.org/maven/project/profiles#collection/profile/build/plugins#collection/plugin/goals#collection/goal";
+                        }
 
                         public static String inherited =
-                            "http://apache.org/maven/project/profiles#collection/profile/build/plugins/plugin/inherited";
+                            "http://apache.org/maven/project/profiles#collection/profile/build/plugins#collection/plugin/inherited";
 
                         public static String configuration =
-                            "http://apache.org/maven/project/profiles#collection/profile/build/plugins/plugin/configuration";
+                            "http://apache.org/maven/project/profiles#collection/profile/build/plugins#collection/plugin/configuration";
                     }
                 }
             }