-
Notifications
You must be signed in to change notification settings - Fork 267
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
80bf105
commit c9c1396
Showing
11 changed files
with
146 additions
and
145 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
title: XML schemas for ruleSet | ||
author: Slawomir Jaranowski | ||
date: 2022-10-17 | ||
|
||
<!-- GitHub pages doesn't generate index page ... we need prepare one --> | ||
|
||
Versions - XML schemas for ruleSet | ||
====================== | ||
|
||
- [rule-2.1.0.xsd](rule-2.1.0.xsd) | ||
- [rule-2.0.0.xsd](https://www.mojohaus.org/versions-maven-plugin/xsd/rule-2.0.0.xsd) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
<project xmlns="http://maven.apache.org/DECORATION/1.8.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" | ||
xsi:schemaLocation="http://maven.apache.org/DECORATION/1.8.0 http://maven.apache.org/xsd/decoration-1.8.0.xsd"> | ||
<body> | ||
|
||
<menu name="Overview"> | ||
<item name="Version number comparison rule-sets" href="rule.html"/> | ||
<item name="XML schemas" href="xsd/index.html"/> | ||
</menu> | ||
|
||
<menu ref="parent"/> | ||
|
||
</body> | ||
</project> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -14,12 +14,10 @@ | |
<version>2.14.0-SNAPSHOT</version> | ||
<packaging>pom</packaging> | ||
|
||
<name>Versions Maven Plugin</name> | ||
<url>https://www.mojohaus.org/versions-maven-plugin/</url> | ||
<name>Versions</name> | ||
<description>Managing Maven versions in projects.</description> | ||
<url>https://www.mojohaus.org/versions/</url> | ||
|
||
<description> | ||
Versions Plugin for Maven. The Versions Plugin updates the versions of components in the POM. | ||
</description> | ||
<inceptionYear>2008</inceptionYear> | ||
|
||
<licenses> | ||
|
@@ -97,23 +95,29 @@ | |
</contributor> | ||
</contributors> | ||
|
||
<prerequisites> | ||
<maven>${mavenVersion}</maven> | ||
</prerequisites> | ||
|
||
<scm> | ||
<connection>scm:git:https://github.com/mojohaus/versions-maven-plugin.git</connection> | ||
<developerConnection>scm:git:ssh://[email protected]/mojohaus/versions-maven-plugin.git</developerConnection> | ||
<url>https://github.com/mojohaus/versions-maven-plugin/tree/master</url> | ||
<tag>2.13.0</tag> | ||
</scm> | ||
|
||
<modules> | ||
<module>versions-maven-plugin</module> | ||
<module>model</module> | ||
<module>model-ruleset</module> | ||
<module>model-report</module> | ||
</modules> | ||
|
||
<scm> | ||
<connection>scm:git:https://github.com/mojohaus/versions.git</connection> | ||
<developerConnection>scm:git:ssh://[email protected]/mojohaus/versions.git</developerConnection> | ||
<url>https://github.com/mojohaus/versions/tree/master</url> | ||
<tag>HEAD</tag> | ||
</scm> | ||
|
||
<issueManagement> | ||
<system>GitHub</system> | ||
<url>https://github.com/mojohaus/versions/issues</url> | ||
</issueManagement> | ||
|
||
<ciManagement> | ||
<system>GitHub</system> | ||
<url>https://github.com/mojohaus/versions/actions</url> | ||
</ciManagement> | ||
|
||
<properties> | ||
<mojo.java.target>1.8</mojo.java.target> | ||
<maven.compiler.source>${mojo.java.target}</maven.compiler.source> | ||
|
@@ -124,7 +128,9 @@ | |
<doxia-sitetoolsVersion>1.11.1</doxia-sitetoolsVersion> | ||
<pluginVersion>${project.version}</pluginVersion> | ||
<sitePluginVersion>3.7</sitePluginVersion> | ||
<modelloNamespaceVersion>2.0.0</modelloNamespaceVersion> | ||
<modelloNamespaceRuleVersion>2.1.0</modelloNamespaceRuleVersion> | ||
<modelloNamespaceReportVersion>2.0.0</modelloNamespaceReportVersion> | ||
<scmpublish.content>${project.build.directory}/staging</scmpublish.content><!-- mono-module doesn't require site:stage for scm-publish --> | ||
<project.build.outputTimestamp>2022-10-23T15:41:47Z</project.build.outputTimestamp> | ||
</properties> | ||
|
||
|
@@ -219,4 +225,72 @@ | |
</plugins> | ||
</build> | ||
|
||
<reporting> | ||
<!-- disable some reports from parent pom, by setting empty reports or override configuration ... --> | ||
<!-- by the way I will try to remove such reports from parent --> | ||
<plugins> | ||
<plugin> | ||
<groupId>org.apache.maven.plugins</groupId> | ||
<artifactId>maven-checkstyle-plugin</artifactId> | ||
<reportSets> | ||
<reportSet> | ||
<configuration> | ||
<skip>true</skip> | ||
</configuration> | ||
</reportSet> | ||
</reportSets> | ||
</plugin> | ||
<plugin> | ||
<groupId>org.apache.maven.plugins</groupId> | ||
<artifactId>maven-jxr-plugin</artifactId> | ||
<reportSets> | ||
<reportSet> | ||
<reports/> | ||
</reportSet> | ||
</reportSets> | ||
</plugin> | ||
<plugin> | ||
<groupId>org.apache.maven.plugins</groupId> | ||
<artifactId>maven-plugin-plugin</artifactId> | ||
<reportSets> | ||
<reportSet> | ||
<reports/> | ||
</reportSet> | ||
</reportSets> | ||
</plugin> | ||
<plugin> | ||
<groupId>org.apache.maven.plugins</groupId> | ||
<artifactId>maven-pmd-plugin</artifactId> | ||
<reportSets> | ||
<reportSet> | ||
<configuration> | ||
<skip>true</skip> | ||
</configuration> | ||
</reportSet> | ||
</reportSets> | ||
</plugin> | ||
<plugin> | ||
<groupId>org.apache.maven.plugins</groupId> | ||
<artifactId>maven-surefire-report-plugin</artifactId> | ||
<reportSets> | ||
<reportSet> | ||
<configuration> | ||
<skipSurefireReport>true</skipSurefireReport> | ||
</configuration> | ||
</reportSet> | ||
</reportSets> | ||
</plugin> | ||
<plugin> | ||
<groupId>org.codehaus.mojo</groupId> | ||
<artifactId>taglist-maven-plugin</artifactId> | ||
<version>${taglist-maven-plugin.version}</version> | ||
<reportSets> | ||
<reportSet> | ||
<reports/> | ||
</reportSet> | ||
</reportSets> | ||
</plugin> | ||
</plugins> | ||
</reporting> | ||
|
||
</project> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.