]> source.dussan.org Git - archiva.git/commitdiff
add site and other fixes
authorBrett Porter <brett@apache.org>
Thu, 25 May 2006 23:10:58 +0000 (23:10 +0000)
committerBrett Porter <brett@apache.org>
Thu, 25 May 2006 23:10:58 +0000 (23:10 +0000)
git-svn-id: https://svn.apache.org/repos/asf/maven/repository-manager/trunk@409500 13f79535-47bb-0310-9956-ffa450edef68

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

index bee22b92d969245448116f7200375ccae7288451..e494758c52461096861dc73b98e814e40605479f 100644 (file)
@@ -39,9 +39,6 @@
       <id>apache.snapshots</id>
       <name>Apache Snapshot Repository</name>
       <url>http://svn.apache.org/maven-snapshot-repository</url>
-      <releases>
-        <enabled>false</enabled>
-      </releases>
     </pluginRepository>
   </pluginRepositories>
 </project>
diff --git a/maven-repository-manager-site/pom.xml b/maven-repository-manager-site/pom.xml
new file mode 100644 (file)
index 0000000..429b992
--- /dev/null
@@ -0,0 +1,23 @@
+<?xml version="1.0"?><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
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/maven-repository-manager-site/src/site/site.xml b/maven-repository-manager-site/src/site/site.xml
new file mode 100644 (file)
index 0000000..c3e0b80
--- /dev/null
@@ -0,0 +1,24 @@
+<?xml version="1.0" encoding="ISO-8859-1"?>
+<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>
index cef65a3b5bee304e8deb727f839864f158b3db75..cadaecb3553319e2a9999d6387c9da821e301c74 100644 (file)
@@ -13,7 +13,7 @@
     <dependency>
       <groupId>org.codehaus.plexus</groupId>
       <artifactId>plexus-xwork-integration</artifactId>
-      <version>1.0-alpha-1-SNAPSHOT</version>
+      <version>1.0-alpha-1</version>
     </dependency>
     <dependency>
       <groupId>org.apache.maven.repository</groupId>
@@ -41,6 +41,7 @@
       <plugin>
         <groupId>org.mortbay.jetty</groupId>
         <artifactId>maven-jetty6-plugin</artifactId>
+        <version>6.0.0beta6</version>
         <configuration>
           <webAppSourceDirectory>${basedir}/target/${artifactId}</webAppSourceDirectory>
           <scanIntervalSeconds>10</scanIntervalSeconds>
       </plugin>
     </plugins>
   </build>
-  <!-- For plexus xwork -->
-  <repositories>
-    <repository>
-      <id>snapshots</id>
-      <url>http://snapshots.maven.codehaus.org/maven2</url>
-    </repository>
-  </repositories>
 </project>
diff --git a/pom.xml b/pom.xml
index d5b63fe987611aa57fcc456cad0591b852c2a744..a5a2966d71287289ea9a0276f991dea61a021721 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -1,3 +1,4 @@
+<?xml version="1.0" encoding="UTF-8"?>
 <!--
   ~ Copyright 2005-2006 The Apache Software Foundation.
   ~
@@ -12,9 +13,7 @@
   ~ 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>
+  --><project>
   <modelVersion>4.0.0</modelVersion>
   <parent>
     <groupId>org.apache.maven</groupId>
     <module>maven-repository-utils</module>
     <module>maven-repository-webapp</module>
     <module>maven-repository-proxy</module>
+    <module>maven-repository-manager-site</module>
   </modules>
   <dependencies>
     <dependency>
       </dependency>
     </dependencies>
   </dependencyManagement>
-  <distributionManagement>
-    <site>
-      <id>website</id>
-      <url>scp://minotaur.apache.org/www/maven.apache.org/repository-manager/</url>
-    </site>
-  </distributionManagement>
   <reporting>
     <plugins>
       <!-- TODO: should be omitted when there are no tests to run -->
     </plugins>
   </reporting>
 </project>
-