Package aQute.bnd.maven.baseline.plugin
Class Base
java.lang.Object
aQute.bnd.maven.baseline.plugin.Base
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
setArtifactId
(String artifactId) Set the artifactId of the baseline artifact.void
setClassifier
(String classifier) Set the classifier of the baseline artifact.void
setExtension
(String extension) Set the extension of the baseline artifact.void
setGroupId
(String groupId) Set the groupId of the baseline artifact.void
setVersion
(String version) Set the version or version range of the baseline artifact.toString()
-
Field Details
-
groupId
-
artifactId
-
version
-
classifier
-
extension
-
-
Constructor Details
-
Base
public Base()
-
-
Method Details
-
getGroupId
-
setGroupId
Set the groupId of the baseline artifact.- Parameters:
groupId
- The groupId of the baseline artifact. This defaults to the groupId of the project.
-
getArtifactId
-
setArtifactId
Set the artifactId of the baseline artifact.- Parameters:
artifactId
- The artifactId of the baseline artifact. This defaults to the artifactId of the project.
-
getVersion
-
setVersion
Set the version or version range of the baseline artifact.- Parameters:
version
- The version or version range of the baseline artifact. This defaults to the highest version less than the version of the project's artifact.
-
getClassifier
-
setClassifier
Set the classifier of the baseline artifact.- Parameters:
classifier
- The classifier of the baseline artifact. This defaults to the classifier of the project's artifact.
-
getExtension
-
setExtension
Set the extension of the baseline artifact.- Parameters:
extension
- The extension of the baseline artifact. This defaults to the extension of the project's artifact.
-
toString
-