[MDEPLOY-181] DeployAtEnd cannot be overwritten from command line using -DdeployAtEnd=false

This issue is closed as "Not A Problem", removing the IT introduced in r1620139. It is expected for the parameters configured in the POM to have precedence over the ones from the default configuration.

git-svn-id: https://svn.apache.org/repos/asf/maven/plugins/trunk@1755406 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/src/it/MDEPLOY-181/invoker.properties b/src/it/MDEPLOY-181/invoker.properties
deleted file mode 100644
index ac00f43..0000000
--- a/src/it/MDEPLOY-181/invoker.properties
+++ /dev/null
@@ -1,20 +0,0 @@
-# Licensed to the Apache Software Foundation (ASF) under one
-# or more contributor license agreements.  See the NOTICE file
-# distributed with this work for additional information
-# regarding copyright ownership.  The ASF licenses this file
-# to you under the Apache License, Version 2.0 (the
-# "License"); you may not use this file except in compliance
-# with the License.  You may obtain a copy of the License at
-#
-#   http://www.apache.org/licenses/LICENSE-2.0
-#
-# Unless required by applicable law or agreed to in writing,
-# software distributed under the License is distributed on an
-# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-# KIND, either express or implied.  See the License for the
-# specific language governing permissions and limitations
-# under the License.
-
-invoker.goals = clean deploy
-# waiting for MDEPLOY-181 fix
-invoker.maven.version = 3.2.4+
\ No newline at end of file
diff --git a/src/it/MDEPLOY-181/module1/pom.xml b/src/it/MDEPLOY-181/module1/pom.xml
deleted file mode 100644
index aecbca0..0000000
--- a/src/it/MDEPLOY-181/module1/pom.xml
+++ /dev/null
@@ -1,25 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>

-

-<!-- Licensed to the Apache Software Foundation (ASF) under one or more contributor 

-  license agreements. See the NOTICE file distributed with this work for additional 

-  information regarding copyright ownership. The ASF licenses this file to 

-  you under the Apache License, Version 2.0 (the "License"); you may not use 

-  this file except in compliance with the License. You may obtain a copy of 

-  the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required 

-  by applicable law or agreed to in writing, software distributed under the 

-  License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS 

-  OF ANY KIND, either express or implied. See the License for the specific 

-  language governing permissions and limitations under the License. -->

-

-<project xmlns="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>

-

-  <parent>

-    <groupId>org.apache.maven.its.mdeploy-170</groupId>

-    <artifactId>configperproject</artifactId>

-    <version>1.0</version>

-  </parent>

-  <artifactId>module1</artifactId>

-

-</project>

diff --git a/src/it/MDEPLOY-181/module2/pom.xml b/src/it/MDEPLOY-181/module2/pom.xml
deleted file mode 100644
index d811568..0000000
--- a/src/it/MDEPLOY-181/module2/pom.xml
+++ /dev/null
@@ -1,38 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>

-

-<!-- Licensed to the Apache Software Foundation (ASF) under one or more contributor 

-  license agreements. See the NOTICE file distributed with this work for additional 

-  information regarding copyright ownership. The ASF licenses this file to 

-  you under the Apache License, Version 2.0 (the "License"); you may not use 

-  this file except in compliance with the License. You may obtain a copy of 

-  the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required 

-  by applicable law or agreed to in writing, software distributed under the 

-  License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS 

-  OF ANY KIND, either express or implied. See the License for the specific 

-  language governing permissions and limitations under the License. -->

-

-<project xmlns="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>

-

-  <parent>

-    <groupId>org.apache.maven.its.mdeploy-170</groupId>

-    <artifactId>configperproject</artifactId>

-    <version>1.0</version>

-  </parent>

-  <artifactId>module2</artifactId>

-  <packaging>pom</packaging>

-

-  <build>

-    <plugins>

-      <plugin>

-        <groupId>org.apache.maven.plugins</groupId>

-        <artifactId>maven-deploy-plugin</artifactId>

-        <version>@project.version@</version>

-        <configuration>

-          <skip>true</skip>

-        </configuration>

-      </plugin>

-    </plugins>

-  </build>

-</project>

diff --git a/src/it/MDEPLOY-181/pom.xml b/src/it/MDEPLOY-181/pom.xml
deleted file mode 100644
index 3e7d3cc..0000000
--- a/src/it/MDEPLOY-181/pom.xml
+++ /dev/null
@@ -1,101 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>

-

-<!--

-Licensed to the Apache Software Foundation (ASF) under one

-or more contributor license agreements.  See the NOTICE file

-distributed with this work for additional information

-regarding copyright ownership.  The ASF licenses this file

-to you under the Apache License, Version 2.0 (the

-"License"); you may not use this file except in compliance

-with the License.  You may obtain a copy of the License at

-

-  http://www.apache.org/licenses/LICENSE-2.0

-

-Unless required by applicable law or agreed to in writing,

-software distributed under the License is distributed on an

-"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY

-KIND, either express or implied.  See the License for the

-specific language governing permissions and limitations

-under the License.

--->

-

-<project xmlns="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>org.apache.maven.its.mdeploy-170</groupId>

-  <artifactId>configperproject</artifactId>

-  <version>1.0</version>

-  <packaging>pom</packaging>

-

-  <description>

-    Tests deployment at end with with different plugin configurations.

-  </description>

-

-  <properties>

-    <maven.test.skip>true</maven.test.skip>

-  </properties>

-

-  <distributionManagement>

-    <repository>

-      <id>it</id>

-      <url>file:///${basedir}/target/repo</url>

-      <uniqueVersion>false</uniqueVersion>

-    </repository>

-  </distributionManagement>

-

-  <build>

-    <plugins>

-      <plugin>

-        <groupId>org.apache.maven.plugins</groupId>

-        <artifactId>maven-compiler-plugin</artifactId>

-        <version>2.0.2</version>

-      </plugin>

-      <plugin>

-        <groupId>org.apache.maven.plugins</groupId>

-        <artifactId>maven-deploy-plugin</artifactId>

-        <version>@project.version@</version>

-        <configuration>

-          <deployAtEnd>true</deployAtEnd>

-        </configuration>

-      </plugin>

-      <plugin>

-        <groupId>org.apache.maven.plugins</groupId>

-        <artifactId>maven-install-plugin</artifactId>

-        <version>2.2</version>

-      </plugin>

-      <plugin>

-        <groupId>org.apache.maven.plugins</groupId>

-        <artifactId>maven-jar-plugin</artifactId>

-        <version>2.1</version>

-      </plugin>

-      <plugin>

-        <groupId>org.apache.maven.plugins</groupId>

-        <artifactId>maven-resources-plugin</artifactId>

-        <version>2.2</version>

-      </plugin>

-      <plugin>

-        <groupId>org.apache.maven.plugins</groupId>

-        <artifactId>maven-source-plugin</artifactId>

-        <version>2.0.4</version>

-        <executions>

-          <execution>

-            <id>attach-sources</id>

-            <goals>

-              <goal>jar</goal>

-            </goals>

-          </execution>

-        </executions>

-      </plugin>

-      <plugin>

-        <groupId>org.apache.maven.plugins</groupId>

-        <artifactId>maven-surefire-plugin</artifactId>

-        <version>2.3.1</version>

-      </plugin>

-    </plugins>

-  </build>

-

-  <modules>

-    <module>module1</module>

-    <module>module2</module>

-  </modules>

-</project>

diff --git a/src/it/MDEPLOY-181/test.properties b/src/it/MDEPLOY-181/test.properties
deleted file mode 100644
index fb658e5..0000000
--- a/src/it/MDEPLOY-181/test.properties
+++ /dev/null
@@ -1,18 +0,0 @@
-# Licensed to the Apache Software Foundation (ASF) under one

-# or more contributor license agreements.  See the NOTICE file

-# distributed with this work for additional information

-# regarding copyright ownership.  The ASF licenses this file

-# to you under the Apache License, Version 2.0 (the

-# "License"); you may not use this file except in compliance

-# with the License.  You may obtain a copy of the License at

-#

-#   http://www.apache.org/licenses/LICENSE-2.0

-#

-# Unless required by applicable law or agreed to in writing,

-# software distributed under the License is distributed on an

-# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY

-# KIND, either express or implied.  See the License for the

-# specific language governing permissions and limitations

-# under the License.

-

-deployAtEnd=false
\ No newline at end of file
diff --git a/src/it/MDEPLOY-181/verify.groovy b/src/it/MDEPLOY-181/verify.groovy
deleted file mode 100644
index 0c55d6e..0000000
--- a/src/it/MDEPLOY-181/verify.groovy
+++ /dev/null
@@ -1,21 +0,0 @@
-/*

- * Licensed to the Apache Software Foundation (ASF) under one

- * or more contributor license agreements.  See the NOTICE file

- * distributed with this work for additional information

- * regarding copyright ownership.  The ASF licenses this file

- * to you under the Apache License, Version 2.0 (the

- * "License"); you may not use this file except in compliance

- * with the License.  You may obtain a copy of the License at

- *

- *   http://www.apache.org/licenses/LICENSE-2.0

- *

- * Unless required by applicable law or agreed to in writing,

- * software distributed under the License is distributed on an

- * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY

- * KIND, either express or implied.  See the License for the

- * specific language governing permissions and limitations

- * under the License.

- */

-

-def buildLog = new File ( basedir, "build.log")

-assert !buildLog.text.contains( '<deployAtEnd default-value="false">true</deployAtEnd>')