Class SMaven
- java.lang.Object
- 
- jadex.platform.service.dependency.maven.SMaven
 
- 
 public class SMaven extends java.lang.ObjectHelper class for converting between maven and aether objects.
- 
- 
Constructor SummaryConstructors Constructor Description SMaven()
 - 
Method SummaryAll Methods Static Methods Concrete Methods Modifier and Type Method Description static org.sonatype.aether.artifact.ArtifactconvertDependency(org.apache.maven.model.Dependency dep)Convert a maven model dependency to an aether artifact.static org.sonatype.aether.repository.RemoteRepositoryconvertRepository(org.apache.maven.model.Repository rep)Convert a maven model repository to an aether remote repository.static org.sonatype.aether.repository.RemoteRepositoryconvertRepository(org.apache.maven.settings.Repository rep)Convert a maven settings repository to an aether remote repository.
 
- 
- 
- 
Method Detail- 
convertRepositorypublic static org.sonatype.aether.repository.RemoteRepository convertRepository(org.apache.maven.model.Repository rep) Convert a maven model repository to an aether remote repository.
 - 
convertRepositorypublic static org.sonatype.aether.repository.RemoteRepository convertRepository(org.apache.maven.settings.Repository rep) Convert a maven settings repository to an aether remote repository.
 - 
convertDependencypublic static org.sonatype.aether.artifact.Artifact convertDependency(org.apache.maven.model.Dependency dep) Convert a maven model dependency to an aether artifact.
 
- 
 
-