You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by jo...@apache.org on 2008/03/11 05:07:31 UTC

svn commit: r635796 [7/7] - in /maven/sandbox/trunk/archiva/archiva-jarinfo: ./ archiva-jarinfo-bundles/ archiva-jarinfo-cli/ archiva-jarinfo-cli/src/ archiva-jarinfo-cli/src/assembly/ archiva-jarinfo-cli/src/main/ archiva-jarinfo-cli/src/main/java/ ar...

Propchange: maven/sandbox/trunk/archiva/archiva-jarinfo/archiva-jarinfo-lib/src/test/resources/mystery.jar-details.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: maven/sandbox/trunk/archiva/archiva-jarinfo/archiva-jarinfo-lib/src/test/resources/mystery.jar-details.xml
------------------------------------------------------------------------------
    svn:keywords = "Author Date Id Revision"

Propchange: maven/sandbox/trunk/archiva/archiva-jarinfo/archiva-jarinfo-lib/src/test/resources/mystery.jar-details.xml
------------------------------------------------------------------------------
    svn:mime-type = text/xml

Propchange: maven/sandbox/trunk/archiva/archiva-jarinfo/archiva-jarinfo-lucene/
------------------------------------------------------------------------------
--- svn:ignore (added)
+++ svn:ignore Mon Mar 10 21:07:17 2008
@@ -0,0 +1,21 @@
+target
+*~
+.*.swp
+*.log
+*.patch
+*.diff
+*.ipr
+*.iws
+*.iml
+.classpath
+.project
+.settings
+.m2eclipse
+.wtpmodules
+.xdoclet
+*.ipr
+*.iws
+*.iml
+CVS
+cobertura.ser
+jcoverage.ser

Propchange: maven/sandbox/trunk/archiva/archiva-jarinfo/archiva-jarinfo-maven-plugin/
------------------------------------------------------------------------------
--- svn:ignore (added)
+++ svn:ignore Mon Mar 10 21:07:17 2008
@@ -0,0 +1,21 @@
+target
+*~
+.*.swp
+*.log
+*.patch
+*.diff
+*.ipr
+*.iws
+*.iml
+.classpath
+.project
+.settings
+.m2eclipse
+.wtpmodules
+.xdoclet
+*.ipr
+*.iws
+*.iml
+CVS
+cobertura.ser
+jcoverage.ser

Added: maven/sandbox/trunk/archiva/archiva-jarinfo/pom.xml
URL: http://svn.apache.org/viewvc/maven/sandbox/trunk/archiva/archiva-jarinfo/pom.xml?rev=635796&view=auto
==============================================================================
--- maven/sandbox/trunk/archiva/archiva-jarinfo/pom.xml (added)
+++ maven/sandbox/trunk/archiva/archiva-jarinfo/pom.xml Mon Mar 10 21:07:17 2008
@@ -0,0 +1,74 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+  ~ Copyright 2006 The Codehaus.
+  ~ 
+  ~ 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 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/maven-v4_0_0.xsd">
+  <modelVersion>4.0.0</modelVersion>
+  <groupId>org.apache.maven.archiva</groupId>
+  <artifactId>archiva-jarinfo-parent</artifactId>
+  <name>Archiva Jar Info :: Parent</name>
+  <version>1.0-SNAPSHOT</version>
+
+  <packaging>pom</packaging>
+
+  <distributionManagement>
+    <snapshotRepository>
+      <id>localhost.archiva</id>
+      <url>dav:http://localhost:9091/repository/snapshots</url>
+    </snapshotRepository>
+  </distributionManagement>
+
+  <build>
+    <plugins>
+      <plugin>
+        <artifactId>maven-compiler-plugin</artifactId>
+        <configuration>
+          <source>1.5</source>
+          <target>1.5</target>
+        </configuration>
+      </plugin>
+    </plugins>
+    <extensions>
+      <extension>
+        <groupId>org.apache.maven.wagon</groupId>
+        <artifactId>wagon-webdav</artifactId>
+        <version>1.0-beta-2</version>
+      </extension>
+    </extensions>
+  </build>
+
+  <dependencies>
+    <!-- test deps -->
+    <dependency>
+      <groupId>junit</groupId>
+      <artifactId>junit</artifactId>
+      <version>3.8.1</version>
+      <scope>test</scope>
+    </dependency>
+    <dependency>
+      <groupId>xmlunit</groupId>
+      <artifactId>xmlunit</artifactId>
+      <version>1.1</version>
+      <scope>test</scope>
+    </dependency>
+  </dependencies>
+
+  <modules>
+    <module>archiva-jarinfo-lib</module>
+    <module>archiva-jarinfo-cli</module>
+    <!-- <module>archiva-jarinfo-lucene</module> -->
+  </modules>
+
+</project>

Propchange: maven/sandbox/trunk/archiva/archiva-jarinfo/pom.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: maven/sandbox/trunk/archiva/archiva-jarinfo/pom.xml
------------------------------------------------------------------------------
    svn:keywords = "Author Date Id Revision"

Propchange: maven/sandbox/trunk/archiva/archiva-jarinfo/pom.xml
------------------------------------------------------------------------------
    svn:mime-type = text/xml

Added: maven/sandbox/trunk/archiva/archiva-jarinfo/src/site/apt/features.apt
URL: http://svn.apache.org/viewvc/maven/sandbox/trunk/archiva/archiva-jarinfo/src/site/apt/features.apt?rev=635796&view=auto
==============================================================================
--- maven/sandbox/trunk/archiva/archiva-jarinfo/src/site/apt/features.apt (added)
+++ maven/sandbox/trunk/archiva/archiva-jarinfo/src/site/apt/features.apt Mon Mar 10 21:07:17 2008
@@ -0,0 +1,61 @@
+ ------
+ Features
+ ------
+
+~~ 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.
+
+~~ NOTE: For help with the syntax of this file, see:
+~~ http://maven.apache.org/guides/mini/guide-apt-format.html
+
+Features of Archiva JarInfo
+
+# Analyze Jar
+## Identification of ids by jar file contents / name.
+## Weighted Identification System.
+# Create jarinfo file (xml of analyze info)
+# Make JarInfo Bundle (jar file of jarinfo files)
+## Walk Directory And Create
+# Standalone Command Line Bundle Maker
+# Get JarInfo Object
+
+Soon to Be Feature of Archiva JarInfo
+
+# JarInfo Bundle Management
+## Resolve Bundle List
+## Get Specific Bundle
+## Transfer Bundle
+## Iterate Bundle Contents
+# Make / Update Checksum Index
+# Make / Update Names Index
+# Make / Update Bytecode Index
+# Search Checksum Index
+# Search Names Index
+# Search Bytecode Index
+# Context Aware Search (any index, depending on search terms)
+# Maven Plugin
+# Q4E Plugin
+# Get JarInfo XML
+## Integration into Dependency Management Search.
+## Integration into Java Editor
+# Jar Identification Utility
+## Identification Persistence.
+### Individual Artifacts have pom created next to itself.
+### Group of Artifacts are persisted via pom.xml with install-file sections.
+## Jar Deployment
+## Jar Installation
+

Propchange: maven/sandbox/trunk/archiva/archiva-jarinfo/src/site/apt/features.apt
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: maven/sandbox/trunk/archiva/archiva-jarinfo/src/site/apt/features.apt
------------------------------------------------------------------------------
    svn:keywords = "Author Date Id Revision"