Field and Description |
---|
org.apache.maven.plugin.install.InstallMojo.artifact
either use project.getArtifact() or reactorProjects.get(i).getArtifact()
|
org.apache.maven.plugin.install.InstallMojo.attachedArtifacts
either use project.getAttachedArtifacts() or reactorProjects.get(i).getAttachedArtifacts()
|
org.apache.maven.plugin.install.InstallMojo.packaging
either use project.getPackaging() or reactorProjects.get(i).getPackaging()
|
org.apache.maven.plugin.install.InstallMojo.pomFile
either use project.getFile() or reactorProjects.get(i).getFile()
|