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 a5e02fa commit e2cb8c5
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 @@ -164,7 +164,7 @@ along with ao-cron. 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 e2cb8c5

Please sign in to comment.