Skip to content

Commit 8164fc5

Browse files
committed
🔧 Mise à jour pom.xml pour le deploy
1 parent a3ff86d commit 8164fc5

File tree

1 file changed

+14
-5
lines changed

1 file changed

+14
-5
lines changed

pom.xml

Lines changed: 14 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,14 @@
33
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
44
<modelVersion>4.0.0</modelVersion>
55

6-
<groupId>edt.umontp.fr</groupId>
6+
<groupId>com.github.devlab-umontp</groupId>
77
<artifactId>api-java-edt</artifactId>
8-
<version>1.0-SNAPSHOT</version>
8+
<version>1.0.0</version>
9+
<packaging>jar</packaging>
910

1011
<name>api-java-edt</name>
11-
<!-- FIXME change it to the project's website -->
12-
<url>http://www.example.com</url>
12+
<description>Package Java permettant de récupérer l'emploi du temps des cours de l'IUT de Montpellier.</description>
13+
<url>https://github.com/</url>
1314

1415
<properties>
1516
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
@@ -46,6 +47,14 @@
4647
</dependency>
4748
</dependencies>
4849

50+
<distributionManagement>
51+
<repository>
52+
<id>github</id>
53+
<name>GitHub DevLab-umontp Apache Maven Packages</name>
54+
<url>https://maven.pkg.github.com/DevLab-umontp/API-JAVA-EDT</url>
55+
</repository>
56+
</distributionManagement>
57+
4958
<build>
5059
<pluginManagement>
5160
<!-- lock down plugins versions to avoid using Maven defaults (may be moved to parent pom) -->
@@ -57,7 +66,7 @@
5766
<configuration>
5867
<includes>
5968
<source>.</source>
60-
<include>src/test/java/**</include>
69+
<include>src/main/java/**</include>
6170
</includes>
6271
</configuration>
6372
</plugin>

0 commit comments

Comments
 (0)