|
35 | 35 | Mock Repository Manager for Maven. The Mock Repository Manager provides a mock Maven
|
36 | 36 | repository manager.
|
37 | 37 | </description>
|
| 38 | + <url>https://www.mojohaus.org/mrm</url> |
38 | 39 | <inceptionYear>2009</inceptionYear>
|
| 40 | + |
39 | 41 | <licenses>
|
40 | 42 | <license>
|
41 | 43 | <name>The Apache Software License, Version 2.0</name>
|
42 |
| - <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url> |
| 44 | + <url>https://www.apache.org/licenses/LICENSE-2.0.txt</url> |
43 | 45 | <distribution>repo</distribution>
|
44 | 46 | </license>
|
45 | 47 | </licenses>
|
|
73 | 75 | <scm>
|
74 | 76 | <connection>scm:git:https://github.com/mojohaus/mrm.git</connection>
|
75 | 77 | <developerConnection>scm:git:ssh://git@github.com/mojohaus/mrm.git</developerConnection>
|
76 |
| - <url>https://github.com/mojohaus/mrm</url> |
| 78 | + <url>https://github.com/mojohaus/mrm/tree/master</url> |
77 | 79 | <tag>HEAD</tag>
|
78 | 80 | </scm>
|
79 | 81 | <issueManagement>
|
80 | 82 | <system>GitHub</system>
|
81 | 83 | <url>https://github.com/mojohaus/mrm/issues</url>
|
82 | 84 | </issueManagement>
|
| 85 | + <ciManagement> |
| 86 | + <system>GitHub</system> |
| 87 | + <url>https://github.com/mojohaus/mrm/actions</url> |
| 88 | + </ciManagement> |
83 | 89 |
|
84 | 90 | <properties>
|
85 |
| - <scmpublish.content>target/staging/mrm</scmpublish.content> |
| 91 | + <scmpublish.content>${project.build.directory}/staging/mrm</scmpublish.content> |
86 | 92 | <mavenVersion>2.2.1</mavenVersion>
|
87 | 93 | <mojo.java.target>1.8</mojo.java.target>
|
88 | 94 | <jetty.version>9.4.46.v20220331</jetty.version>
|
|
179 | 185 | <build>
|
180 | 186 | <pluginManagement>
|
181 | 187 | <plugins>
|
182 |
| - <plugin> |
183 |
| - <groupId>org.apache.maven.plugins</groupId> |
184 |
| - <artifactId>maven-scm-publish-plugin</artifactId> |
185 |
| - <configuration> |
186 |
| - <content>${project.build.directory}/staging/mrm</content> |
187 |
| - </configuration> |
188 |
| - </plugin> |
189 | 188 | <plugin>
|
190 | 189 | <groupId>org.eclipse.jetty</groupId>
|
191 | 190 | <artifactId>jetty-maven-plugin</artifactId>
|
192 | 191 | <version>${jetty.version}</version>
|
193 | 192 | </plugin>
|
194 |
| - <plugin> |
195 |
| - <artifactId>maven-release-plugin</artifactId> |
196 |
| - <configuration> |
197 |
| - <autoVersionSubmodules>true</autoVersionSubmodules> |
198 |
| - </configuration> |
199 |
| - </plugin> |
200 | 193 | </plugins>
|
201 | 194 | </pluginManagement>
|
| 195 | + |
202 | 196 | <plugins>
|
203 | 197 | <plugin>
|
204 | 198 | <groupId>org.apache.maven.plugins</groupId>
|
205 | 199 | <artifactId>maven-enforcer-plugin</artifactId>
|
206 |
| - <version>3.1.0</version> |
207 | 200 | <executions>
|
208 | 201 | <execution>
|
209 | 202 | <id>enforce-java</id>
|
|
239 | 232 | </execution>
|
240 | 233 | </executions>
|
241 | 234 | </plugin>
|
242 |
| - <plugin> |
243 |
| - <groupId>org.apache.maven.plugins</groupId> |
244 |
| - <artifactId>maven-invoker-plugin</artifactId> |
245 |
| - <configuration> |
246 |
| - <cloneProjectsTo>${project.build.directory}/it</cloneProjectsTo> |
247 |
| - <showErrors>true</showErrors> |
248 |
| - <streamLogs>true</streamLogs> |
249 |
| - <settingsFile>src/it/settings.xml</settingsFile> |
250 |
| - <postBuildHookScript>verify</postBuildHookScript> |
251 |
| - <localRepositoryPath>${project.build.directory}/local-repo</localRepositoryPath> |
252 |
| - </configuration> |
253 |
| - </plugin> |
254 | 235 | <plugin>
|
255 | 236 | <groupId>org.apache.maven.plugins</groupId>
|
256 | 237 | <artifactId>maven-site-plugin</artifactId>
|
|
0 commit comments