Skip to content

Commit

Permalink
fix dist publish profile
Browse files Browse the repository at this point in the history
  • Loading branch information
emmartins committed Feb 27, 2024
1 parent 7399546 commit 4b2556b
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion dist/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,6 @@
<name>publish</name>
</property>
</activation>

<properties>
<quickstart-assembly-name>site</quickstart-assembly-name>
<quickstart-assembly-format>dir</quickstart-assembly-format>
Expand Down Expand Up @@ -133,6 +132,13 @@
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-antrun-plugin</artifactId>
<configuration>
<skip>true</skip>
</configuration>
</plugin>
</plugins>
</build>
</profile>
Expand Down

0 comments on commit 4b2556b

Please sign in to comment.