mirror of https://github.com/apache/maven.git
allow creation without a file (purely repository)
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@290083 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
9cae224e0c
commit
386cc730ed
|
@ -46,6 +46,11 @@ public class ProjectArtifactMetadata
|
|||
{
|
||||
private final File file;
|
||||
|
||||
public ProjectArtifactMetadata( Artifact artifact )
|
||||
{
|
||||
this( artifact, null );
|
||||
}
|
||||
|
||||
public ProjectArtifactMetadata( Artifact artifact, File file )
|
||||
{
|
||||
super( artifact );
|
||||
|
|
Loading…
Reference in New Issue