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 2017/01/31 22:07:41 UTC

maven-archetype git commit: [ARCHETYPE-440] Additional goals specified through goals param should be added to any goals specified by the used archetype

Repository: maven-archetype
Updated Branches:
  refs/heads/master e81651025 -> db50d01a1


[ARCHETYPE-440] Additional goals specified through goals param should be added to any goals specified by the used archetype


Project: http://git-wip-us.apache.org/repos/asf/maven-archetype/repo
Commit: http://git-wip-us.apache.org/repos/asf/maven-archetype/commit/db50d01a
Tree: http://git-wip-us.apache.org/repos/asf/maven-archetype/tree/db50d01a
Diff: http://git-wip-us.apache.org/repos/asf/maven-archetype/diff/db50d01a

Branch: refs/heads/master
Commit: db50d01a1c74bb31afc1e38207cda7782bd0dc74
Parents: e816510
Author: rfscholte <rf...@apache.org>
Authored: Tue Jan 31 23:07:22 2017 +0100
Committer: rfscholte <rf...@apache.org>
Committed: Tue Jan 31 23:07:22 2017 +0100

----------------------------------------------------------------------
 .../maven/archetype/mojos/CreateProjectFromArchetypeMojo.java      | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/maven-archetype/blob/db50d01a/maven-archetype-plugin/src/main/java/org/apache/maven/archetype/mojos/CreateProjectFromArchetypeMojo.java
----------------------------------------------------------------------
diff --git a/maven-archetype-plugin/src/main/java/org/apache/maven/archetype/mojos/CreateProjectFromArchetypeMojo.java b/maven-archetype-plugin/src/main/java/org/apache/maven/archetype/mojos/CreateProjectFromArchetypeMojo.java
index 4a6b8e7..5300373 100644
--- a/maven-archetype-plugin/src/main/java/org/apache/maven/archetype/mojos/CreateProjectFromArchetypeMojo.java
+++ b/maven-archetype-plugin/src/main/java/org/apache/maven/archetype/mojos/CreateProjectFromArchetypeMojo.java
@@ -135,7 +135,7 @@ public class CreateProjectFromArchetypeMojo
     private MavenSession session;
 
     /**
-     * Additional goals to immediately run on the project created from the archetype.
+     * Goals to immediately run on the project created from the archetype.
      */
     @Parameter( property = "goals" )
     private String goals;