Uses of Class
org.apache.maven.plugins.assembly.model.Repository
-
-
Uses of Repository in org.apache.maven.plugins.assembly.archive.phase
Methods in org.apache.maven.plugins.assembly.archive.phase with parameters of type Repository Modifier and Type Method Description private RepositoryInfo
RepositoryAssemblyPhase. wrap(Repository repository)
-
Uses of Repository in org.apache.maven.plugins.assembly.archive.phase.wrappers
Fields in org.apache.maven.plugins.assembly.archive.phase.wrappers declared as Repository Modifier and Type Field Description private Repository
RepoInfoWrapper. repo
Constructors in org.apache.maven.plugins.assembly.archive.phase.wrappers with parameters of type Repository Constructor Description RepoInfoWrapper(Repository repo)
-
Uses of Repository in org.apache.maven.plugins.assembly.model
Fields in org.apache.maven.plugins.assembly.model with type parameters of type Repository Modifier and Type Field Description private java.util.List<Repository>
Assembly. repositories
Field repositories.private java.util.List<Repository>
Component. repositories
Field repositories.Methods in org.apache.maven.plugins.assembly.model that return types with arguments of type Repository Modifier and Type Method Description java.util.List<Repository>
Assembly. getRepositories()
Method getRepositories.java.util.List<Repository>
Component. getRepositories()
Method getRepositories.Methods in org.apache.maven.plugins.assembly.model with parameters of type Repository Modifier and Type Method Description void
Assembly. addRepository(Repository repository)
Method addRepository.void
Component. addRepository(Repository repository)
Method addRepository.void
Assembly. removeRepository(Repository repository)
Method removeRepository.void
Component. removeRepository(Repository repository)
Method removeRepository.Method parameters in org.apache.maven.plugins.assembly.model with type arguments of type Repository Modifier and Type Method Description void
Assembly. setRepositories(java.util.List<Repository> repositories)
Set specifies which repository files to include in the assembly.void
Component. setRepositories(java.util.List<Repository> repositories)
Set specifies a set of repositories to include in the assembly. -
Uses of Repository in org.apache.maven.plugins.assembly.model.io.xpp3
Methods in org.apache.maven.plugins.assembly.model.io.xpp3 that return Repository Modifier and Type Method Description private Repository
AssemblyXpp3Reader. parseRepository(org.codehaus.plexus.util.xml.pull.XmlPullParser parser, boolean strict)
Method parseRepository.private Repository
ComponentXpp3Reader. parseRepository(org.codehaus.plexus.util.xml.pull.XmlPullParser parser, boolean strict)
Method parseRepository.Methods in org.apache.maven.plugins.assembly.model.io.xpp3 with parameters of type Repository Modifier and Type Method Description private void
AssemblyXpp3Writer. writeRepository(Repository repository, java.lang.String tagName, org.codehaus.plexus.util.xml.pull.XmlSerializer serializer)
Method writeRepository.private void
ComponentXpp3Writer. writeRepository(Repository repository, java.lang.String tagName, org.codehaus.plexus.util.xml.pull.XmlSerializer serializer)
Method writeRepository.
-