Compare commits
59 Commits
Author | SHA1 | Date |
---|---|---|
Roberto Cirillo | 1ba2854b80 | |
Roberto Cirillo | 0b40060d28 | |
Roberto Cirillo | 2542cc2eca | |
Roberto Cirillo | cc285dad97 | |
Roberto Cirillo | b857fce1bc | |
Roberto Cirillo | 29b9eab140 | |
Roberto Cirillo | e8fde085c0 | |
Roberto Cirillo | 06024a761c | |
Roberto Cirillo | fb4823b683 | |
Roberto Cirillo | af347b82f7 | |
Roberto Cirillo | eb6f533790 | |
Roberto Cirillo | 6f66a8c87c | |
Roberto Cirillo | f4225749b0 | |
Roberto Cirillo | 7db55f6d04 | |
Roberto Cirillo | 60e3ab5e5f | |
Roberto Cirillo | 067dcfa23b | |
Roberto Cirillo | 0315b09ce7 | |
Roberto Cirillo | 4d24257b08 | |
Roberto Cirillo | 99cde69cfe | |
Roberto Cirillo | 62686e818e | |
Roberto Cirillo | fe94a49225 | |
Roberto Cirillo | 2df3a89dfc | |
Roberto Cirillo | e26f69443c | |
Roberto Cirillo | 836a4f69ee | |
Roberto Cirillo | 8c19d4b7d4 | |
Roberto Cirillo | 113972a821 | |
Roberto Cirillo | 241cd80f38 | |
Roberto Cirillo | 98e0ad5cfe | |
Roberto Cirillo | 8286aaa563 | |
Roberto Cirillo | 49241e50bf | |
Roberto Cirillo | 43a43a2740 | |
Roberto Cirillo | 6f04d669ad | |
Roberto Cirillo | e24359b402 | |
Roberto Cirillo | e44204ede1 | |
Roberto Cirillo | bc053fa213 | |
Roberto Cirillo | 41de1cdf75 | |
Roberto Cirillo | 0ba71cf9f6 | |
Roberto Cirillo | ab2ba643c7 | |
Roberto Cirillo | a367ab5415 | |
Roberto Cirillo | 2bce41fbc6 | |
Roberto Cirillo | 4820110b64 | |
Luca Frosini | d9d2fc38ba | |
Roberto Cirillo | 3f83c491fa | |
Roberto Cirillo | c941b869c6 | |
Roberto Cirillo | d445ee985e | |
Roberto Cirillo | f44fb68216 | |
Roberto Cirillo | f99e144f5e | |
Roberto Cirillo | 842fd40523 | |
Roberto Cirillo | eb36893feb | |
Roberto Cirillo | d23a597fc6 | |
Roberto Cirillo | ae1f5edd64 | |
Roberto Cirillo | aab964c1a8 | |
Roberto Cirillo | 44c0025860 | |
Roberto Cirillo | 2b80696a81 | |
Roberto Cirillo | 98d2db3a13 | |
Roberto Cirillo | 0267fa3866 | |
Roberto Cirillo | 382d09217a | |
Roberto Cirillo | 7403d93594 | |
Roberto Cirillo | 2316d72c45 |
|
@ -1 +1,5 @@
|
|||
/target/
|
||||
/.classpath
|
||||
/*.project
|
||||
/.settings
|
||||
/.idea
|
||||
|
|
21
CHANGELOG.md
21
CHANGELOG.md
|
@ -1,10 +1,27 @@
|
|||
# Changelog for Maven-Parent
|
||||
|
||||
## [v1.1.0] - 2020-01-27
|
||||
## [v1.2.0] - 2024-04-03
|
||||
|
||||
### Bug
|
||||
* update maven-javadoc-plugin to from 2.6.8 to 3.6.3. #25877
|
||||
* update groovy-all plugin dependency from 3.0.0-beta to 3.0.13 #25872
|
||||
|
||||
### Features
|
||||
* new maven profiles for managing jdk7 (gcore-legacy) and jdk17 build (see #24259)
|
||||
* add new group repositories for managing jdk17 dependencies resolution
|
||||
* update groovy-maven and javadoc plugin configuration #25108
|
||||
* add classpath external folder. see #25106
|
||||
|
||||
### Bug
|
||||
* removed set-local-classpath profile. see #26841
|
||||
|
||||
## [v1.1.0] - 2022-10-27
|
||||
|
||||
### Features
|
||||
|
||||
* force java 1.8 on jdk11 activation profiles
|
||||
* update maven-compiler-plugin to 3.10.1
|
||||
* New build profiles to support CI/CD
|
||||
* add new execution phase to buildnumber-maven-plugin
|
||||
* Enforcement for:
|
||||
* Java 8 (target and source)
|
||||
* OpenJDK as target Java VM.
|
||||
|
|
43
README.md
43
README.md
|
@ -3,7 +3,7 @@
|
|||
A parent pom for all the gCube artifacts.
|
||||
|
||||
# Enforcements
|
||||
* Java 8 (target and source)
|
||||
* Java 8 (target and source) unless otherwise specified inside the pom
|
||||
* OpenJDK as target Java VM.
|
||||
* Maven 3.3.9+
|
||||
* README.md, CHANGELOG.md and LICENSE.md are present in the baseDir of each Maven module
|
||||
|
@ -11,19 +11,41 @@ A parent pom for all the gCube artifacts.
|
|||
|
||||
# Build Profiles
|
||||
|
||||
## gcube-developer
|
||||
The build profiles are separated in three main branches: developer, staging, releases.
|
||||
Each branch has a set of profile based on the idk.
|
||||
The developer branch contains the profiles related to the snapshot build:
|
||||
|
||||
* gcore-legacy jdk7
|
||||
* gcube-legacy - jdk8
|
||||
* gcube-official -jdk11
|
||||
* gcube-experimental - jdk17
|
||||
|
||||
In the same way are organised the other branch profiles related to the staging (integration) phase and to the release phase.
|
||||
|
||||
In addition there are a set of common profiles useful in order to avoid replication of plugins and rules definitions:
|
||||
|
||||
* common-snapshot
|
||||
* common-release
|
||||
* dry-run
|
||||
* disable-java8-doclint
|
||||
* set-local-classpath
|
||||
* generate-distribution-packages
|
||||
|
||||
Below the descriptions of the most used profiles by gCube components:
|
||||
|
||||
## common-snapshot
|
||||
This profile defines the common plugin used by all the snapshot profiles
|
||||
|
||||
## common-releases
|
||||
This profile defines the common plugin used by all the staging and release profiles
|
||||
|
||||
## gcube-official
|
||||
* Dependencies resolved against local, gcube-snapshots and gcube-releases
|
||||
* Snapshot artifacts installed to local
|
||||
* Snapshot artifacts deployed to gcube-snapshots
|
||||
* Deployments of releases artifacts are not permitted
|
||||
|
||||
## jenkins-snapshots
|
||||
* Dependencies resolved against local-snapshots, gcube-snapshots and gcube-releases
|
||||
* Snapshot artifacts installed to local-snapshots
|
||||
* Snapshot artifacts deployed to gcube-snapshots
|
||||
* Deployments of release artifacts are not permitted
|
||||
|
||||
## jenkins-staging
|
||||
## jenkins-staging-official
|
||||
* Dependencies resolved against local-staging, gcube-jenkins-staging, gcube-staging and gcube-releases
|
||||
* Release/snapshot artifacts installed to local-staging
|
||||
* Release/snapshot artifacts deployed to gcube-jenkins-staging
|
||||
|
@ -41,3 +63,6 @@ This profile disables the deployment of the artifacts.
|
|||
This profile sets an additional parameter for javadoc generation to disables the doclint.
|
||||
It avoids the build fails if formal/syntax errors are found in javadoc comments.
|
||||
|
||||
## set-local-classpath
|
||||
This profile set a generic folder that will be added to the classpath
|
||||
|
||||
|
|
Loading…
Reference in New Issue