You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| artifact | ${project.artifactId}-${project.version}.{packaging} | The artifact within the project to query |
36
-
| cmpChecksum | false | Compare checksums of artifacts |
37
-
| failIfExists | false | Fail the build if the artifact already exists |
38
-
| failIfNotExists | false | Fail the build if the artifact does not exist |
39
-
| failIfNotMatch | false | Fail the build if the artifact exists and cmpChecksum is set and checksums do not match |
40
-
| project | ${project.groupId}:${project.artifactId}:${project.version} | The project within the repository to query |
41
-
| property | ${maven.deploy.skip} _or_ ${maven.install.skip} | The property to receive the result of the query |
42
-
| repository | ${project.distributionManagement.repository.url} | For remote goal, the repository to query for artifacts |
43
-
| requireGoal || Execute goal only if requireGoal value matches one of the maven command line goals |
44
-
| serverId | ${project.distributionManagement.repository.id} | For remote goal, the server ID to use for authentication and proxy settings |
45
-
| skip | false | Skip executing the plugin |
46
-
| skipIfSnapshot | true | Skip the query if the project ends with -SNAPSHOT |
47
-
| snapshotRepository | ${project.distributionManagement.snapshotRepository.url} | For remote goal, the repository to query for snapshot artifacts |
48
-
| snapshotServerId | ${project.distributionManagement.snapshotRepository.id} | For remote goal, the server ID to use for snapshot authentication and proxy settings |
49
-
| userProperty | false | If the property should be set as a user property, to be available in child projects |
31
+
can be set from command line -Dexists.skip=true.
32
+
33
+
In the following table `p:` indicates the default constituent properties are prefixed with
34
+
`project.` and `dm:` indicates the default constituent properties are prefixed with
35
+
`project.distributionManagement.` e.g. for artifact parameter, the full default is
0 commit comments