Class Developers
java.lang.Object
org.apache.maven.resolver.internal.ant.types.model.Developers
The developers section is required if you want to publish your POM to
maven central. It contains one or more
developer elements.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddDeveloper(Developer developer) Allows Ant to add aDeveloperelement to the developers' collection.Get the list of Developers'
-
Constructor Details
-
Developers
public Developers()Default constructor.
-
-
Method Details
-
getDevelopers
Get the list of Developers'- Returns:
- the list of Developer objects, never null.
-
addDeveloper
Allows Ant to add aDeveloperelement to the developers' collection.- Parameters:
developer- TheDeveloperto add
-