- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for appendAssemblyId (0.14 sec)
-
apache-maven/pom.xml
<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) -
pom.xml
</plugin> <!-- zip, tarball --> <plugin> <artifactId>maven-assembly-plugin</artifactId> <configuration> <finalName>${project.artifactId}-${project.version}</finalName> <appendAssemblyId>false</appendAssemblyId> <outputDirectory>${project.build.directory}/releases/</outputDirectory> <tarLongFileMode>gnu</tarLongFileMode> <descriptors>
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Sep 04 05:22:58 UTC 2025 - 49.6K bytes - Viewed (0)