Author: fbricon
Date: 2012-02-27 11:39:27 -0500 (Mon, 27 Feb 2012)
New Revision: 39149
Added:
trunk/documentation/whatsnew/images/jpa-enabled-project.png
trunk/documentation/whatsnew/images/new-jpa-configurator.png
trunk/documentation/whatsnew/images/new-profiles-mgmt-feature.png
trunk/documentation/whatsnew/maven/maven-news-3.3.0.Beta1.html
Modified:
trunk/documentation/whatsnew/index.html
Log:
JBIDE-11029 : add Maven N&N
Added: trunk/documentation/whatsnew/images/jpa-enabled-project.png
===================================================================
(Binary files differ)
Property changes on: trunk/documentation/whatsnew/images/jpa-enabled-project.png
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Added: trunk/documentation/whatsnew/images/new-jpa-configurator.png
===================================================================
(Binary files differ)
Property changes on: trunk/documentation/whatsnew/images/new-jpa-configurator.png
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Added: trunk/documentation/whatsnew/images/new-profiles-mgmt-feature.png
===================================================================
(Binary files differ)
Property changes on: trunk/documentation/whatsnew/images/new-profiles-mgmt-feature.png
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Modified: trunk/documentation/whatsnew/index.html
===================================================================
--- trunk/documentation/whatsnew/index.html 2012-02-27 16:23:57 UTC (rev 39148)
+++ trunk/documentation/whatsnew/index.html 2012-02-27 16:39:27 UTC (rev 39149)
@@ -34,6 +34,34 @@
</tr>
<tr>
<td valign="top" align="left">
+ <p align="right"><b>3.3.0.Beta1</b>
+ <td valign="top">
+ <!--
+ <p><a
href="core/core-news-3.3.0.M5.html">Core/General</a></p>
+ <p><a
href="openshift/openshift-news-2.3.0.M5.html">OpenShift
+ Tools</a></p>
+ <p><a href="as/as-news-3.3.0.M5.html">JBoss AS Server
+ Tools</a></p>
+ -->
+ <p><a
href="jst/jst-news-3.3.0.Beta1.html">JST/JSF</a></p>
+ <p><a href="vpe/vpe-news-3.3.0.Beta1.html">Visual Page
Editor</a></p>
+ <p><a href="cdi/cdi-news-3.3.0.Beta1.html">CDI/Seam 3
Tools</a></p>
+ <!--
+ <p><a href="forge/forge-news-3.3.0.M5.html">Forge
Tools</a></p>
+ <p><a href="hibernate/hibernate-news-3.5.0.M5.html">Hibernate
Tools</a></p>
+ <p><a href="examples/examples-news-3.3.0.M5.html">Project
Examples</a></p>
+ -->
+ <p><a href="seam/seam-news-3.3.0.Beta1.html">Seam 2
Tools</a></p>
+ <p><a href="maven/maven-news-3.3.0.Beta1.html">Maven
Tools</a></p>
+ <!--
+ <p><a href="central/central-news-1.0.0.M5.html">JBoss
Central</a></p>
+ <p><a href="teiid/teiid-news-7.6.html">Teiid
Designer</a></p>
+ <p><a href="ws/ws-news-1.2.2.M5.html">Webservices
Tools</a></p>
+ -->
+ </td>
+ </tr>
+ <tr>
+ <td valign="top" align="left">
<p align="right"><b>3.3.0.M5</b>
<td valign="top">
<p><a
href="core/core-news-3.3.0.M5.html">Core/General</a></p>
@@ -51,8 +79,7 @@
<p><a href="central/central-news-1.0.0.M5.html">JBoss
Central</a></p>
<p><a href="teiid/teiid-news-7.6.html">Teiid
Designer</a></p>
<p><a href="ws/ws-news-1.2.2.M5.html">Webservices
Tools</a></p>
-
- </td>
+ </td>
</tr>
<tr>
<td valign="top" align="left">
Added: trunk/documentation/whatsnew/maven/maven-news-3.3.0.Beta1.html
===================================================================
--- trunk/documentation/whatsnew/maven/maven-news-3.3.0.Beta1.html
(rev 0)
+++ trunk/documentation/whatsnew/maven/maven-news-3.3.0.Beta1.html 2012-02-27 16:39:27 UTC
(rev 39149)
@@ -0,0 +1,107 @@
+<?xml version="1.0" encoding="iso-8859-1"?>
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
+ "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+<html
xmlns="http://www.w3.org/1999/xhtml">
+<head>
+<meta http-equiv="Content-Language" content="en-us" />
+<meta http-equiv="Content-Type" content="text/html;
charset=iso-8859-1" />
+<link rel="stylesheet" href="../whatsnew.css" />
+<title>What's New in Maven Tools</title>
+<script type="text/javascript">
+
+ var _gaq = _gaq || [];
+ _gaq.push(['_setAccount', 'UA-17645367-5']);
+ _gaq.push(['_trackPageview']);
+
+ (function() {
+ var ga = document.createElement('script'); ga.type =
'text/javascript'; ga.async = true;
+ ga.src = ('https:' == document.location.protocol ? 'https://ssl' :
'http://www') + '.google-analytics.com/ga.js';
+ var s = document.getElementsByTagName('script')[0];
s.parentNode.insertBefore(ga, s);
+ })();
+
+</script></head>
+<body>
+<h1>Maven Tools</h1>
+
+<p align="right"><a href="../index.html">< Main
Index</a> <a
+ href="../hibernate/hibernate-news-3.5.0.M3.html">Hibernate Tools
></a></p>
+<table border="0" cellpadding="10" cellspacing="0"
width="80%">
+ <tr>
+ <td colspan="2">
+ <hr />
+ <h3>JBoss Maven Integration</h3>
+ <hr />
+ </td>
+ </tr>
+ <tr>
+ <td valign="top" align="left">
+ <a name="itemname1"
id="itemname1"></a><b>Standalone Maven Profiles Management
Interface</b></td>
+ <td valign="top">
+ <p>The Maven Profile management user interface introduced in <a
href="./maven-news-3.3.0.M3.html#itemname1">JBoss Tools 3.3.0.M3</a> is
now available as a standalone feature. </p>
+ <img src="../images/new-profiles-mgmt-feature.png" />
+ <p>This change allows you to install the Maven Profile Management on
Eclipse distributions without dragging any WTP dependencies.</p>
+ <small>
+ See <a
href="https://issues.jboss.org/browse/JBIDE-10604">JBIDE-106... for
more details.
+ </small></p>
+ </td>
+ </tr>
+
+ <tr>
+ <td colspan="2">
+ <hr/>
+ </td>
+ </tr>
+
+ <tr>
+ <td valign="top" align="left">
+ <a name="itemname2" id="itemname2"></a><b>New JPA
configurator</b></td>
+ <td valign="top">
+ <p>If a maven project contains a persistence.xml, the JPA Facet will be
automatically applied during m2e's project configuration, using the "Discover
annotated classes automatically" setting.
+ Any existing JPA configuration will be untouched.<br/>
+ </p>
+ <img src="../images/jpa-enabled-project.png" />
+ <p>The Maven JPA configurator feature can be selected from the Abridged or
Maven Support categories in the JBoss Tools update site :
+ </p>
+ <img src="../images/new-jpa-configurator.png" />
+
+ <p>
+ <small>
+ See <a
href="https://issues.jboss.org/browse/JBIDE-10750">JBIDE-107... ,
for more details.
+ </small></p>
+ </td>
+ </tr>
+ <tr>
+ <td colspan="2">
+ <hr/>
+ </td>
+ </tr>
+
+
+ <tr>
+ <td valign="top" align="left">
+ <a name="itemname3" id="itemname3"></a><b>JBoss
Maven repository indexed by default</b></td>
+ <td valign="top">
+ <p>If m2e's configured as such, the <a
href="https://repository.jboss.org/nexus/content/repositories/releas...
Releases repository</a> index will be downloaded/updated on workspace startup.
+ This will allow users to search and find JBoss artifacts out-of-the-box.
However, keep in mind the JBoss repository will need to be explicitely declared in your
settings.xml (or pom.xml) for your projects to build.
+ Fortunately, you can add it easily via the <a
href="./maven-news-3.3.0.M3.html#itemname5">JBoss repository template in
m2e's XML editor</a>.
+ </p>
+ <p>
+ <small>
+ See <a
href="https://issues.jboss.org/browse/JBIDE-9688">JBIDE-9688... , for
more details.
+ </small>
+ </p>
+ </td>
+ </tr>
+ <tr>
+ <td colspan="2">
+ <hr/>
+ </td>
+ </tr>
+
+</table>
+
+</body>
+
+</html>
+
+