Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -108,20 +108,8 @@ public class DependencyProjectStub

private Artifact artifact;

// private Map artifactMap;

private Model originalModel;

// private Map pluginArtifactMap;

// private Map reportArtifactMap;

// private Map extensionArtifactMap;

// private Map projectReferences;

// private Build buildOverlay;

private boolean executionRoot;

private List<Artifact> compileArtifacts;
Expand Down Expand Up @@ -422,36 +410,6 @@ public void setScriptSourceRoots( List<String> scriptSourceRoots )
this.scriptSourceRoots = scriptSourceRoots;
}

public void setArtifactMap( Map artifactMap )
{
// this.artifactMap = artifactMap;
}

public void setPluginArtifactMap( Map pluginArtifactMap )
{
// this.pluginArtifactMap = pluginArtifactMap;
}

public void setReportArtifactMap( Map reportArtifactMap )
{
// this.reportArtifactMap = reportArtifactMap;
}

public void setExtensionArtifactMap( Map extensionArtifactMap )
{
// this.extensionArtifactMap = extensionArtifactMap;
}

public void setProjectReferences( Map projectReferences )
{
// this.projectReferences = projectReferences;
}

public void setBuildOverlay( Build buildOverlay )
{
// this.buildOverlay = buildOverlay;
}

public void setCompileDependencies( List<Dependency> compileDependencies )
{
this.compileDependencies = compileDependencies;
Expand Down Expand Up @@ -657,7 +615,7 @@ public Scm getScm()
return null;
}

public void setMailingLists( List list )
public void setMailingLists( List<MailingList> list )
{

}
Expand All @@ -672,7 +630,7 @@ public void addMailingList( MailingList mailingList )

}

public void setDevelopers( List list )
public void setDevelopers( List<Developer> list )
{

}
Expand Down Expand Up @@ -742,7 +700,7 @@ public Reporting getReporting()
return null;
}

public void setLicenses( List list )
public void setLicenses( List<License> list )
{

}
Expand Down