Skip to content

Commit

Permalink
Fix missing release version in maven-metadata.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
slawekjaranowski committed Nov 28, 2022
1 parent 007240c commit 3748fbd
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 13 deletions.
8 changes: 8 additions & 0 deletions mrm-maven-plugin/src/it/hostedrepo/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,14 @@
<goal>start</goal>
<goal>stop</goal>
</goals>
<configuration>
<repositories>
<mockRepo>
<source>${project.build.directory}/mock-repo</source>
</mockRepo>
<proxyRepo/>
</repositories>
</configuration>
</execution>
</executions>
</plugin>
Expand Down

This file was deleted.

This file was deleted.

Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
invoker.goals = org.apache.maven.plugins:maven-help-plugin:RELEASE:system
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,10 @@
<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">
<modelVersion>4.0.0</modelVersion>

<distributionManagement>
<repository>
<id>mrm</id>
<url>@mrm.distribution.url@</url>
</repository>
</distributionManagement>

<groupId>org.mojohaus.mrm.hostedrepo.its</groupId>
<artifactId>deploy</artifactId>
<artifactId>release</artifactId>
<version>1.0.0</version>
<packaging>pom</packaging>

<description>Test RELEASED plugin version - it needs release version in metadata</description>
</project>

0 comments on commit 3748fbd

Please sign in to comment.