Modified: 
websites/production/maven/content/plugins-archives/maven-ejb-plugin-LATEST/usage.html
==============================================================================
--- 
websites/production/maven/content/plugins-archives/maven-ejb-plugin-LATEST/usage.html
 (original)
+++ 
websites/production/maven/content/plugins-archives/maven-ejb-plugin-LATEST/usage.html
 Mon Jan 12 20:39:17 2015
@@ -1,11 +1,11 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" 
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd";>
 <!--
- | Generated by Apache Maven Doxia at 2014-08-24
+ | Generated by Apache Maven Doxia at 2015-01-12
  | Rendered using Apache Maven Stylus Skin 1.5
 -->
 <html xmlns="http://www.w3.org/1999/xhtml";>
   <head>
-    <title>Apache Maven EJB Plugin - Usage</title>
+    <title>Apache Maven EJB Plugin &#x2013; Usage</title>
     <style type="text/css" media="all">
       @import url("./css/maven-base.css");
       @import url("./css/maven-theme.css");
@@ -16,7 +16,7 @@
 snic...@apache.org
 Pete Marvin King" />
         <meta name="Date-Creation-yyyymmdd" content="20120201" />
-    <meta name="Date-Revision-yyyymmdd" content="20140824" />
+    <meta name="Date-Revision-yyyymmdd" content="20150112" />
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
                                                     
 <script src="http://www.google-analytics.com/urchin.js"; 
type="text/javascript"></script>
@@ -50,8 +50,8 @@ Pete Marvin King" />
         Usage
         </div>
             <div class="xright">        
-                                    Last Published: 2014-08-24
-              &nbsp;| Version: 2.4
+                                    Last Published: 2015-01-12
+              &nbsp;| Version: 2.5
             </div>
       <div class="clear">
         <hr/>
@@ -95,10 +95,10 @@ Pete Marvin King" />
           </ul>
                        <h5>Project Documentation</h5>
                   <ul>
-                                                                               
                                                                                
                                                                                
                                                               <li 
class="collapsed">
+                                                                               
                                                                                
                                                                                
                                             <li class="collapsed">
                   <a href="project-info.html">Project Information</a>
                   </li>
-                                                                               
                                                                                
                                                                       <li 
class="collapsed">
+                                                                               
                                                                                
                                                                                
         <li class="collapsed">
                   <a href="project-reports.html">Project Reports</a>
                   </li>
           </ul>
@@ -117,10 +117,7 @@ Pete Marvin King" />
                   <a href="../../jxr/index.html">JXR</a>
             </li>
                   <li class="none">
-                  <a href="../../maven-1.x/index.html">Maven 1.x</a>
-            </li>
-                  <li class="none">
-                  <a href="../../index.html">Maven 2 & 3</a>
+                  <a href="../../ref/current">Maven</a>
             </li>
                   <li class="none">
                   <a href="../../pom/index.html">Parent POMs</a>
@@ -129,9 +126,15 @@ Pete Marvin King" />
                   <a href="../index.html">Plugins</a>
             </li>
                   <li class="none">
+                  <a href="../../plugin-testing/index.html">Plugin Testing</a>
+            </li>
+                  <li class="none">
                   <a href="../../plugin-tools/index.html">Plugin Tools</a>
             </li>
                   <li class="none">
+                  <a href="../../apache-resource-bundles/index.html">Resource 
Bundles</a>
+            </li>
+                  <li class="none">
                   <a href="../../scm/index.html">SCM</a>
             </li>
                   <li class="none">
@@ -171,7 +174,7 @@ Pete Marvin King" />
     <div id="bodyColumn">
       <div id="contentBox">
         <!-- 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/doxia/references/apt-
 format.html --><div class="section">
-<h2>Usage<a name="Usage"></a></h2>
+<h2><a name="Usage"></a>Usage</h2>
 <p>The EJB Plugin is used to package an EJB module. There are two ways to use 
the EJB Plugin:</p>
 <ul>
 <li>If the packaging type defined in the <tt>pom.xml</tt> is <tt>ejb</tt>, the 
<tt>package</tt> lifecycle phase can be used
@@ -180,15 +183,15 @@ Pete Marvin King" />
 <li>or using the <tt>ejb:ejb</tt> goal
 <div class="source">
 <pre>  mvn ejb:ejb</pre></div></li></ul>
-<p>To handle archiving this version of Maven EJB Plugin uses <a 
class="externalLink" 
href="http://maven.apache.org/shared/maven-archiver/index.html";>Maven 
Archiver</a> 2.5.</p>
-<p>To handle filtering this version of Maven EJB Plugin uses <a 
class="externalLink" 
href="http://maven.apache.org/shared/maven-filtering/index.html";>Maven 
Filtering</a> 1.2.</p>
+<p>To handle archiving this version of Maven EJB Plugin uses <a 
class="externalLink" 
href="http://maven.apache.org/shared/maven-archiver/index.html";>Maven 
Archiver</a> 2.6.</p>
+<p>To handle filtering this version of Maven EJB Plugin uses <a 
class="externalLink" 
href="http://maven.apache.org/shared/maven-filtering/index.html";>Maven 
Filtering</a> 1.3.</p>
 <p>The plugin doesn't do any EJB specific processing during the generation of 
the JAR except for validating the existence of an EJB deployment descriptor if 
the EJB version is 2.0+, but it provides the following customization:</p>
 <ul>
 <li>The EJB version to use</li>
 <li><a href="./examples/generating-ejb-client.html">Generating and customizing 
an ejb-client</a>
 <p><b>Note:</b> The dependencies will not be package with the EJB 
JAR.</p></li></ul>
 <div class="section">
-<h3>Specifying the EJB version to use<a 
name="Specifying_the_EJB_version_to_use"></a></h3>
+<h3><a name="Specifying_the_EJB_version_to_use"></a>Specifying the EJB version 
to use</h3>
 <p>In EJB3, the <tt>ejb-jar.xml</tt> deployment descriptor is not mandatory 
anymore. By default the plugin assumes version 2.1. To use another version, 
configure the plugin as follows:</p>
 <div class="source">
 <pre>  &lt;build&gt;
@@ -196,7 +199,7 @@ Pete Marvin King" />
       &lt;plugin&gt;
         &lt;groupId&gt;org.apache.maven.plugins&lt;/groupId&gt;
         &lt;artifactId&gt;maven-ejb-plugin&lt;/artifactId&gt;
-        &lt;version&gt;2.4&lt;/version&gt;
+        &lt;version&gt;2.5&lt;/version&gt;
         &lt;configuration&gt;
           &lt;ejbVersion&gt;3.0&lt;/ejbVersion&gt;
         &lt;/configuration&gt;
@@ -210,7 +213,7 @@ Pete Marvin King" />
     </div>
     <div id="footer">
       <div class="xright">
-        &#169;            2002-2014
+        &#169;            2002-2015
               The Apache Software Foundation
             
                           - <a 
href="http://maven.apache.org/privacy-policy.html";>Privacy Policy</a>.

Modified: 
websites/production/maven/content/plugins-archives/maven-ejb-plugin-LATEST/xref-test/index.html
==============================================================================
--- 
websites/production/maven/content/plugins-archives/maven-ejb-plugin-LATEST/xref-test/index.html
 (original)
+++ 
websites/production/maven/content/plugins-archives/maven-ejb-plugin-LATEST/xref-test/index.html
 Mon Jan 12 20:39:17 2015
@@ -4,7 +4,7 @@
 <!-- this is a JXR report set -->
        <head>
                <meta http-equiv="content-type" content="text/html; 
charset=UTF-8" />
-               <title>Apache Maven EJB Plugin 2.4 Reference</title>
+               <title>Apache Maven EJB Plugin 2.5 Reference</title>
        </head>
     <frameset cols="20%,80%">
                <frameset rows="30%,70%">


Reply via email to