Skip to content

Commit

Permalink
Update pom.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
sinattieng committed Sep 16, 2024
1 parent 694a4b3 commit a4e7b35
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 592 deletions.
23 changes: 16 additions & 7 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,25 +5,34 @@
<packaging>pom</packaging>
<name>Spagolite</name>
<description>Framework utilizzato dalle applicazioni web, si tratta di uno strato software comune contenente anche le dipendenze di terze parti ed ereditato come bom.</description>
<url>https://nexus.ente.regione.emr.it/repository/parer-site/spago/${project.version}/</url>

<distributionManagement>
<site>
<id>site</id>
<url>dav:https://nexus.ente.regione.emr.it/repository/parer-site/spago/${project.version}</url>
</site>
<repository>
<id>github</id>
<url>https://maven.pkg.github.com/RegioneER/parer-framework-spagolite</url>
</repository>
</distributionManagement>

<repositories>
<repository>
<id>github</id>
<url>https://maven.pkg.github.com/RegioneER/parer-framework-parerpom</url>
</repository>
</repositories>

<parent>
<groupId>it.eng.parer</groupId>
<artifactId>parer-pom</artifactId>
<version>6.4.0</version>
</parent>

<scm>
<developerConnection>scm:git:git@gitlab.ente.regione.emr.it:parer/framework-spagolite.git</developerConnection>
<tag>spagofat-6.15.1</tag>
<developerConnection>scm:git:https://github.com/RegioneER/parer-framework-spagolite.git</developerConnection>
<tag>HEAD</tag>
</scm>



<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<!-- Javadoc skipped by default (temporaneo) -->
Expand Down
Loading

0 comments on commit a4e7b35

Please sign in to comment.