Skip to content

Commit

Permalink
Fixes #219 (#220)
Browse files Browse the repository at this point in the history
  • Loading branch information
Riduidel authored Sep 4, 2022
1 parent 61c9ca9 commit c283f31
Showing 1 changed file with 5 additions and 10 deletions.
15 changes: 5 additions & 10 deletions archetype/src/main/resources/archetype-resources/pom.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>${groupId}</groupId>
<artifactId>${artifactId}</artifactId>
Expand Down Expand Up @@ -239,9 +237,8 @@
<defaultGoal>package</defaultGoal>
<plugins>
<plugin>
<groupId>${project.groupId}</groupId>
<groupId>io.github.Riduidel.aadarchi</groupId>
<artifactId>aadarchi-maven-plugin</artifactId>
<version>${project.version}</version>
<executions>
<execution>
<id>generate-html-doc</id>
Expand Down Expand Up @@ -328,9 +325,8 @@
<build>
<plugins>
<plugin>
<groupId>${project.groupId}</groupId>
<groupId>io.github.Riduidel.aadarchi</groupId>
<artifactId>aadarchi-maven-plugin</artifactId>
<version>${project.version}</version>
<executions>
<execution>
<id>generate-html-slides</id>
Expand All @@ -352,9 +348,8 @@
<defaultGoal>package</defaultGoal>
<plugins>
<plugin>
<groupId>${project.groupId}</groupId>
<groupId>io.github.Riduidel.aadarchi</groupId>
<artifactId>aadarchi-maven-plugin</artifactId>
<version>${project.version}</version>
<executions>
<execution>
<id>generate-html-slides</id>
Expand All @@ -369,4 +364,4 @@
</build>
</profile>
</profiles>
</project>
</project>

0 comments on commit c283f31

Please sign in to comment.