- Sort Score
- Result 10 results
- Languages All
Results 1 - 7 of 7 for finalName (1.71 sec)
-
compat/maven-plugin-api/src/test/java/org/apache/maven/plugin/descriptor/PluginDescriptorBuilderTest.java
assertEquals("${jar.finalName}", pc.getValue()); assertEquals("${project.build.finalName}", pc.getAttribute("default-value")); assertEquals("java.lang.String", pc.getAttribute("implementation")); Parameter mp = md.getParameters().get(0); assertEquals("finalName", mp.getName()); assertEquals("jarName", mp.getAlias());Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Wed Sep 17 10:01:14 UTC 2025 - 6K bytes - Viewed (0) -
guava/module.json
Registered: Fri Dec 26 12:43:10 UTC 2025 - Last Modified: Mon Sep 29 19:50:42 UTC 2025 - 7.5K bytes - Viewed (0) -
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 Dec 28 03:35:09 UTC 2025 - Last Modified: Mon Nov 10 03:14:05 UTC 2025 - 12.7K bytes - Viewed (0) -
impl/maven-cli/src/test/java/org/apache/maven/cling/invoker/mvnup/goals/DomUtilsTest.java
String xmlOutput = DomUtils.toXml(doc); // Verify build element ordering: directory, finalName, sourceDirectory, plugins int directoryIndex = xmlOutput.indexOf("<directory>target</directory>"); int finalNameIndex = xmlOutput.indexOf("<finalName>test-app</finalName>"); int sourceDirectoryIndex = xmlOutput.indexOf("<sourceDirectory>src/main/java</sourceDirectory>");Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Tue Nov 18 18:03:26 UTC 2025 - 31.3K bytes - Viewed (0) -
pom.xml
<profile> <id>integrationTests</id> <properties> <test.include.path>**/*Tests.java</test.include.path> <test.command.args /> </properties> </profile> </profiles> <build> <finalName>fess</finalName> <resources> <resource> <directory>src/main/resources</directory> </resource> </resources> <!-- This file contains all the common properties used to build the different
Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Sat Dec 20 08:30:43 UTC 2025 - 49.4K bytes - Viewed (0) -
impl/maven-core/src/test/java/org/apache/maven/project/PomConstructionTest.java
assertEquals("repo", pom.getValue("repositories[1]/name")); assertEquals("test", pom.getValue("build/defaultGoal")); assertEquals("coreit", pom.getValue("build/finalName")); assertPathSuffixEquals("build", pom.getValue("build/directory")); assertPathSuffixEquals("build/main", pom.getValue("build/outputDirectory"));
Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Wed Sep 17 10:01:14 UTC 2025 - 94.8K bytes - Viewed (0) -
api/maven-api-model/src/main/mdo/maven.mdo
Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Wed Nov 26 03:07:35 UTC 2025 - 133.3K bytes - Viewed (0)