- Sort Score
- Num 10 results
- Language All
Results 1 - 2 of 2 for getPluginLookupKey (0.08 seconds)
-
compat/maven-plugin-api/src/main/java/org/apache/maven/plugin/descriptor/PluginDescriptor.java
public static String constructPluginKey(String groupId, String artifactId, String version) { return groupId + ":" + artifactId + ":" + version; } public String getPluginLookupKey() { return groupId + ":" + artifactId; } public String getId() { return constructPluginKey(groupId, artifactId, version); }Created: Sun Dec 28 03:35:09 GMT 2025 - Last Modified: Fri Jun 06 14:28:57 GMT 2025 - 16.2K bytes - Click Count (0) -
api/maven-api-plugin/src/main/mdo/plugin.mdo
</description> </field> </fields> <codeSegments> <codeSegment> <version>2.0.0+</version> <code><![CDATA[ public String getPluginLookupKey() { return groupId + ":" + artifactId; } public String getId() { return groupId + ":" + artifactId + ":" + version; } ]]></code> </codeSegment>Created: Sun Dec 28 03:35:09 GMT 2025 - Last Modified: Tue Feb 25 08:28:41 GMT 2025 - 24.8K bytes - Click Count (0)