Skip to content

Commit

Permalink
fix dist publish profile
Browse files Browse the repository at this point in the history
emmartins committed Feb 27, 2024
1 parent 910a9b3 commit d98282a
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
@@ -103,7 +103,6 @@
<name>publish</name>
</property>
</activation>

<properties>
<quickstart-assembly-name>site</quickstart-assembly-name>
<quickstart-assembly-format>dir</quickstart-assembly-format>
@@ -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>

0 comments on commit d98282a

Please sign in to comment.