You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by rf...@apache.org on 2019/03/17 17:05:36 UTC

[maven-default-skin] branch stabilize updated: Clean up pom

This is an automated email from the ASF dual-hosted git repository.

rfscholte pushed a commit to branch stabilize
in repository https://gitbox.apache.org/repos/asf/maven-default-skin.git


The following commit(s) were added to refs/heads/stabilize by this push:
     new 83cb738  Clean up pom
83cb738 is described below

commit 83cb73823ca2a1104e19ad485ce32a660b3121e1
Author: rfscholte <rf...@apache.org>
AuthorDate: Sun Mar 17 18:05:25 2019 +0100

    Clean up pom
---
 pom.xml | 27 ---------------------------
 1 file changed, 27 deletions(-)

diff --git a/pom.xml b/pom.xml
index b3fc753..a499918 100644
--- a/pom.xml
+++ b/pom.xml
@@ -56,29 +56,6 @@ under the License.
     </site>
   </distributionManagement>
 
-  <repositories>
-    <repository>
-      <id>apache.snapshots</id>
-      <name>Apache Snapshot Repository</name>
-      <url>http://repository.apache.org/snapshots</url>
-      <releases>
-        <enabled>false</enabled>
-      </releases>
-    </repository>
-  </repositories>
-
-  <build>
-    <pluginManagement>
-      <plugins>
-        <plugin>
-          <groupId>org.apache.maven.plugins</groupId>
-          <artifactId>maven-invoker-plugin</artifactId>
-          <version>1.10</version>
-        </plugin>
-      </plugins>
-    </pluginManagement>
-  </build>
-
   <profiles>
     <profile>
       <id>run-its</id>
@@ -92,7 +69,6 @@ under the License.
             <artifactId>maven-invoker-plugin</artifactId>
             <version>3.2.0</version>
             <configuration>
-              <debug>true</debug>
               <projectsDirectory>src/it</projectsDirectory>
               <cloneProjectsTo>${project.build.directory}/it</cloneProjectsTo>
               <preBuildHookScript>setup</preBuildHookScript>
@@ -103,9 +79,6 @@ under the License.
               <properties combine.children="merge">
                 <https.protocols>${https.protocols}</https.protocols>
               </properties>
-              <pomIncludes>
-                <pomInclude>*/pom.xml</pomInclude>
-              </pomIncludes>
               <goals>
                 <goal>site</goal>
               </goals>