| Class | Description |
|---|---|
| MavenServerUtils |
Service class to get informations from server
Usage : in your Mojo, declare to properties :
@Component
private MavenSession session;
@Component
private PlexusContainer container;
Then, instanciate a MavenServerUtils, and getServer informations from its id :
MavenServerUtils serverUtils = new MavenServerUtils(session, container);
ServerInformation serverInfos = serverUtils.getServerAuthentication("serverId");
|
| ServerInformation |
This class holds authentication informations
|
Copyright © 2018. All rights reserved.