Author: brett
Date: Tue Sep 20 14:58:56 2005
New Revision: 290574

URL: http://svn.apache.org/viewcvs?rev=290574&view=rev
Log:
set properties

Modified:
    
maven/components/trunk/maven-plugins/maven-jar-plugin/src/site/apt/howto.apt   
(contents, props changed)
    maven/components/trunk/maven-plugins/maven-jar-plugin/src/site/site.xml   
(contents, props changed)

Modified: 
maven/components/trunk/maven-plugins/maven-jar-plugin/src/site/apt/howto.apt
URL: 
http://svn.apache.org/viewcvs/maven/components/trunk/maven-plugins/maven-jar-plugin/src/site/apt/howto.apt?rev=290574&r1=290573&r2=290574&view=diff
==============================================================================
--- 
maven/components/trunk/maven-plugins/maven-jar-plugin/src/site/apt/howto.apt 
(original)
+++ 
maven/components/trunk/maven-plugins/maven-jar-plugin/src/site/apt/howto.apt 
Tue Sep 20 14:58:56 2005
@@ -1,20 +1,20 @@
- ------

- Maven 2 JAR Plugin

- ------

-

-Maven 2 JAR Plugin

-

- Builds your project into a jar

- 

-*How to Use

-

-  If the packaging of your project is set to 'jar', this plugin is executed

-  whenever it passes the "package" phase. Have it executed

-  using the command below from your project:

-

--------------------

-  m2 package

--------------------

-

-  From your project's target directory you'll able to see the generated jar 
file.

-

+ ------
+ Maven 2 JAR Plugin
+ ------
+
+Maven 2 JAR Plugin
+
+ Builds your project into a jar
+ 
+*How to Use
+
+  If the packaging of your project is set to 'jar', this plugin is executed
+  whenever it passes the "package" phase. Have it executed
+  using the command below from your project:
+
+-------------------
+  m2 package
+-------------------
+
+  From your project's target directory you'll able to see the generated jar 
file.
+

Propchange: 
maven/components/trunk/maven-plugins/maven-jar-plugin/src/site/apt/howto.apt
------------------------------------------------------------------------------
    svn:eol-style = native

Modified: 
maven/components/trunk/maven-plugins/maven-jar-plugin/src/site/site.xml
URL: 
http://svn.apache.org/viewcvs/maven/components/trunk/maven-plugins/maven-jar-plugin/src/site/site.xml?rev=290574&r1=290573&r2=290574&view=diff
==============================================================================
--- maven/components/trunk/maven-plugins/maven-jar-plugin/src/site/site.xml 
(original)
+++ maven/components/trunk/maven-plugins/maven-jar-plugin/src/site/site.xml Tue 
Sep 20 14:58:56 2005
@@ -1,21 +1,21 @@
-<project name="Maven JAR plugin">

-  <bannerLeft>

-    <name>Maven JAR plugin</name>

-    <src>http://maven.apache.org/images/apache-maven-project.png</src>

-    <href>http://maven.apache.org/</href>

-  </bannerLeft>

-  <bannerRight>

-    <src>http://maven.apache.org/images/maven-small.gif</src>

-  </bannerRight>

-  <body>

-    <links>

-      <item name="Maven 2" href="http://maven.apache.org/maven2/"/>

-    </links>

-

-    <menu name="Maven JAR Quickstart">

-      <item name="Overview" href="howto.html"/>

-    </menu>

-    ${reports}

-  </body>

-</project>

-

+<project name="Maven JAR plugin">
+  <bannerLeft>
+    <name>Maven JAR plugin</name>
+    <src>http://maven.apache.org/images/apache-maven-project.png</src>
+    <href>http://maven.apache.org/</href>
+  </bannerLeft>
+  <bannerRight>
+    <src>http://maven.apache.org/images/maven-small.gif</src>
+  </bannerRight>
+  <body>
+    <links>
+      <item name="Maven 2" href="http://maven.apache.org/maven2/"/>
+    </links>
+
+    <menu name="Maven JAR Quickstart">
+      <item name="Overview" href="howto.html"/>
+    </menu>
+    ${reports}
+  </body>
+</project>
+

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



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to