Skip to content

Commit

Permalink
pom.mxl and site.xml cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
hboutemy committed May 28, 2023
1 parent acde33f commit a9a1632
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 17 deletions.
20 changes: 3 additions & 17 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,16 +29,17 @@ limitations under the License.
<name>Plexus Common Utilities</name>
<description>A collection of various utility classes to ease working with strings, files, command lines and
more.</description>
<url>https://codehaus-plexus.github.io/plexus-utils/</url>

<scm>
<connection>scm:git:https://github.com/codehaus-plexus/plexus-utils.git</connection>
<developerConnection>${project.scm.connection}</developerConnection>
<tag>master</tag>
<url>https://github.com/codehaus-plexus/plexus-utils/tree/master/</url>
<url>https://github.com/codehaus-plexus/plexus-utils/tree/${project.scm.tag}/</url>
</scm>
<issueManagement>
<system>github</system>
<url>http://github.com/codehaus-plexus/plexus-utils/issues</url>
<url>https://github.com/codehaus-plexus/plexus-utils/issues</url>
</issueManagement>
<distributionManagement>
<site>
Expand Down Expand Up @@ -77,21 +78,6 @@ limitations under the License.
</plugins>
</pluginManagement>
<plugins>
<plugin>
<artifactId>maven-compiler-plugin</artifactId>
<executions>
<execution>
<id>default-compile</id>
<goals>
<goal>compile</goal>
</goals>
<configuration>
<source>1.8</source>
<target>1.8</target>
</configuration>
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-scm-publish-plugin</artifactId>
Expand Down
5 changes: 5 additions & 0 deletions src/site/site.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/DECORATION/1.0.0 http://maven.apache.org/xsd/decoration-1.0.0.xsd">
<body>
<breadcrumbs>
<item name="Plexus" href="https://codehaus-plexus.github.io/"/>
<item name="Plexus Utils" href="https://codehaus-plexus.github.io/plexus-utils/"/>
</breadcrumbs>

<menu name="Overview">
<item name="Introduction" href="index.html"/>
<item name="JavaDocs" href="apidocs/index.html"/>
Expand Down

0 comments on commit a9a1632

Please sign in to comment.