- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for finalName (0.04 sec)
-
apache-maven/pom.xml
<goals> <goal>single</goal> </goals> <phase>package</phase> <configuration> <finalName>./</finalName> <appendAssemblyId>false</appendAssemblyId> <attach>false</attach> <outputDirectory>${distributionTargetDir}</outputDirectory> <descriptors>
Registered: Sun Sep 07 03:35:12 UTC 2025 - Last Modified: Sat Sep 06 21:30:13 UTC 2025 - 12.7K bytes - Viewed (0) -
api/maven-api-plugin/src/main/mdo/plugin.mdo
plugin configurations, as in the case where you want to use the artifact's final name as a parameter. In this case, you want the user to modify {@code <build><finalName/></build>} rather than specifying a value for finalName directly in the plugin configuration section. It is also useful to ensure that - for example - a List-typed parameter which expects items of type Artifact doesn't get a List
Registered: Sun Sep 07 03:35:12 UTC 2025 - Last Modified: Tue Feb 25 08:28:41 UTC 2025 - 24.8K bytes - Viewed (0)