Skip to content

Commit

Permalink
prepare update of maven-archetype-plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanseifert committed Mar 20, 2024
1 parent 3be73dd commit 920ec46
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@

<properties>
<site.url.module.prefix>tooling/maven/archetypes/aem</site.url.module.prefix>
<!-- Stick with version 3.1.0 until https://issues.apache.org/jira/browse/ARCHETYPE-584 is solved -->
<!-- Stick with version 3.1.0 until https://issues.apache.org/jira/browse/ARCHETYPE-584 is solved, should be fixed in version 3.3.0 -->
<maven.archetype.version>3.1.0</maven.archetype.version>
</properties>

Expand Down Expand Up @@ -125,6 +125,10 @@
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-archetype-plugin</artifactId>
<version>${maven.archetype.version}</version>
<configuration>
<!-- Make sure .git* files can be included as well -->
<useDefaultExcludes>false</useDefaultExcludes>
</configuration>
</plugin>

<plugin>
Expand Down

0 comments on commit 920ec46

Please sign in to comment.