-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
6 changed files
with
39 additions
and
1,223 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,4 +4,4 @@ jobs: | |
compile: | ||
uses: RegioneER/parer-github-template/.github/workflows/compile.yml@v1 | ||
with: | ||
java: '8' | ||
java: '11' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,41 +1,5 @@ | ||
# SACER Parent | ||
# SACER - Parent | ||
|
||
Fonte template redazione documento: https://www.makeareadme.com/. | ||
Il seguente progetto è utilizzato come parent della quasi totalità dei progetti **maven** che fanno riferimento ai processi gestiti dal sistema PARER (Archiviazione Documentale). | ||
|
||
|
||
# Descrizione | ||
|
||
Il seguente progetto è utilizzato come parent, secondo le specifiche del tool di dependency management ossia **maven** (https://maven.apache.org/) a cui fanno riferimento tutti progetti dell'ecosistema di applicazioni "SACER". | ||
|
||
|
||
# Installazione | ||
|
||
Come già specificato nel paragrafo precedente [Descrizione](# Descrizione) si tratta di un progetto di tipo parent che viene definito quindi con la seguente modalità all'interno dei singoli progetti: | ||
|
||
```xml | ||
<parent> | ||
<groupId>it.eng.parer</groupId> | ||
<artifactId>parer-pom</artifactId> | ||
<version>4.2.0</version> | ||
</parent> | ||
``` | ||
|
||
# Utilizzo | ||
|
||
Parent pom per la definzione dei dei reposity utilizzati, con alcune proprietà globali riferite alla versioni delle third party libraries e di alcuni maven plugin. | ||
|
||
# Supporto | ||
|
||
Mantainer del progetto è [Engineering Ingegneria Informatica S.p.A.](https://www.eng.it/). | ||
|
||
# Contributi | ||
|
||
Se interessati a crontribuire alla crescita del progetto potete scrivere all'indirizzo email <a href="mailto:[email protected]">[email protected]</a>. | ||
|
||
# Credits | ||
|
||
Progetto di proprietà di [Regione Emilia-Romagna](https://www.regione.emilia-romagna.it/) sviluppato a cura di [Engineering Ingegneria Informatica S.p.A.](https://www.eng.it/). | ||
|
||
# Licenza | ||
|
||
Questo progetto è rilasciato sotto licenza GNU Affero General Public License v3.0 or later ([LICENSE.txt](LICENSE.txt)). | ||
Sono presenti quindi le versioni delle principali librerie e dei plugin maven utilizzati, nonché il **distribution management** di riferimento utilizzato per la pubblicazione dei package e i repository utilizati. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ | |
<modelVersion>4.0.0</modelVersion> | ||
<groupId>it.eng.parer</groupId> | ||
<artifactId>parer-pom</artifactId> | ||
<version>6.3.1</version> | ||
<version>6.3.1-SNAPSHOT</version> | ||
<packaging>pom</packaging> | ||
<name>Parer pom</name> | ||
<description>Parer POM di base | ||
|
@@ -14,12 +14,13 @@ | |
<name>Engineering</name> | ||
</organization> | ||
<scm> | ||
<developerConnection>scm:git:[email protected]:parer/framework-parerpom.git</developerConnection> | ||
<tag>parer-pom-6.3.1</tag> | ||
<developerConnection>scm:git:https://github.com/RegioneER/parer-framework-parerpom.git</developerConnection> | ||
<tag>HEAD</tag> | ||
</scm> | ||
<properties> | ||
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> | ||
|
||
<!-- <detectJavaApiLink>false</detectJavaApiLink>--> | ||
<!-- third party libraries --> | ||
<!-- spring --> | ||
<spring.version>5.3.30</spring.version> | ||
|
@@ -56,7 +57,7 @@ | |
<!-- miscelenous --> | ||
<joda-time.version>2.12.5</joda-time.version> <!-- era 2.10.14 --> | ||
<jettison.version>1.5.4</jettison.version> | ||
<poi.version>5.2.3</poi.version> | ||
<poi.version>4.1.2</poi.version> | ||
<jackson-core.version>2.13.5</jackson-core.version> | ||
<xalan.version>2.7.2</xalan.version> | ||
<xerces.version>2.12.0</xerces.version> | ||
|
@@ -78,47 +79,21 @@ | |
<taglibs-standard-jstlel.version>1.2.5</taglibs-standard-jstlel.version> | ||
<!--JDK11--> | ||
<jaxws-api.version>2.3.1</jaxws-api.version> | ||
<jaxws-tools.version>2.3.1</jaxws-tools.version> | ||
</properties> | ||
|
||
<distributionManagement> | ||
<repository> | ||
<id>rel</id> | ||
<url>https://nexus.ente.regione.emr.it/repository/parer-release/</url> | ||
</repository> | ||
<snapshotRepository> | ||
<id>snap</id> | ||
<url>https://nexus.ente.regione.emr.it/repository/parer-snapshot/</url> | ||
</snapshotRepository> | ||
<id>github</id> | ||
<url>https://maven.pkg.github.com/RegioneER/parer-framework-parerpom</url> | ||
</repository> | ||
</distributionManagement> | ||
|
||
<repositories> | ||
|
||
<repository> | ||
<id>central</id> | ||
<url>https://nexus.ente.regione.emr.it/repository/central/</url> | ||
<releases> | ||
<enabled>true</enabled> | ||
<updatePolicy>always</updatePolicy> | ||
</releases> | ||
<snapshots> | ||
<enabled>false</enabled> | ||
<updatePolicy>always</updatePolicy> | ||
</snapshots> | ||
</repository> | ||
<repository> | ||
<id>dcm4che</id> | ||
<url>https://nexus.ente.regione.emr.it/repository/dcm4che/</url> | ||
<releases> | ||
<enabled>true</enabled> | ||
<updatePolicy>always</updatePolicy> | ||
</releases> | ||
<snapshots> | ||
<enabled>false</enabled> | ||
<updatePolicy>always</updatePolicy> | ||
</snapshots> | ||
</repository> | ||
<repository> | ||
<id>rel</id> | ||
<url>https://nexus.ente.regione.emr.it/repository/parer-release/</url> | ||
<id>github</id> | ||
<url>https://maven.pkg.github.com/RegioneER/parer-framework-parerpom/</url> | ||
<releases> | ||
<enabled>true</enabled> | ||
<updatePolicy>always</updatePolicy> | ||
|
@@ -129,65 +104,32 @@ | |
</snapshots> | ||
</repository> | ||
<repository> | ||
<id>snap</id> | ||
<url>https://nexus.ente.regione.emr.it/repository/parer-snapshot/</url> | ||
<releases> | ||
<enabled>false</enabled> | ||
<updatePolicy>always</updatePolicy> | ||
</releases> | ||
<snapshots> | ||
<enabled>true</enabled> | ||
<updatePolicy>always</updatePolicy> | ||
</snapshots> | ||
</repository> | ||
<repository> | ||
<id>thirdparty</id> | ||
<url>https://nexus.ente.regione.emr.it/repository/thirdparty/</url> | ||
<releases> | ||
<enabled>true</enabled> | ||
</releases> | ||
<snapshots> | ||
<enabled>false</enabled> | ||
</snapshots> | ||
</repository> | ||
<id>central</id> | ||
<url>https://repo1.maven.org/maven2/</url> | ||
</repository> | ||
<repository> | ||
<id>spring-milestones</id> | ||
<name>Spring Milestones</name> | ||
<url>https://nexus.ente.regione.emr.it/repository/Spring_Milestone/</url> | ||
<snapshots> | ||
<enabled>false</enabled> | ||
</snapshots> | ||
</repository> | ||
<id>pentaho</id> | ||
<url>https://repo.orl.eng.hitachivantara.com/artifactory/pnt-mvn/</url> | ||
</repository> | ||
<repository> | ||
<id>jboss-eap-maven-repository</id> | ||
<name>Rer Jboss EAP proxy (RER)</name> | ||
<url>https://nexus.ente.regione.emr.it/repository/jboss-eap-maven-repository</url> | ||
<releases> | ||
<enabled>true</enabled> | ||
<updatePolicy>daily</updatePolicy> | ||
</releases> | ||
<snapshots> | ||
<enabled>false</enabled> | ||
<updatePolicy>daily</updatePolicy> | ||
</snapshots> | ||
<id>cefdigital</id> | ||
<name>cefdigital</name> | ||
<url>https://ec.europa.eu/digital-building-blocks/artifact/content/repositories/esignaturedss/</url> | ||
</repository> | ||
<repository> | ||
<id>rhga</id> | ||
<url>https://maven.repository.redhat.com/ga</url> | ||
</repository> | ||
<repository> | ||
<id>joinup</id> | ||
<url>https://nexus.ente.regione.emr.it/repository/joinup/</url> | ||
<releases> | ||
<enabled>true</enabled> | ||
<updatePolicy>daily</updatePolicy> | ||
</releases> | ||
<snapshots> | ||
<enabled>false</enabled> | ||
<updatePolicy>daily</updatePolicy> | ||
</snapshots> | ||
</repository> | ||
</repositories> | ||
<id>alfresco</id> | ||
<url>https://artifacts.alfresco.com/nexus/content/repositories/public/</url> | ||
</repository> | ||
</repositories> | ||
|
||
<pluginRepositories> | ||
<pluginRepository> | ||
<id>central</id> | ||
<url>https://nexus.ente.regione.emr.it/repository/central/</url> | ||
<url>https://repo1.maven.org/maven2/</url> | ||
<snapshots> | ||
<enabled>false</enabled> | ||
</snapshots> | ||
|
@@ -380,19 +322,9 @@ | |
<version>3.6.0</version> | ||
</plugin> | ||
<plugin> | ||
<groupId>org.apache.maven.plugins</groupId> | ||
<artifactId>maven-antrun-plugin</artifactId> | ||
<version>3.1.0</version> | ||
</plugin> | ||
<plugin> | ||
<groupId>org.codehaus.mojo</groupId> | ||
<artifactId>properties-maven-plugin</artifactId> | ||
<version>1.2.0</version> | ||
</plugin> | ||
<plugin> | ||
<groupId>org.codehaus.mojo</groupId> | ||
<artifactId>keytool-maven-plugin</artifactId> | ||
<version>1.7</version> | ||
<groupId>org.apache.maven.plugins</groupId> | ||
<artifactId>maven-antrun-plugin</artifactId> | ||
<version>3.1.0</version> | ||
</plugin> | ||
</plugins> | ||
</pluginManagement> | ||
|
Oops, something went wrong.