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 0771d10 commit 027a52c
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 @@ -163,7 +163,7 @@ along with ao-messaging-api. If not, see <https://www.gnu.org/licenses/>.
<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 027a52c

Please sign in to comment.