Small fix to URI

git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@721576 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Britton Isbell 2008-11-28 22:13:05 +00:00
parent 58c23ba20f
commit 5ae9e19a16
1 changed files with 66 additions and 17 deletions

View File

@ -385,8 +385,14 @@ public class ProjectUri
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 class ProjectUri
}
}
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 class ProjectUri
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 @@ public class ProjectUri
"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 class ProjectUri
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 class ProjectUri
}
}
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 class ProjectUri
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 class ProjectUri
}
}
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";
}
}
}