]> source.dussan.org Git - archiva.git/commitdiff
o moved the site to our new standard location for a multi module setup
authorJason van Zyl <jvanzyl@apache.org>
Wed, 14 Jun 2006 02:51:42 +0000 (02:51 +0000)
committerJason van Zyl <jvanzyl@apache.org>
Wed, 14 Jun 2006 02:51:42 +0000 (02:51 +0000)
git-svn-id: https://svn.apache.org/repos/asf/maven/repository-manager/trunk@414028 13f79535-47bb-0310-9956-ffa450edef68

maven-repository-manager-site/pom.xml [deleted file]
maven-repository-manager-site/src/site/apt/index.apt [deleted file]
maven-repository-manager-site/src/site/site.xml [deleted file]
pom.xml
src/site/apt/index.apt [new file with mode: 0644]
src/site/site.xml [new file with mode: 0644]

diff --git a/maven-repository-manager-site/pom.xml b/maven-repository-manager-site/pom.xml
deleted file mode 100644 (file)
index debc162..0000000
+++ /dev/null
@@ -1,40 +0,0 @@
-<?xml version="1.0"?>
-<!--
-  ~ Copyright 2005-2006 The Apache Software Foundation.
-  ~
-  ~ Licensed 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>
-  <parent>
-    <artifactId>maven-repository-manager</artifactId>
-    <groupId>org.apache.maven.repository</groupId>
-    <version>1.0-SNAPSHOT</version>
-  </parent>
-  <modelVersion>4.0.0</modelVersion>
-  <groupId>org.apache.maven.repository</groupId>
-  <artifactId>maven-repository-manager-site</artifactId>
-  <packaging>pom</packaging>
-  <name>Maven Repository Manager</name>
-  <scm>
-    <connection>scm:svn:http://svn.apache.org/repos/asf/maven/repository-manager/trunk</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/maven/repository-manager/trunk</developerConnection>
-    <url>http://svn.apache.org/viewcvs.cgi/maven/repository-manager/trunk</url>
-  </scm>
-  <distributionManagement>
-    <site>
-      <id>apache.website</id>
-      <url>scp://minotaur.apache.org/www/maven.apache.org/repository-manager/</url>
-    </site>
-  </distributionManagement>
-</project>
diff --git a/maven-repository-manager-site/src/site/apt/index.apt b/maven-repository-manager-site/src/site/apt/index.apt
deleted file mode 100644 (file)
index 80f49f2..0000000
+++ /dev/null
@@ -1,26 +0,0 @@
- -----
- Maven Repository Manager
- -----
- Brett Porter
- -----
- 25 May 2006
- -----
-
-Maven Repository Manager
-
-  The Maven Repository Manager is currently under development. It provides several pieces of functionality for your remote repository:
-
-    * Browsing on POM information by group and artifact ID
-
-    * Search over various information in the POM and filename
-
-    * Locate JAR by checksum
-
-    * Repository management through reporting and maintenance
-
-  We welcome developers to the Maven community who are interested in contributing. If you'd like to discuss the Maven Repository manager, subscribe and post to
-  {{{/mail-lists.html} the development mailing list}}, <<<dev@maven.apache.org>>>.
-
-  If you'd like to obtain the code, you can get it from Subversion. See {{{source-repository.html} SCM details}} for more information.
-
-
diff --git a/maven-repository-manager-site/src/site/site.xml b/maven-repository-manager-site/src/site/site.xml
deleted file mode 100644 (file)
index 34bce21..0000000
+++ /dev/null
@@ -1,40 +0,0 @@
-<?xml version="1.0" encoding="ISO-8859-1"?>
-<!--
-  ~ Copyright 2005-2006 The Apache Software Foundation.
-  ~
-  ~ Licensed 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>
-  <body>
-    <links>
-      <item name="Maven" href="http://maven.apache.org/"/>
-    </links>
-
-    <menu ref="reports"/>
-
-  </body>
-  <skin>
-    <groupId>org.apache.maven.skins</groupId>
-    <artifactId>maven-stylus-skin</artifactId>
-  </skin>
-  <publishDate format="dd MMM yyyy"/>
-  <bannerLeft>
-    <name>Maven</name>
-    <src>http://maven.apache.org/images/apache-maven-project-2.png</src>
-    <href>http://maven.apache.org/</href>
-  </bannerLeft>
-  <bannerRight>
-    <src>http://maven.apache.org/images/maven-logo-2.gif</src>
-  </bannerRight>
-</project>
diff --git a/pom.xml b/pom.xml
index 1e5231bd431f14d060e79616f83d86d98dc6229b..e64eb695ae5e8590945e53df6ca6ab7972101158 100644 (file)
--- a/pom.xml
+++ b/pom.xml
     <developerConnection>scm:svn:https://svn.apache.org/repos/asf/maven/repository-manager/trunk</developerConnection>
     <url>http://svn.apache.org/viewcvs.cgi/maven/repository-manager/trunk</url>
   </scm>
+  <distributionManagement>
+    <site>
+      <id>apache.website</id>
+      <url>scp://minotaur.apache.org/www/maven.apache.org/repository-manager/</url>
+    </site>
+  </distributionManagement>
   <build>
     <plugins>
       <plugin>
     </pluginManagement>
   </build>
   <modules>
+    <!--
     <module>maven-repository-application</module>
+    -->
     <module>maven-repository-artifact-applet</module>
     <module>maven-repository-converter</module>
     <module>maven-repository-discovery</module>
     <module>maven-repository-webapp</module>
     <module>maven-repository-proxy</module>
     <module>maven-repository-manager-site</module>
+    <module>maven-repository-bundle-submission</module>
     <module>maven-repository-core</module>
     <module>maven-repository-configuration</module>
   </modules>
       </build>
     </profile>
   </profiles>
-</project>
\ No newline at end of file
+</project>
diff --git a/src/site/apt/index.apt b/src/site/apt/index.apt
new file mode 100644 (file)
index 0000000..80f49f2
--- /dev/null
@@ -0,0 +1,26 @@
+ -----
+ Maven Repository Manager
+ -----
+ Brett Porter
+ -----
+ 25 May 2006
+ -----
+
+Maven Repository Manager
+
+  The Maven Repository Manager is currently under development. It provides several pieces of functionality for your remote repository:
+
+    * Browsing on POM information by group and artifact ID
+
+    * Search over various information in the POM and filename
+
+    * Locate JAR by checksum
+
+    * Repository management through reporting and maintenance
+
+  We welcome developers to the Maven community who are interested in contributing. If you'd like to discuss the Maven Repository manager, subscribe and post to
+  {{{/mail-lists.html} the development mailing list}}, <<<dev@maven.apache.org>>>.
+
+  If you'd like to obtain the code, you can get it from Subversion. See {{{source-repository.html} SCM details}} for more information.
+
+
diff --git a/src/site/site.xml b/src/site/site.xml
new file mode 100644 (file)
index 0000000..34bce21
--- /dev/null
@@ -0,0 +1,40 @@
+<?xml version="1.0" encoding="ISO-8859-1"?>
+<!--
+  ~ Copyright 2005-2006 The Apache Software Foundation.
+  ~
+  ~ Licensed 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>
+  <body>
+    <links>
+      <item name="Maven" href="http://maven.apache.org/"/>
+    </links>
+
+    <menu ref="reports"/>
+
+  </body>
+  <skin>
+    <groupId>org.apache.maven.skins</groupId>
+    <artifactId>maven-stylus-skin</artifactId>
+  </skin>
+  <publishDate format="dd MMM yyyy"/>
+  <bannerLeft>
+    <name>Maven</name>
+    <src>http://maven.apache.org/images/apache-maven-project-2.png</src>
+    <href>http://maven.apache.org/</href>
+  </bannerLeft>
+  <bannerRight>
+    <src>http://maven.apache.org/images/maven-logo-2.gif</src>
+  </bannerRight>
+</project>