|
70 | 70 | <developer> |
71 | 71 | <name>Mathieu SOYSAL</name> |
72 | 72 | <email>Mathieu.Soysal@outlook.fr</email> |
| 73 | + <url>https://MathieuSoysal.me/</url> |
73 | 74 | <organization>com.github.devlab-umontp</organization> |
74 | 75 | <organizationUrl>https://github.com/DevLab-umontp</organizationUrl> |
75 | 76 | </developer> |
76 | 77 | </developers> |
77 | 78 |
|
| 79 | + <issueManagement> |
| 80 | + <system>github</system> |
| 81 | + <url>https://github.com/DevLab-umontp/Librarie-Java-EDT/issues</url> |
| 82 | + </issueManagement> |
| 83 | + |
78 | 84 | <scm> |
79 | 85 | <connection>scm:git:git://github.com/DevLab-umontp/API-JAVA-EDT.git</connection> |
80 | 86 | <developerConnection>scm:git:ssh://github.com:DevLab-umontp/API-JAVA-EDT.git</developerConnection> |
81 | 87 | <url>http://github.com/DevLab-umontp/API-JAVA-EDT</url> |
82 | 88 | </scm> |
83 | 89 |
|
84 | | - <distributionManagement> |
85 | | - <snapshotRepository> |
86 | | - <id>ossrh</id> |
87 | | - <url>https://oss.sonatype.org/content/repositories/snapshots</url> |
88 | | - </snapshotRepository> |
89 | | - <repository> |
90 | | - <id>ossrh</id> |
91 | | - <name>Sonatype</name> |
92 | | - <url>https://oss.sonatype.org/service/local/staging/deploy/maven2/</url> |
93 | | - </repository> |
94 | | - </distributionManagement> |
95 | | - |
96 | 90 |
|
97 | 91 | <profiles> |
| 92 | + |
| 93 | + <!-- Porfil : Maven Centrale --> |
98 | 94 | <profile> |
99 | | - <id>deploy</id> |
| 95 | + <id>ossrhDeploy</id> |
| 96 | + |
| 97 | + <distributionManagement> |
| 98 | + <snapshotRepository> |
| 99 | + <id>ossrh</id> |
| 100 | + <name>Central Repository OSSRH</name> |
| 101 | + <url>https://oss.sonatype.org/content/repositories/snapshots</url> |
| 102 | + </snapshotRepository> |
| 103 | + <repository> |
| 104 | + <id>ossrh</id> |
| 105 | + <name>Central Repository OSSRH</name> |
| 106 | + <url>https://oss.sonatype.org/service/local/staging/deploy/maven2/</url> |
| 107 | + </repository> |
| 108 | + </distributionManagement> |
| 109 | + |
100 | 110 | <build> |
101 | 111 | <plugins> |
102 | 112 |
|
| 113 | + <plugin> |
| 114 | + <groupId>org.sonatype.plugins</groupId> |
| 115 | + <artifactId>nexus-staging-maven-plugin</artifactId> |
| 116 | + <version>1.6.8</version> |
| 117 | + <extensions>true</extensions> |
| 118 | + <configuration> |
| 119 | + <serverId>ossrh</serverId> |
| 120 | + <nexusUrl>https://oss.sonatype.org/</nexusUrl> |
| 121 | + <autoReleaseAfterClose>true</autoReleaseAfterClose> |
| 122 | + </configuration> |
| 123 | + </plugin> |
| 124 | + |
103 | 125 | <plugin> |
104 | 126 | <groupId>org.apache.maven.plugins</groupId> |
105 | 127 | <artifactId>maven-source-plugin</artifactId> |
|
152 | 174 | </plugins> |
153 | 175 | </build> |
154 | 176 | </profile> |
| 177 | + |
| 178 | + <!-- Profil : Github Apache Maven Packages --> |
| 179 | + <profile> |
| 180 | + <id>githubDeploy</id> |
| 181 | + <distributionManagement> |
| 182 | + <repository> |
| 183 | + <id>github</id> |
| 184 | + <name>GitHub DevLab-umontp Apache Maven Packages</name> |
| 185 | + <url>https://maven.pkg.github.com/DevLab-umontp/Librarie-Java-EDT</url> |
| 186 | + </repository> |
| 187 | + </distributionManagement> |
| 188 | + </profile> |
155 | 189 | </profiles> |
156 | 190 |
|
157 | 191 | <build> |
|
180 | 214 | </configuration> |
181 | 215 | </plugin> |
182 | 216 |
|
183 | | - <plugin> |
184 | | - <groupId>org.sonatype.plugins</groupId> |
185 | | - <artifactId>nexus-staging-maven-plugin</artifactId> |
186 | | - <version>1.6.8</version> |
187 | | - <extensions>true</extensions> |
188 | | - <configuration> |
189 | | - <serverId>ossrh</serverId> |
190 | | - <nexusUrl>https://oss.sonatype.org/</nexusUrl> |
191 | | - <autoReleaseAfterClose>true</autoReleaseAfterClose> |
192 | | - </configuration> |
193 | | - </plugin> |
194 | | - |
195 | 217 | <plugin> |
196 | 218 | <groupId>org.jacoco</groupId> |
197 | 219 | <artifactId>jacoco-maven-plugin</artifactId> |
|
0 commit comments