44 xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
55 <modelVersion >4.0.0</modelVersion >
66
7- <groupId >dev.le_app </groupId >
7+ <groupId >dev.le-app </groupId >
88 <artifactId >mcss-api-java</artifactId >
99 <version >1.2.1</version >
1010
7272 </build>-->
7373
7474 <distributionManagement >
75+ <snapshotRepository >
76+ <id >ossrh</id >
77+ <url >https://s01.oss.sonatype.org/content/repositories/snapshots</url >
78+ </snapshotRepository >
7579 <repository >
76- <id >github</id >
77- <name >GitHub Les-Projects Apache Maven Packages</name >
78- <url >https://maven.pkg.github.com/Les-Projects/mcss-api-java/</url >
80+ <id >ossrh</id >
81+ <url >https://s01.oss.sonatype.org/service/local/staging/deploy/maven2/</url >
7982 </repository >
8083 </distributionManagement >
81- </project >
84+
85+ <build >
86+ <plugins >
87+ <plugin >
88+ <groupId >org.apache.maven.plugins</groupId >
89+ <artifactId >maven-source-plugin</artifactId >
90+ <version >2.2.1</version >
91+ <executions >
92+ <execution >
93+ <id >attach-sources</id >
94+ <goals >
95+ <goal >jar-no-fork</goal >
96+ </goals >
97+ </execution >
98+ </executions >
99+ </plugin >
100+ <plugin >
101+ <groupId >org.apache.maven.plugins</groupId >
102+ <artifactId >maven-javadoc-plugin</artifactId >
103+ <version >3.3.1</version >
104+ <executions >
105+ <execution >
106+ <id >attach-javadocs</id >
107+ <goals >
108+ <goal >jar</goal >
109+ </goals >
110+ </execution >
111+ </executions >
112+ </plugin >
113+ <plugin >
114+ <groupId >org.apache.maven.plugins</groupId >
115+ <artifactId >maven-gpg-plugin</artifactId >
116+ <version >3.0.1</version >
117+ <executions >
118+ <execution >
119+ <id >sign-artifacts</id >
120+ <phase >verify</phase >
121+ <goals >
122+ <goal >sign</goal >
123+ </goals >
124+ </execution >
125+ </executions >
126+ <configuration >
127+ <!-- Prevent gpg from using pinentry programs -->
128+ <gpgArguments >
129+ <arg >--pinentry-mode</arg >
130+ <arg >loopback</arg >
131+ </gpgArguments >
132+ </configuration >
133+ </plugin >
134+ <plugin >
135+ <groupId >org.sonatype.plugins</groupId >
136+ <artifactId >nexus-staging-maven-plugin</artifactId >
137+ <version >1.6.7</version >
138+ <extensions >true</extensions >
139+ <configuration >
140+ <serverId >ossrh</serverId >
141+ <nexusUrl >https://s01.oss.sonatype.org/</nexusUrl >
142+ <autoReleaseAfterClose >true</autoReleaseAfterClose >
143+ </configuration >
144+ </plugin >
145+ <plugin >
146+ <groupId >org.apache.maven.plugins</groupId >
147+ <artifactId >maven-release-plugin</artifactId >
148+ <version >2.5.3</version >
149+ <configuration >
150+ <autoVersionSubmodules >true</autoVersionSubmodules >
151+ <useReleaseProfile >false</useReleaseProfile >
152+ <releaseProfiles >release</releaseProfiles >
153+ <goals >deploy</goals >
154+ </configuration >
155+ </plugin >
156+ </plugins >
157+ </build >
158+ </project >
0 commit comments