mirror of https://github.com/apache/archiva.git
fix property name
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@899012 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
d0b3bb88a7
commit
e81d9aebc9
|
@ -14,7 +14,7 @@ public abstract class AbstractArtifactManagementTest
|
|||
|
||||
public String getArtifactId()
|
||||
{
|
||||
String artifactId = getProperty( "GROUPID" ) ;
|
||||
String artifactId = getProperty( "ARTIFACTID" ) ;
|
||||
return artifactId;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue