We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 636e5f4 commit b7ffa9bCopy full SHA for b7ffa9b
src/main/java/org/scijava/util/POM.java
@@ -222,6 +222,8 @@ public String getVersion() {
222
* @param c The class to use as a base when searching for a pom.xml.
223
* @param groupId The Maven groupId of the desired POM.
224
* @param artifactId The Maven artifactId of the desired POM.
225
+ * @return {@link POM} object representing the discovered POM, or null if no
226
+ * POM could be found.
227
*/
228
public static POM getPOM(final Class<?> c, final String groupId,
229
final String artifactId)
0 commit comments