Skip to content

Commit 533316e

Browse files
committed
inherit from plexus-pom parent
1 parent 440908a commit 533316e

File tree

2 files changed

+7
-32
lines changed

2 files changed

+7
-32
lines changed

pom.xml

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
1-
<project>
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
3+
<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">
24
<modelVersion>4.0.0</modelVersion>
35
<parent>
46
<groupId>org.codehaus.plexus</groupId>
57
<artifactId>plexus</artifactId>
6-
<version>3.3.3</version>
8+
<version>4.0-SNAPSHOT</version>
79
</parent>
810

911
<artifactId>plexus-site</artifactId>
@@ -30,7 +32,7 @@
3032
<distributionManagement>
3133
<site>
3234
<id>github</id>
33-
<url>scm:git:git@github.com:codehaus-plexus/codehaus-plexus.github.io.git</url>
35+
<url>scm:git:git@github.com:codehaus-plexus</url>
3436
</site>
3537
</distributionManagement>
3638

@@ -40,16 +42,15 @@
4042
<plugin>
4143
<groupId>org.apache.maven.plugins</groupId>
4244
<artifactId>maven-site-plugin</artifactId>
43-
<version>3.4</version>
4445
<configuration>
45-
<skipDeploy>true</skipDeploy><!-- don't deploy site with maven-site-plugin -->
46+
<topSiteURL>scm:git:git@github.com:codehaus-plexus</topSiteURL>
4647
</configuration>
4748
</plugin>
4849
<plugin>
4950
<groupId>org.apache.maven.plugins</groupId>
5051
<artifactId>maven-scm-publish-plugin</artifactId>
51-
<version>1.1</version>
5252
<configuration>
53+
<pubScmUrl>${project.scm.developerConnection}/codehaus-plexus.github.io.git</pubScmUrl>
5354
<scmBranch>master</scmBranch><!-- see https://help.github.com/articles/user-organization-and-project-pages/ -->
5455
<content>${project.reporting.outputDirectory}</content><!-- mono-module doesn't require site:stage -->
5556
</configuration>

src/site/site.xml

Lines changed: 0 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -49,29 +49,6 @@
4949
<item name="Overview" href="/index.html" />
5050
</menu>
5151

52-
<menu name="Plexus Projects" inherit="bottom">
53-
<item name="Modello" href="/modello/" />
54-
<item name="Plexus Classworlds" href="/plexus-classworlds/" />
55-
<item name="Plexus Components">
56-
<item name="Plexus Archiver" href="/plexus-archiver/"/>
57-
<item name="Plexus CLI" href="/plexus-cli/"/>
58-
<item name="Plexus Compiler" href="/plexus-compiler/"/>
59-
<item name="Plexus Digest" href="/plexus-digest/"/>
60-
<item name="Plexus i18n" href="/plexus-i18n/"/>
61-
<item name="Plexus Interactivity" href="/plexus-interactivity/"/>
62-
<item name="Plexus Interpolation" href="/plexus-interpolation/"/>
63-
<item name="Plexus IO" href="/plexus-io/"/>
64-
<item name="Plexus Resources" href="/plexus-resources/"/>
65-
<item name="Plexus Swizzle" href="/plexus-swizzle/"/>
66-
<item name="Plexus Velocity" href="/plexus-velocity/"/>
67-
</item>
68-
<item name="Plexus Parent POMs">
69-
<item name="Plexus" href="/plexus-pom/"/>
70-
<item name="Plexus Components" href="/plexus-components/"/>
71-
</item>
72-
<item name="Plexus Utils" href="/plexus-utils/" />
73-
</menu>
74-
7552
<menu name="Old IoC Documentation">
7653
<item name="Books" collapse="true">
7754
<item name="Writing Components" href="/writing-components-trail/index.html" />
@@ -110,8 +87,5 @@
11087
<item name="IRC" href="/irc.html" />
11188
<item name="Get Involved" href="/get-involved.html" />
11289
</menu>
113-
114-
<menu ref="reports" />
115-
11690
</body>
11791
</project>

0 commit comments

Comments
 (0)