Skip to content

Commit

Permalink
Build steps selection is much more based on properties, where the pha…
Browse files Browse the repository at this point in the history
…se is set to "none" to disable.
  • Loading branch information
ao-apps committed Sep 21, 2023
1 parent f491089 commit f2b54e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ along with semanticcms-openfile-servlet. If not, see <https://www.gnu.org/licen
<groupId>org.apache.maven.plugins</groupId><artifactId>maven-dependency-plugin</artifactId>
<executions>
<execution>
<id>unpack.offlineLinks</id><phase>prepare-package</phase><goals><goal>unpack</goal></goals>
<id>unpack.offlineLinks</id><phase>${unpack.offlineLinks.phase}</phase><goals><goal>unpack</goal></goals>
<configuration>
<artifactItems>
<!-- Direct -->
Expand Down

0 comments on commit f2b54e6

Please sign in to comment.