Skip to content
Snippets Groups Projects
Commit e59c6b62 authored by Stéphane  DALLONGEVILLE's avatar Stéphane DALLONGEVILLE
Browse files

Updated to last POM changes

parent 6d8a3ccf
No related branches found
No related tags found
No related merge requests found
......@@ -28,15 +28,17 @@ This project centralizes the Maven configuration for Icy as well as its plugins
</parent>
```
There is two profiles to facilitate project management:
- `plugin`: Dedicated to Icy plugin development so it includes default dependencies and rules.
There is three profiles to facilitate project management:
- `core`: Dedicated to Icy core parts development (kernel and its dependencies).
Runs by default `clean` and `package`&ast; goals.
- `library`: Dedicated to plugin library which need dependencies extraction, in which case you define artifact(s) to extract through the _artifact-to-include_ property.
You should always use this profile along the _plugin_ profile.
- `plugin`: Dedicated to Icy plugin development (including default dependencies and rules).
Runs by default `clean` and `package`&ast; goals.
- `library`: Dedicated to plugin library which need dependencies extraction, in which case you need to define artifact(s) to extract through the _artifact-to-extract_ property.
You should almost always use this profile along the _plugin_ profile.
&ast; The `package` phase generate three JARs: one to executable for Icy, a source JAR and a JavaDoc JAR.
To deploy the project/artefact to the Icy's Nexus repositories just use the `deploy` goal instead. Note that Nexus development repositories are accessible only in Pasteur offices or through the private VPN.
To deploy the project/artefact to the Icy's Nexus repositories just use the `deploy` goal instead. Note that Nexus development repositories (for _SNAPSHOT_ versions) are accessible only in Pasteur offices or through the private VPN.
You want to upload on our public repositories and you do not have an account ? Send a mail to [Icy Team,](mailto:icy.team@pasteur.fr) and we will grant you access.
Are you a Pasteur employee ? A connection through PasteurID is coming soon !
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment