-
Notifications
You must be signed in to change notification settings - Fork 40
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
b983adf
commit 9d52b5d
Showing
142 changed files
with
13,102 additions
and
19,193 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,4 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
|
||
<!-- | ||
Copyright The Codehaus Foundation. | ||
|
@@ -15,7 +14,6 @@ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. | |
See the License for the specific language governing permissions and | ||
limitations under the License. | ||
--> | ||
|
||
<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> | ||
|
||
|
@@ -30,14 +28,13 @@ limitations under the License. | |
|
||
<name>Plexus Common Utilities</name> | ||
<description>A collection of various utility classes to ease working with strings, files, command lines, XML and | ||
more. | ||
</description> | ||
more.</description> | ||
|
||
<scm> | ||
<connection>scm:git:[email protected]:codehaus-plexus/plexus-utils.git</connection> | ||
<developerConnection>scm:git:[email protected]:codehaus-plexus/plexus-utils.git</developerConnection> | ||
<url>http://github.com/codehaus-plexus/plexus-utils</url> | ||
<tag>plexus-utils-3.5.0</tag> | ||
<url>http://github.com/codehaus-plexus/plexus-utils</url> | ||
</scm> | ||
<issueManagement> | ||
<system>github</system> | ||
|
@@ -110,15 +107,17 @@ limitations under the License. | |
<groupId>org.apache.maven.plugins</groupId> | ||
<artifactId>maven-scm-publish-plugin</artifactId> | ||
<configuration> | ||
<content>${project.reporting.outputDirectory}</content><!-- mono-module doesn't require site:stage --> | ||
<content>${project.reporting.outputDirectory}</content> | ||
<!-- mono-module doesn't require site:stage --> | ||
</configuration> | ||
<executions> | ||
<execution> | ||
<id>scm-publish</id> | ||
<phase>site-deploy</phase><!-- deploy site with maven-scm-publish-plugin --> | ||
<!-- deploy site with maven-scm-publish-plugin --> | ||
<goals> | ||
<goal>publish-scm</goal> | ||
</goals> | ||
<phase>site-deploy</phase> | ||
</execution> | ||
</executions> | ||
</plugin> | ||
|
@@ -178,8 +177,8 @@ limitations under the License. | |
<release>9</release> | ||
<compileSourceRoots> | ||
<compileSourceRoot>${project.basedir}/src/main/java9</compileSourceRoot> | ||
</compileSourceRoots> | ||
<multiReleaseOutput>true</multiReleaseOutput> | ||
</compileSourceRoots> | ||
<multiReleaseOutput>true</multiReleaseOutput> | ||
</configuration> | ||
</execution> | ||
</executions> | ||
|
@@ -208,8 +207,8 @@ limitations under the License. | |
<release>10</release> | ||
<compileSourceRoots> | ||
<compileSourceRoot>${project.basedir}/src/main/java10</compileSourceRoot> | ||
</compileSourceRoots> | ||
<multiReleaseOutput>true</multiReleaseOutput> | ||
</compileSourceRoots> | ||
<multiReleaseOutput>true</multiReleaseOutput> | ||
</configuration> | ||
</execution> | ||
</executions> | ||
|
@@ -219,35 +218,35 @@ limitations under the License. | |
</build> | ||
</profile> | ||
<profile> | ||
<id>jdk11+</id> | ||
<activation> | ||
<jdk>[11,)</jdk> | ||
</activation> | ||
<build> | ||
<pluginManagement> | ||
<plugins> | ||
<plugin> | ||
<artifactId>maven-compiler-plugin</artifactId> | ||
<executions> | ||
<execution> | ||
<id>compile-java-11</id> | ||
<goals> | ||
<goal>compile</goal> | ||
</goals> | ||
<configuration> | ||
<release>11</release> | ||
<compileSourceRoots> | ||
<compileSourceRoot>${project.basedir}/src/main/java11</compileSourceRoot> | ||
<id>jdk11+</id> | ||
<activation> | ||
<jdk>[11,)</jdk> | ||
</activation> | ||
<build> | ||
<pluginManagement> | ||
<plugins> | ||
<plugin> | ||
<artifactId>maven-compiler-plugin</artifactId> | ||
<executions> | ||
<execution> | ||
<id>compile-java-11</id> | ||
<goals> | ||
<goal>compile</goal> | ||
</goals> | ||
<configuration> | ||
<release>11</release> | ||
<compileSourceRoots> | ||
<compileSourceRoot>${project.basedir}/src/main/java11</compileSourceRoot> | ||
</compileSourceRoots> | ||
<multiReleaseOutput>true</multiReleaseOutput> | ||
</configuration> | ||
</execution> | ||
</executions> | ||
</plugin> | ||
</plugins> | ||
</pluginManagement> | ||
</build> | ||
</profile> | ||
</configuration> | ||
</execution> | ||
</executions> | ||
</plugin> | ||
</plugins> | ||
</pluginManagement> | ||
</build> | ||
</profile> | ||
<profile> | ||
<id>plexus-release</id> | ||
<build> | ||
|
Oops, something went wrong.