You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by hb...@apache.org on 2018/03/13 07:10:38 UTC

maven-archetype git commit: switched snippet tags from old to new archetype descriptor

Repository: maven-archetype
Updated Branches:
  refs/heads/master a9f2c1cdb -> 6bcffada2


switched snippet tags from old to new archetype descriptor

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

Branch: refs/heads/master
Commit: 6bcffada2f461b3169715fd7e867a858ab4526d9
Parents: a9f2c1c
Author: Hervé Boutemy <hb...@apache.org>
Authored: Tue Mar 13 08:10:35 2018 +0100
Committer: Hervé Boutemy <hb...@apache.org>
Committed: Tue Mar 13 08:10:35 2018 +0100

----------------------------------------------------------------------
 archetype-common/src/main/mdo/archetype.mdo                    | 6 ------
 .../archetype-descriptor/src/main/mdo/archetype-descriptor.mdo | 3 +++
 2 files changed, 3 insertions(+), 6 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/maven-archetype/blob/6bcffada/archetype-common/src/main/mdo/archetype.mdo
----------------------------------------------------------------------
diff --git a/archetype-common/src/main/mdo/archetype.mdo b/archetype-common/src/main/mdo/archetype.mdo
index 67d923b..1cb1aa2 100644
--- a/archetype-common/src/main/mdo/archetype.mdo
+++ b/archetype-common/src/main/mdo/archetype.mdo
@@ -19,9 +19,6 @@ specific language governing permissions and limitations
 under the License.
 -->
 
-
- <!-- START SNIPPET: modello-model -->
-
 <model xmlns="http://codehaus-plexus.github.io/MODELLO/1.8.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
   xsi:schemaLocation="http://codehaus-plexus.github.io/MODELLO/1.8.0 http://codehaus-plexus.github.io/modello/xsd/modello-1.8.0.xsd"
   xml.namespace="https://maven.apache.org/plugins/maven-archetype-plugin/archetype/${version}"
@@ -163,6 +160,3 @@ under the License.
     </class>
   </classes>
 </model>
-
- <!-- END SNIPPET: modello-model -->
-

http://git-wip-us.apache.org/repos/asf/maven-archetype/blob/6bcffada/archetype-models/archetype-descriptor/src/main/mdo/archetype-descriptor.mdo
----------------------------------------------------------------------
diff --git a/archetype-models/archetype-descriptor/src/main/mdo/archetype-descriptor.mdo b/archetype-models/archetype-descriptor/src/main/mdo/archetype-descriptor.mdo
index f8ac2a1..eb2522c 100644
--- a/archetype-models/archetype-descriptor/src/main/mdo/archetype-descriptor.mdo
+++ b/archetype-models/archetype-descriptor/src/main/mdo/archetype-descriptor.mdo
@@ -17,6 +17,8 @@
   ~ specific language governing permissions and limitations
   ~ under the License.
   -->
+
+<!-- START SNIPPET: modello-model --><!-- for https://maven.apache.org/guides/mini/guide-using-modello.html -->
 <model xmlns="http://codehaus-plexus.github.io/MODELLO/1.8.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
   xsi:schemaLocation="http://codehaus-plexus.github.io/MODELLO/1.8.0 http://codehaus-plexus.github.io/modello/xsd/modello-1.8.0.xsd"
   xml.namespace="https://maven.apache.org/plugins/maven-archetype-plugin/archetype-descriptor/${version}"
@@ -219,3 +221,4 @@
     </class>
   </classes>
 </model>
+<!-- END SNIPPET: modello-model -->