Skip to content
This repository has been archived by the owner on Apr 25, 2024. It is now read-only.

Commit

Permalink
Changing scm url and improving site generation
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin Stockhammer committed Apr 15, 2018
1 parent d5f159b commit 9c781e9
Show file tree
Hide file tree
Showing 2 changed files with 50 additions and 17 deletions.
33 changes: 16 additions & 17 deletions pom.xml
Expand Up @@ -25,30 +25,15 @@
<groupId>org.apache.archiva.redback.components</groupId>
<artifactId>redback-components</artifactId>
<version>2.5-SNAPSHOT</version>
<relativePath>../redback-components-parent/pom.xml</relativePath>
</parent>

<version>2.0-SNAPSHOT</version>
<artifactId>redback-features</artifactId>
<packaging>pom</packaging>
<name>Redback :: Components :: Karaf features</name>

<scm>
<connection>scm:svn:http://svn.apache.org/repos/asf/archiva/redback/redback-components/trunk/redback-features</connection>
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/archiva/redback/redback-components/trunk/redback-features</developerConnection>
<url>http://svn.apache.org/viewvc/archiva/redback/redback-components/trunk/redback-features</url>
</scm>

<url>http://archiva.apache.org/redback/components/${project.artifactId}</url>

<distributionManagement>
<site>
<id>apache.website</id>
<url>scm:svn:https://svn.apache.org/repos/asf/archiva/site-content/redback/components/${project.artifactId}</url>
</site>
</distributionManagement>
<name>Karaf features</name>

<properties>
<scmBrowseUrl>https://gitbox.apache.org/repos/asf?a=tree;p=archiva-redback-components-redback-features.git</scmBrowseUrl>
<commons-beanutils.bundle.version>1.7.0_5</commons-beanutils.bundle.version>
<commons-codec.bundle.version>1.3_5</commons-codec.bundle.version>
<commons-collections.bundle.version>3.2.1_3</commons-collections.bundle.version>
Expand All @@ -66,6 +51,20 @@
<quartz.bundle.version>2.1.5_1</quartz.bundle.version>
<oscache.bundle.version>2.4_5</oscache.bundle.version>
</properties>
<scm>
<connection>scm:git:http://gitbox.apache.org/repos/asf/archiva-redback-components-redback-features.git</connection>
<developerConnection>scm:git:https://gitbox.apache.org/repos/asf/archiva-redback-components-redback-features.git</developerConnection>
<url>${scmBrowseUrl}</url>
</scm>

<url>${webUrl}/${project.artifactId}</url>

<distributionManagement>
<site>
<id>apache.website</id>
<url>${siteUrl}/${project.artifactId}</url>
</site>
</distributionManagement>

<build>
<resources>
Expand Down
34 changes: 34 additions & 0 deletions src/site/site.xml
@@ -0,0 +1,34 @@
<?xml version="1.0" encoding="ISO-8859-1"?>
<!--
~ Licensed to the Apache Software Foundation (ASF) under one
~ or more contributor license agreements. See the NOTICE file
~ distributed with this work for additional information
~ regarding copyright ownership. The ASF licenses this file
~ to you under the Apache License, Version 2.0 (the
~ "License"); you may not use this file except in compliance
~ with the License. You may obtain a copy of the License at
~
~ http://www.apache.org/licenses/LICENSE-2.0
~
~ Unless required by applicable law or agreed to in writing,
~ software distributed under the License is distributed on an
~ "AS IS" BASIS, 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 name="Redback Features Component" >

<publishDate format="yyyy-MM-dd" position="none" />

<body>
<menu ref="modules" />
<menu ref="reports" />
<menu ref="ASF" />
<breadcrumbs>
<item name="Redback Components" href="../index.html" />
<item name="Redback Features" href="index.html" />
</breadcrumbs>
</body>
</project>

0 comments on commit 9c781e9

Please sign in to comment.