[MPLUGIN-248] fixed XML-Namespace in ITs for ant-based mojos.
Submitted by Mirko Friedenhagen git-svn-id: https://svn.apache.org/repos/asf/maven/plugin-tools/trunk@1505215 13f79535-47bb-0310-9956-ffa450edef68master
parent
264d24fc4d
commit
f3e2aa95c4
|
|
@ -19,8 +19,10 @@
|
||||||
~ under the License.
|
~ under the License.
|
||||||
-->
|
-->
|
||||||
<!-- START SNIPPET: ant-mojo -->
|
<!-- START SNIPPET: ant-mojo -->
|
||||||
<pluginMetadata xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
<pluginMetadata
|
||||||
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/plugin-metadata-1.0.0.xsd">
|
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||||
|
xmlns="http://maven.apache.org/PLUGIN-METADATA/1.0.0"
|
||||||
|
xsi:schemaLocation="http://maven.apache.org/PLUGIN-METADATA/1.0.0 http://maven.apache.org/xsd/plugin-metadata-1.0.0.xsd">
|
||||||
<mojos>
|
<mojos>
|
||||||
<mojo>
|
<mojo>
|
||||||
<!-- target name to call in ant script -->
|
<!-- target name to call in ant script -->
|
||||||
|
|
|
||||||
|
|
@ -18,8 +18,10 @@
|
||||||
~ specific language governing permissions and limitations
|
~ specific language governing permissions and limitations
|
||||||
~ under the License.
|
~ under the License.
|
||||||
-->
|
-->
|
||||||
|
<pluginMetadata
|
||||||
<pluginMetadata 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 ../../../../../../maven-plugin-tools-model/target/generated-site/xsd/plugin-metadata-1.0.0.xsd ">
|
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||||
|
xmlns="http://maven.apache.org/PLUGIN-METADATA/1.0.0"
|
||||||
|
xsi:schemaLocation="http://maven.apache.org/PLUGIN-METADATA/1.0.0 ../../../../../../maven-plugin-tools-model/target/generated-site/xsd/plugin/metadata-1.0.0.xsd">
|
||||||
<mojos>
|
<mojos>
|
||||||
<mojo>
|
<mojo>
|
||||||
<call>test</call>
|
<call>test</call>
|
||||||
|
|
|
||||||
|
|
@ -18,8 +18,10 @@
|
||||||
~ specific language governing permissions and limitations
|
~ specific language governing permissions and limitations
|
||||||
~ under the License.
|
~ under the License.
|
||||||
-->
|
-->
|
||||||
|
<pluginMetadata
|
||||||
<pluginMetadata 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 ../../../../../../maven-plugin-tools-model/target/generated-site/xsd/plugin-metadata-1.0.0.xsd ">
|
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||||
|
xmlns="http://maven.apache.org/PLUGIN-METADATA/1.0.0"
|
||||||
|
xsi:schemaLocation="http://maven.apache.org/PLUGIN-METADATA/1.0.0 ../../../../../../maven-plugin-tools-model/target/generated-site/xsd/plugin-metadata-1.0.0.xsd ">
|
||||||
<mojos>
|
<mojos>
|
||||||
<mojo>
|
<mojo>
|
||||||
<call>test</call>
|
<call>test</call>
|
||||||
|
|
|
||||||
|
|
@ -17,7 +17,10 @@
|
||||||
~ specific language governing permissions and limitations
|
~ specific language governing permissions and limitations
|
||||||
~ under the License.
|
~ under the License.
|
||||||
-->
|
-->
|
||||||
<pluginMetadata>
|
<pluginMetadata
|
||||||
|
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||||
|
xmlns="http://maven.apache.org/PLUGIN-METADATA/1.0.0"
|
||||||
|
xsi:schemaLocation="http://maven.apache.org/PLUGIN-METADATA/1.0.0 http://maven.apache.org/xsd/plugin-metadata-1.0.0.xsd">
|
||||||
<mojos>
|
<mojos>
|
||||||
<mojo>
|
<mojo>
|
||||||
<goal>sample</goal>
|
<goal>sample</goal>
|
||||||
|
|
|
||||||
|
|
@ -17,7 +17,10 @@
|
||||||
~ specific language governing permissions and limitations
|
~ specific language governing permissions and limitations
|
||||||
~ under the License.
|
~ under the License.
|
||||||
-->
|
-->
|
||||||
<pluginMetadata>
|
<pluginMetadata
|
||||||
|
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||||
|
xmlns="http://maven.apache.org/PLUGIN-METADATA/1.0.0"
|
||||||
|
xsi:schemaLocation="http://maven.apache.org/PLUGIN-METADATA/1.0.0 http://maven.apache.org/xsd/plugin-metadata-1.0.0.xsd">
|
||||||
<mojos>
|
<mojos>
|
||||||
<mojo>
|
<mojo>
|
||||||
<goal>sample</goal>
|
<goal>sample</goal>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue