Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
70 changes: 70 additions & 0 deletions whatsnew/maven/maven-news-4.1.0.CR1.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,70 @@
<?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="../aerogear/aerogear-news-1.0.0.CR1.html">&lt; Aerogear Tools</a>
<a href="../openshift/openshift-news-2.5.0.CR1.html">OpenShift
Tools &gt;</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="source-lookup" id="source-lookup"></a><b>Source lookup improvements</b></td>
<td valign="top">
<p>
The automatic <a href="maven-news-4.1.0.Beta1.html">source lookup</a> feature is now capable of fixing bad source attachements, even for Maven enabled projects.
If the attached source doesn't exist (ex. you wiped out your maven local repository) or doesn't contain the right source files, it will try to download the proper source.
This is especially handy when working on PDE plugins, when PDE automatically attaches the binary jar as a source to itself, even when it doesn't contain any sources.
</p>
<small>
See <a href="https://issues.jboss.org/browse/JBIDE-14990">JBIDE-14990</a> for more details.
</small></p>
</td>
</tr>
<tr>
<td colspan="2">
<hr/>
</td>
</tr>



</table>

</body>

</html>