You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by be...@apache.org on 2008/03/24 15:49:53 UTC

svn commit: r640432 - in /maven/plugins/trunk/maven-repository-plugin/src: site/ site/fml/ test/java/org/apache/maven/plugins/repository/ test/java/org/apache/maven/plugins/repository/stubs/ test/resources/unit/bundle-pack/ test/resources/unit/default-...

Author: bentmann
Date: Mon Mar 24 07:49:48 2008
New Revision: 640432

URL: http://svn.apache.org/viewvc?rev=640432&view=rev
Log:
o Added svn:eol-style=native

Modified:
    maven/plugins/trunk/maven-repository-plugin/src/site/fml/faq.fml   (contents, props changed)
    maven/plugins/trunk/maven-repository-plugin/src/site/site.xml   (contents, props changed)
    maven/plugins/trunk/maven-repository-plugin/src/test/java/org/apache/maven/plugins/repository/BundleCreateMojoTest.java   (props changed)
    maven/plugins/trunk/maven-repository-plugin/src/test/java/org/apache/maven/plugins/repository/stubs/DefaultConfigurationMavenProjectStub.java   (props changed)
    maven/plugins/trunk/maven-repository-plugin/src/test/java/org/apache/maven/plugins/repository/stubs/InvalidPackagingMavenProjectStub.java   (props changed)
    maven/plugins/trunk/maven-repository-plugin/src/test/java/org/apache/maven/plugins/repository/stubs/NoJavadocJarMavenProjectStub.java   (props changed)
    maven/plugins/trunk/maven-repository-plugin/src/test/java/org/apache/maven/plugins/repository/stubs/NoJavadocSourcesMavenProjectStub.java   (props changed)
    maven/plugins/trunk/maven-repository-plugin/src/test/java/org/apache/maven/plugins/repository/stubs/NoLicenseFileMavenProjectStub.java   (props changed)
    maven/plugins/trunk/maven-repository-plugin/src/test/java/org/apache/maven/plugins/repository/stubs/NoProjectNameMavenProjectStub.java   (props changed)
    maven/plugins/trunk/maven-repository-plugin/src/test/java/org/apache/maven/plugins/repository/stubs/NoScmMavenProjectStub.java   (props changed)
    maven/plugins/trunk/maven-repository-plugin/src/test/java/org/apache/maven/plugins/repository/stubs/NoSourcesJarMavenProjectStub.java   (props changed)
    maven/plugins/trunk/maven-repository-plugin/src/test/resources/unit/bundle-pack/pom.xml   (contents, props changed)
    maven/plugins/trunk/maven-repository-plugin/src/test/resources/unit/default-configuration/LICENSE.txt   (props changed)
    maven/plugins/trunk/maven-repository-plugin/src/test/resources/unit/default-configuration/def/configuration/App.java   (props changed)
    maven/plugins/trunk/maven-repository-plugin/src/test/resources/unit/default-configuration/pom.xml   (props changed)
    maven/plugins/trunk/maven-repository-plugin/src/test/resources/unit/invalid-packaging/LICENSE.txt   (props changed)
    maven/plugins/trunk/maven-repository-plugin/src/test/resources/unit/invalid-packaging/invalid/packaging/App.java   (props changed)
    maven/plugins/trunk/maven-repository-plugin/src/test/resources/unit/invalid-packaging/pom.xml   (props changed)
    maven/plugins/trunk/maven-repository-plugin/src/test/resources/unit/no-javadoc-sources/LICENSE.txt   (props changed)
    maven/plugins/trunk/maven-repository-plugin/src/test/resources/unit/no-javadoc-sources/no/javadoc/sources/App.java   (props changed)
    maven/plugins/trunk/maven-repository-plugin/src/test/resources/unit/no-javadoc-sources/pom.xml   (props changed)
    maven/plugins/trunk/maven-repository-plugin/src/test/resources/unit/no-javadocjar/LICENSE.txt   (props changed)
    maven/plugins/trunk/maven-repository-plugin/src/test/resources/unit/no-javadocjar/no/javadocjar/App.java   (props changed)
    maven/plugins/trunk/maven-repository-plugin/src/test/resources/unit/no-javadocjar/pom.xml   (props changed)
    maven/plugins/trunk/maven-repository-plugin/src/test/resources/unit/no-license-file/no/license/file/App.java   (props changed)
    maven/plugins/trunk/maven-repository-plugin/src/test/resources/unit/no-license-file/pom.xml   (props changed)
    maven/plugins/trunk/maven-repository-plugin/src/test/resources/unit/no-project-name/LICENSE.txt   (props changed)
    maven/plugins/trunk/maven-repository-plugin/src/test/resources/unit/no-project-name/no/project/name/App.java   (props changed)
    maven/plugins/trunk/maven-repository-plugin/src/test/resources/unit/no-project-name/pom.xml   (props changed)
    maven/plugins/trunk/maven-repository-plugin/src/test/resources/unit/no-scm/LICENSE.txt   (props changed)
    maven/plugins/trunk/maven-repository-plugin/src/test/resources/unit/no-scm/no/scm/App.java   (props changed)
    maven/plugins/trunk/maven-repository-plugin/src/test/resources/unit/no-scm/pom.xml   (props changed)
    maven/plugins/trunk/maven-repository-plugin/src/test/resources/unit/no-sourcesjar/LICENSE.txt   (props changed)
    maven/plugins/trunk/maven-repository-plugin/src/test/resources/unit/no-sourcesjar/no/sourcesjar/App.java   (props changed)
    maven/plugins/trunk/maven-repository-plugin/src/test/resources/unit/no-sourcesjar/pom.xml   (props changed)

Modified: maven/plugins/trunk/maven-repository-plugin/src/site/fml/faq.fml
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-repository-plugin/src/site/fml/faq.fml?rev=640432&r1=640431&r2=640432&view=diff
==============================================================================
--- maven/plugins/trunk/maven-repository-plugin/src/site/fml/faq.fml (original)
+++ maven/plugins/trunk/maven-repository-plugin/src/site/fml/faq.fml Mon Mar 24 07:49:48 2008
@@ -1,24 +1,24 @@
-<?xml version="1.0"?>
-<faqs id="FAQ" title="Frequently Asked Questions">
-  <part id="General">
-    <faq id="including-sources">
-      <question>How can I create an upload bundle containing sources and javadoc for a project?</question>
-      <answer>
-        <p>You can do that by running the javadoc:jar and sources:jar goals before repository:bundle-create:</p>
-        <p>
-          <code>mvn sources:jar javadoc:jar repository:bundle-create</code>
-        </p>
-      </answer>
-    </faq>
-    <faq id="bundle-pack">
-      <question>How can I create an upload bunde for a project that I don't build using maven?</question>
-      <answer>
-        <p>
-          You can manually add the artifact to your local repository, creating a pom and optionally adding source and
-          javadoc jars. Then you can run "mvn repository:bundle-pack" that will prompt you for groupId, artifactId and
-          version and generate a bundle you can use for an upload request.
-        </p>
-      </answer>
-    </faq>
-  </part>
-</faqs>
+<?xml version="1.0"?>
+<faqs id="FAQ" title="Frequently Asked Questions">
+  <part id="General">
+    <faq id="including-sources">
+      <question>How can I create an upload bundle containing sources and javadoc for a project?</question>
+      <answer>
+        <p>You can do that by running the javadoc:jar and sources:jar goals before repository:bundle-create:</p>
+        <p>
+          <code>mvn sources:jar javadoc:jar repository:bundle-create</code>
+        </p>
+      </answer>
+    </faq>
+    <faq id="bundle-pack">
+      <question>How can I create an upload bunde for a project that I don't build using maven?</question>
+      <answer>
+        <p>
+          You can manually add the artifact to your local repository, creating a pom and optionally adding source and
+          javadoc jars. Then you can run "mvn repository:bundle-pack" that will prompt you for groupId, artifactId and
+          version and generate a bundle you can use for an upload request.
+        </p>
+      </answer>
+    </faq>
+  </part>
+</faqs>

Propchange: maven/plugins/trunk/maven-repository-plugin/src/site/fml/faq.fml
------------------------------------------------------------------------------
    svn:eol-style = native

Modified: maven/plugins/trunk/maven-repository-plugin/src/site/site.xml
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-repository-plugin/src/site/site.xml?rev=640432&r1=640431&r2=640432&view=diff
==============================================================================
--- maven/plugins/trunk/maven-repository-plugin/src/site/site.xml (original)
+++ maven/plugins/trunk/maven-repository-plugin/src/site/site.xml Mon Mar 24 07:49:48 2008
@@ -1,29 +1,29 @@
 <?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.
-  
+<!--
+  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>
   <body>
     <menu name="Overview">
       <item name="Introduction" href="index.html" />
-      <item name="Goals" href="plugin-info.html" />
-      <item name="Usage" href="usage.html" />
+      <item name="Goals" href="plugin-info.html" />
+      <item name="Usage" href="usage.html" />
       <item name="Examples" href="example.html" />
       <item name="FAQ" href="faq.html" />
     </menu>

Propchange: maven/plugins/trunk/maven-repository-plugin/src/site/site.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: maven/plugins/trunk/maven-repository-plugin/src/test/java/org/apache/maven/plugins/repository/BundleCreateMojoTest.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: maven/plugins/trunk/maven-repository-plugin/src/test/java/org/apache/maven/plugins/repository/stubs/DefaultConfigurationMavenProjectStub.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: maven/plugins/trunk/maven-repository-plugin/src/test/java/org/apache/maven/plugins/repository/stubs/InvalidPackagingMavenProjectStub.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: maven/plugins/trunk/maven-repository-plugin/src/test/java/org/apache/maven/plugins/repository/stubs/NoJavadocJarMavenProjectStub.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: maven/plugins/trunk/maven-repository-plugin/src/test/java/org/apache/maven/plugins/repository/stubs/NoJavadocSourcesMavenProjectStub.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: maven/plugins/trunk/maven-repository-plugin/src/test/java/org/apache/maven/plugins/repository/stubs/NoLicenseFileMavenProjectStub.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: maven/plugins/trunk/maven-repository-plugin/src/test/java/org/apache/maven/plugins/repository/stubs/NoProjectNameMavenProjectStub.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: maven/plugins/trunk/maven-repository-plugin/src/test/java/org/apache/maven/plugins/repository/stubs/NoScmMavenProjectStub.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: maven/plugins/trunk/maven-repository-plugin/src/test/java/org/apache/maven/plugins/repository/stubs/NoSourcesJarMavenProjectStub.java
------------------------------------------------------------------------------
    svn:eol-style = native

Modified: maven/plugins/trunk/maven-repository-plugin/src/test/resources/unit/bundle-pack/pom.xml
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-repository-plugin/src/test/resources/unit/bundle-pack/pom.xml?rev=640432&r1=640431&r2=640432&view=diff
==============================================================================
--- maven/plugins/trunk/maven-repository-plugin/src/test/resources/unit/bundle-pack/pom.xml (original)
+++ maven/plugins/trunk/maven-repository-plugin/src/test/resources/unit/bundle-pack/pom.xml Mon Mar 24 07:49:48 2008
@@ -1,21 +1,21 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<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">
+<?xml version="1.0" encoding="UTF-8"?>
+<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>def.configuration</groupId>
   <artifactId>default-configuration</artifactId>
   <version>1.0-SNAPSHOT</version>
   <build>
     <plugins>
-      <plugin>
-        <groupId>org.apache.maven.plugins</groupId>
-        <artifactId>maven-repository-plugin</artifactId>
-        <configuration>
-          <groupId>testgroup</groupId>
-          <artifactId>testartifact</artifactId>
-          <version>1.0</version>
-        </configuration>
-      </plugin>
-    </plugins>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-repository-plugin</artifactId>
+        <configuration>
+          <groupId>testgroup</groupId>
+          <artifactId>testartifact</artifactId>
+          <version>1.0</version>
+        </configuration>
+      </plugin>
+    </plugins>
   </build>
 </project>

Propchange: maven/plugins/trunk/maven-repository-plugin/src/test/resources/unit/bundle-pack/pom.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: maven/plugins/trunk/maven-repository-plugin/src/test/resources/unit/default-configuration/LICENSE.txt
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: maven/plugins/trunk/maven-repository-plugin/src/test/resources/unit/default-configuration/def/configuration/App.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: maven/plugins/trunk/maven-repository-plugin/src/test/resources/unit/default-configuration/pom.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: maven/plugins/trunk/maven-repository-plugin/src/test/resources/unit/invalid-packaging/LICENSE.txt
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: maven/plugins/trunk/maven-repository-plugin/src/test/resources/unit/invalid-packaging/invalid/packaging/App.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: maven/plugins/trunk/maven-repository-plugin/src/test/resources/unit/invalid-packaging/pom.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: maven/plugins/trunk/maven-repository-plugin/src/test/resources/unit/no-javadoc-sources/LICENSE.txt
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: maven/plugins/trunk/maven-repository-plugin/src/test/resources/unit/no-javadoc-sources/no/javadoc/sources/App.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: maven/plugins/trunk/maven-repository-plugin/src/test/resources/unit/no-javadoc-sources/pom.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: maven/plugins/trunk/maven-repository-plugin/src/test/resources/unit/no-javadocjar/LICENSE.txt
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: maven/plugins/trunk/maven-repository-plugin/src/test/resources/unit/no-javadocjar/no/javadocjar/App.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: maven/plugins/trunk/maven-repository-plugin/src/test/resources/unit/no-javadocjar/pom.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: maven/plugins/trunk/maven-repository-plugin/src/test/resources/unit/no-license-file/no/license/file/App.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: maven/plugins/trunk/maven-repository-plugin/src/test/resources/unit/no-license-file/pom.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: maven/plugins/trunk/maven-repository-plugin/src/test/resources/unit/no-project-name/LICENSE.txt
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: maven/plugins/trunk/maven-repository-plugin/src/test/resources/unit/no-project-name/no/project/name/App.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: maven/plugins/trunk/maven-repository-plugin/src/test/resources/unit/no-project-name/pom.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: maven/plugins/trunk/maven-repository-plugin/src/test/resources/unit/no-scm/LICENSE.txt
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: maven/plugins/trunk/maven-repository-plugin/src/test/resources/unit/no-scm/no/scm/App.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: maven/plugins/trunk/maven-repository-plugin/src/test/resources/unit/no-scm/pom.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: maven/plugins/trunk/maven-repository-plugin/src/test/resources/unit/no-sourcesjar/LICENSE.txt
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: maven/plugins/trunk/maven-repository-plugin/src/test/resources/unit/no-sourcesjar/no/sourcesjar/App.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: maven/plugins/trunk/maven-repository-plugin/src/test/resources/unit/no-sourcesjar/pom.xml
------------------------------------------------------------------------------
    svn:eol-style = native