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

That 'core' profile is definitely useless.

parent 3835d0b1
No related branches found
No related tags found
No related merge requests found
......@@ -28,9 +28,7 @@ This project centralizes the Maven configuration for Icy as well as its plugins
</parent>
```
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.
There is two profiles to facilitate project management:
- `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.
......
......@@ -1347,28 +1347,6 @@
<!-- POM profiles -->
<profiles>
<profile>
<id>core</id>
<build>
<defaultGoal>clean package</defaultGoal>
</build>
<!-- Repository link for deployment -->
<distributionManagement>
<repository>
<id>icy-core-prod</id>
<name>Icy's Nexus</name>
<url>https://icy-nexus.pasteur.fr/repository/icy-core/</url>
</repository>
<snapshotRepository>
<id>icy-core-dev</id>
<name>Icy Dev's Nexus</name>
<url>https://icy-nexus-dev.pasteur.cloud/repository/icy-core/</url>
</snapshotRepository>
</distributionManagement>
</profile>
<profile>
<id>plugin</id>
......@@ -1531,6 +1509,20 @@
</profile>
</profiles>
<!-- Repository link for deployment -->
<distributionManagement>
<repository>
<id>icy-core-prod</id>
<name>Icy's Nexus</name>
<url>https://icy-nexus.pasteur.fr/repository/icy-core/</url>
</repository>
<snapshotRepository>
<id>icy-core-dev</id>
<name>Icy Dev's Nexus</name>
<url>https://icy-nexus-dev.pasteur.cloud/repository/icy-core/</url>
</snapshotRepository>
</distributionManagement>
<!-- Link to third-party Maven repositories -->
<repositories>
<repository>
......
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