You are viewing a plain text version of this content. The canonical link for it is here.
Posted to site-commits@maven.apache.org by sv...@apache.org on 2019/06/25 21:21:37 UTC

svn commit: r1862090 - in /maven/website/content: guides/mini/guide-creating-archetypes.html maven-site-1.0-site.jar

Author: svn-site-role
Date: Tue Jun 25 21:21:36 2019
New Revision: 1862090

Log:
Site checkin for project Apache Maven Site

Modified:
    maven/website/content/guides/mini/guide-creating-archetypes.html
    maven/website/content/maven-site-1.0-site.jar

Modified: maven/website/content/guides/mini/guide-creating-archetypes.html
==============================================================================
--- maven/website/content/guides/mini/guide-creating-archetypes.html (original)
+++ maven/website/content/guides/mini/guide-creating-archetypes.html Tue Jun 25 21:21:36 2019
@@ -163,12 +163,12 @@
   <build>
     <extensions>
       <extension>
-         <groupId>org.apache.maven.archetype</groupId>
-         <artifactId>archetype-packaging</artifactId>
-         <version>3.1.1</version>
-       </extension>
-     </extensions>
-   </build>
+        <groupId>org.apache.maven.archetype</groupId>
+        <artifactId>archetype-packaging</artifactId>
+        <version>3.1.1</version>
+      </extension>
+    </extensions>
+  </build>
 </project>
 </pre></div>
 <p>All you need to specify is a <code>groupId</code>, <code>artifactId</code> and <code>version</code>. These three parameters will be needed later for invoking the archetype via <code>archetype:generate</code> from the commandline.</p></section><section>

Modified: maven/website/content/maven-site-1.0-site.jar
==============================================================================
Binary files - no diff available.