|
4 | 4 |
|
5 | 5 | <groupId>io.github.scouter-project</groupId> |
6 | 6 | <artifactId>scouter-parent</artifactId> |
7 | | - <version>2.20.0</version> <!--scouter--> |
| 7 | + <version>2.21.0</version> <!--scouter--> |
8 | 8 | <packaging>pom</packaging> |
9 | 9 |
|
10 | 10 | <name>SCOUTER APM</name> |
|
23 | 23 | <module>scouter.agent.java</module> |
24 | 24 | <module>scouter.agent.batch</module> |
25 | 25 | <module>scouter.extra.java20</module> |
| 26 | + <module>scouter.extra.java20dummy</module> |
26 | 27 | </modules> |
27 | 28 |
|
28 | 29 | <properties> |
|
41 | 42 | <jetty.version>9.4.6.v20170531</jetty.version> |
42 | 43 | <jersey.version>2.27</jersey.version> |
43 | 44 | <slf4j.version>1.7.25</slf4j.version> |
44 | | - <logback.version>1.2.3</logback.version> |
| 45 | + <logback.version>1.2.13</logback.version> |
45 | 46 | </properties> |
46 | 47 |
|
47 | | - <repositories> |
48 | | - <repository> |
49 | | - <id>local-maven-repo</id> |
50 | | - <url>file:///${project.basedir}/../local-maven-repo</url> |
51 | | - </repository> |
52 | | - <repository> |
53 | | - <id>redhat.com</id> |
54 | | - <name>redhat maven Repository</name> |
55 | | - <url>https://maven.repository.redhat.com/ga</url> |
56 | | - </repository> |
57 | | - </repositories> |
| 48 | +<!-- <repositories>--> |
| 49 | +<!-- <repository>--> |
| 50 | +<!-- <id>local-maven-repo</id>--> |
| 51 | +<!-- <url>file:///${project.basedir}/../local-maven-repo</url>--> |
| 52 | +<!-- </repository>--> |
| 53 | +<!-- <repository>--> |
| 54 | +<!-- <id>redhat.com</id>--> |
| 55 | +<!-- <name>redhat maven Repository</name>--> |
| 56 | +<!-- <url>https://maven.repository.redhat.com/ga</url>--> |
| 57 | +<!-- </repository>--> |
| 58 | +<!-- </repositories>--> |
58 | 59 |
|
59 | 60 | <licenses> |
60 | 61 | <license> |
|
91 | 92 | <tag>HEAD</tag> |
92 | 93 | </scm> |
93 | 94 |
|
94 | | - <distributionManagement> |
95 | | - <snapshotRepository> |
96 | | - <id>ossrh</id> |
97 | | - <url>https://oss.sonatype.org/content/repositories/snapshots</url> |
98 | | - </snapshotRepository> |
99 | | - <repository> |
100 | | - <id>ossrh</id> |
101 | | - <url>https://oss.sonatype.org/service/local/staging/deploy/maven2</url> |
102 | | - </repository> |
103 | | - </distributionManagement> |
104 | | - |
105 | 95 | <build> |
106 | 96 | <pluginManagement> |
107 | 97 | <plugins> |
| 98 | + <plugin> |
| 99 | + <groupId>org.apache.maven.plugins</groupId> |
| 100 | + <artifactId>maven-surefire-plugin</artifactId> |
| 101 | + <version>2.12.1</version> |
| 102 | + <configuration> |
| 103 | + <skipTests>true</skipTests> |
| 104 | + </configuration> |
| 105 | + </plugin> |
108 | 106 | <plugin> |
109 | 107 | <groupId>org.apache.maven.plugins</groupId> |
110 | 108 | <artifactId>maven-source-plugin</artifactId> |
|
133 | 131 | </execution> |
134 | 132 | </executions> |
135 | 133 | </plugin> |
136 | | - <plugin> |
137 | | - <groupId>org.sonatype.plugins</groupId> |
138 | | - <artifactId>nexus-staging-maven-plugin</artifactId> |
139 | | - <version>1.6.7</version> |
140 | | - <extensions>true</extensions> |
141 | | - <configuration> |
142 | | - <serverId>ossrh</serverId> |
143 | | - <nexusUrl>https://oss.sonatype.org/</nexusUrl> |
144 | | - <autoReleaseAfterClose>true</autoReleaseAfterClose> |
145 | | - </configuration> |
146 | | - </plugin> |
147 | 134 | <plugin> |
148 | 135 | <groupId>org.apache.maven.plugins</groupId> |
149 | 136 | <artifactId>maven-gpg-plugin</artifactId> |
|
158 | 145 | </execution> |
159 | 146 | </executions> |
160 | 147 | </plugin> |
161 | | - <!--<plugin>--> |
162 | | - <!--<groupId>org.apache.maven.plugins</groupId>--> |
163 | | - <!--<artifactId>maven-release-plugin</artifactId>--> |
164 | | - <!--<version>2.5.3</version>--> |
165 | | - <!--<configuration>--> |
166 | | - <!--<mavenExecutorId>forked-path</mavenExecutorId>--> |
167 | | - <!--<tagNameFormat>v@{project.version}</tagNameFormat>--> |
168 | | - <!--</configuration>--> |
169 | | - <!--</plugin>--> |
170 | 148 | </plugins> |
171 | 149 | </pluginManagement> |
172 | 150 | <plugins> |
|
179 | 157 | <artifactId>maven-javadoc-plugin</artifactId> |
180 | 158 | <version>3.5.0</version> |
181 | 159 | </plugin> |
182 | | - <plugin> |
183 | | - <groupId>org.sonatype.plugins</groupId> |
184 | | - <artifactId>nexus-staging-maven-plugin</artifactId> |
185 | | - </plugin> |
186 | 160 | <plugin> |
187 | 161 | <groupId>org.apache.maven.plugins</groupId> |
188 | 162 | <artifactId>maven-gpg-plugin</artifactId> |
189 | 163 | </plugin> |
190 | | - <!--<plugin>--> |
191 | | - <!--<groupId>org.apache.maven.plugins</groupId>--> |
192 | | - <!--<artifactId>maven-release-plugin</artifactId>--> |
193 | | - <!--<version>2.5.3</version>--> |
194 | | - <!--<configuration>--> |
195 | | - <!--<autoVersionSubmodules>true</autoVersionSubmodules>--> |
196 | | - <!--<useReleaseProfile>false</useReleaseProfile>--> |
197 | | - <!--<releaseProfiles>release</releaseProfiles>--> |
198 | | - <!--<goals>deploy</goals>--> |
199 | | - <!--</configuration>--> |
200 | | - <!--</plugin>--> |
| 164 | + <plugin> |
| 165 | + <groupId>org.sonatype.central</groupId> |
| 166 | + <artifactId>central-publishing-maven-plugin</artifactId> |
| 167 | + <version>0.9.0</version> |
| 168 | + <extensions>true</extensions> |
| 169 | + <configuration> |
| 170 | + <publishingServerId>central</publishingServerId> |
| 171 | + <autoPublish>true</autoPublish> |
| 172 | + </configuration> |
| 173 | + </plugin> |
201 | 174 | </plugins> |
202 | 175 | </build> |
203 | | - |
204 | | - <!--<profiles>--> |
205 | | - <!--<profile>--> |
206 | | - <!--<id>release-sign-artifacts</id>--> |
207 | | - <!--<activation>--> |
208 | | - <!--<property>--> |
209 | | - <!--<name>performRelease</name>--> |
210 | | - <!--<value>true</value>--> |
211 | | - <!--</property>--> |
212 | | - <!--</activation>--> |
213 | | - <!--<build>--> |
214 | | - <!--<plugins>--> |
215 | | - <!--<plugin>--> |
216 | | - <!--<groupId>org.apache.maven.plugins</groupId>--> |
217 | | - <!--<artifactId>maven-gpg-plugin</artifactId>--> |
218 | | - <!--<version>1.4</version>--> |
219 | | - <!--<executions>--> |
220 | | - <!--<execution>--> |
221 | | - <!--<id>sign-artifacts</id>--> |
222 | | - <!--<phase>verify</phase>--> |
223 | | - <!--<goals>--> |
224 | | - <!--<goal>sign</goal>--> |
225 | | - <!--</goals>--> |
226 | | - <!--</execution>--> |
227 | | - <!--</executions>--> |
228 | | - <!--</plugin>--> |
229 | | - <!--</plugins>--> |
230 | | - <!--</build>--> |
231 | | - <!--</profile>--> |
232 | | - <!--</profiles>--> |
233 | | - |
234 | 176 | </project> |
0 commit comments