<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<id>tag:old.nabble.com,2006:forum-177</id>
	<title>Nabble - Maven</title>
	<updated>2009-11-22T06:21:57Z</updated>
	<link rel="self" type="application/atom+xml" href="http://old.nabble.com/Maven-f177.xml" />
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Maven-f177.html" />
	<subtitle type="html">Maven is a software project management and comprehension tool. Based on the concept of a project object model (POM), Maven can manage a project's build, reporting and documentation from a central piece of information. Maven home is &lt;a href=&quot;http://maven.apache.org/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;here&lt;/a&gt;.</subtitle>
	
<entry>
	<id>tag:old.nabble.com,2006:post-26465705</id>
	<title>Re: how to copy jar (also) to target installation dir</title>
	<published>2009-11-22T06:21:57Z</published>
	<updated>2009-11-22T06:21:57Z</updated>
	<author>
		<name>Sony Antony</name>
	</author>
	<content type="html">It should work with the antrun plugin ( and ant's &amp;lt;copy&amp;gt; task. )
&lt;br&gt;&lt;br&gt;( configure an antrun plugin execution to attach to install phase )
&lt;br&gt;&lt;br&gt;--sony
&lt;br&gt;&lt;br&gt;On Sun, Nov 22, 2009 at 8:43 AM, eyal edri &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26465705&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;eyal.edri@...&lt;/a&gt;&amp;gt; wrote:
&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; I want to config the pom project to copy the final jar file to an
&lt;br&gt;&amp;gt; installation dir and bind it to the 'install' phase.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; meaning, when i &amp;quot;just&amp;quot; build the project, the jar will be built into the
&lt;br&gt;&amp;gt; default target/project.jar.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; but when i &amp;quot;install&amp;quot; it should be also should be copied to
&lt;br&gt;&amp;gt; /usr/local/application/project.jar.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; i tried adding &amp;quot;&amp;lt;OutputDirectory&amp;gt; in the 'jar' plugin, but it just changed
&lt;br&gt;&amp;gt; the default target.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; --
&lt;br&gt;&amp;gt; Eyal Edri
&lt;br&gt;&amp;gt;
&lt;br&gt;&lt;/div&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Maven---Users-f178.html&quot; embed=&quot;fixTarget[178]&quot; target=&quot;_top&quot; &gt;Maven - Users&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/how-to-copy-jar-%28also%29-to-target-installation-dir-tp26465427p26465705.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26465700</id>
	<title>Re: how to copy jar (also) to target installation dir</title>
	<published>2009-11-22T06:19:36Z</published>
	<updated>2009-11-22T06:19:36Z</updated>
	<author>
		<name>Stephen Connolly-2</name>
	</author>
	<content type="html">your best bet is to bind an execution of the antrun plugin to the &amp;nbsp;
&lt;br&gt;install phase and use the ant copy task to copy the file for you
&lt;br&gt;&lt;br&gt;Sent from my [rhymes with tryPod] ;-)
&lt;br&gt;&lt;br&gt;On 22 Nov 2009, at 13:43, eyal edri &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26465700&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;eyal.edri@...&lt;/a&gt;&amp;gt; wrote:
&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; I want to config the pom project to copy the final jar file to an
&lt;br&gt;&amp;gt; installation dir and bind it to the 'install' phase.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; meaning, when i &amp;quot;just&amp;quot; build the project, the jar will be built into &amp;nbsp;
&lt;br&gt;&amp;gt; the
&lt;br&gt;&amp;gt; default target/project.jar.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; but when i &amp;quot;install&amp;quot; it should be also should be copied to
&lt;br&gt;&amp;gt; /usr/local/application/project.jar.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; i tried adding &amp;quot;&amp;lt;OutputDirectory&amp;gt; in the 'jar' plugin, but it just &amp;nbsp;
&lt;br&gt;&amp;gt; changed
&lt;br&gt;&amp;gt; the default target.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; -- 
&lt;br&gt;&amp;gt; Eyal Edri
&lt;/div&gt;&lt;br&gt;---------------------------------------------------------------------
&lt;br&gt;To unsubscribe, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26465700&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-unsubscribe@...&lt;/a&gt;
&lt;br&gt;For additional commands, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26465700&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-help@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Maven---Users-f178.html&quot; embed=&quot;fixTarget[178]&quot; target=&quot;_top&quot; &gt;Maven - Users&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/how-to-copy-jar-%28also%29-to-target-installation-dir-tp26465427p26465700.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26465688</id>
	<title>Re: Refactoring question</title>
	<published>2009-11-22T06:18:10Z</published>
	<updated>2009-11-22T06:18:10Z</updated>
	<author>
		<name>Stephen Connolly-2</name>
	</author>
	<content type="html">I find intellij has great refactoring support... and there is now a &amp;nbsp;
&lt;br&gt;free (as in apache licensed) version available
&lt;br&gt;&lt;br&gt;in intellij you just go file | open project, point it at your pom.xml &amp;nbsp;
&lt;br&gt;and it will open your project with everything just configured. then &amp;nbsp;
&lt;br&gt;just drag and drop your java sources into the packages you want &amp;nbsp;
&lt;br&gt;committing as you go and you're done
&lt;br&gt;&lt;br&gt;(netbeans and eclipse have similar support, but in my experience &amp;nbsp;
&lt;br&gt;intellij is best for refactoring)
&lt;br&gt;&lt;br&gt;-Stephen
&lt;br&gt;&lt;br&gt;Sent from my [rhymes with tryPod] ;-)
&lt;br&gt;&lt;br&gt;On 22 Nov 2009, at 13:41, neo anderson &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26465688&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;javadeveloper999@...&lt;/a&gt;&amp;gt; &amp;nbsp;
&lt;br&gt;wrote:
&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; I use maven 2.0.9, jdk 1.6.0_10 to build my project.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Now I encounter a dilemma. I have source code e.g. example/ioc/ 
&lt;br&gt;&amp;gt; MyIoc.java,
&lt;br&gt;&amp;gt; example/ioc/tapestry5/MyIocWrapper.java and related Test files. They &amp;nbsp;
&lt;br&gt;&amp;gt; are
&lt;br&gt;&amp;gt; located in different folders at the beginning.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Now I want to reorganize/ refactor the source code. So the structure &amp;nbsp;
&lt;br&gt;&amp;gt; may
&lt;br&gt;&amp;gt; become example/ioc/MyIoc.java, example/ioc/MyIocWrapper.java. &amp;nbsp;
&lt;br&gt;&amp;gt; However, there
&lt;br&gt;&amp;gt; are many classes which has similar situation. That means they may &amp;nbsp;
&lt;br&gt;&amp;gt; just be
&lt;br&gt;&amp;gt; located in different folders.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; As I understand, in eclipse a developer can simply right-click and &amp;nbsp;
&lt;br&gt;&amp;gt; choose
&lt;br&gt;&amp;gt; refactoring after modifying the source, then related source code in &amp;nbsp;
&lt;br&gt;&amp;gt; other
&lt;br&gt;&amp;gt; classes would be changed as well. So I would like to know is there any
&lt;br&gt;&amp;gt; chance this can be achieve using maven plugin? Or generally people &amp;nbsp;
&lt;br&gt;&amp;gt; who use
&lt;br&gt;&amp;gt; maven (but don't use eclipse) would recommend the best approach?
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; I appreciate any suggestion.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Thank you very much.
&lt;br&gt;&amp;gt; -- 
&lt;br&gt;&amp;gt; View this message in context: &lt;a href=&quot;http://old.nabble.com/Refactoring-question-tp26464173p26464173.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://old.nabble.com/Refactoring-question-tp26464173p26464173.html&lt;/a&gt;&lt;br&gt;&amp;gt; Sent from the Maven - Users mailing list archive at Nabble.com.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; ---------------------------------------------------------------------
&lt;br&gt;&amp;gt; To unsubscribe, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26465688&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-unsubscribe@...&lt;/a&gt;
&lt;br&gt;&amp;gt; For additional commands, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26465688&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-help@...&lt;/a&gt;
&lt;br&gt;&amp;gt;
&lt;/div&gt;&lt;br&gt;---------------------------------------------------------------------
&lt;br&gt;To unsubscribe, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26465688&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-unsubscribe@...&lt;/a&gt;
&lt;br&gt;For additional commands, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26465688&amp;i=4&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-help@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Maven---Users-f178.html&quot; embed=&quot;fixTarget[178]&quot; target=&quot;_top&quot; &gt;Maven - Users&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Refactoring-question-tp26464173p26465688.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26465427</id>
	<title>how to copy jar (also) to target installation dir</title>
	<published>2009-11-22T05:43:41Z</published>
	<updated>2009-11-22T05:43:41Z</updated>
	<author>
		<name>eyal edri</name>
	</author>
	<content type="html">I want to config the pom project to copy the final jar file to an
&lt;br&gt;installation dir and bind it to the 'install' phase.
&lt;br&gt;&lt;br&gt;meaning, when i &amp;quot;just&amp;quot; build the project, the jar will be built into the
&lt;br&gt;default target/project.jar.
&lt;br&gt;&lt;br&gt;but when i &amp;quot;install&amp;quot; it should be also should be copied to
&lt;br&gt;/usr/local/application/project.jar.
&lt;br&gt;&lt;br&gt;i tried adding &amp;quot;&amp;lt;OutputDirectory&amp;gt; in the 'jar' plugin, but it just changed
&lt;br&gt;the default target.
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Eyal Edri
&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Maven---Users-f178.html&quot; embed=&quot;fixTarget[178]&quot; target=&quot;_top&quot; &gt;Maven - Users&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/how-to-copy-jar-%28also%29-to-target-installation-dir-tp26465427p26465427.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26464173</id>
	<title>Refactoring question</title>
	<published>2009-11-22T05:41:20Z</published>
	<updated>2009-11-22T05:41:20Z</updated>
	<author>
		<name>neo anderson</name>
	</author>
	<content type="html">I use maven 2.0.9, jdk 1.6.0_10 to build my project. 
&lt;br&gt;&lt;br&gt;Now I encounter a dilemma. I have source code e.g. example/ioc/MyIoc.java, example/ioc/tapestry5/MyIocWrapper.java and related Test files. They are located in different folders at the beginning. 
&lt;br&gt;&lt;br&gt;Now I want to reorganize/ refactor the source code. So the structure may become example/ioc/MyIoc.java, example/ioc/MyIocWrapper.java. However, there are many classes which has similar situation. That means they may just be located in different folders. 
&lt;br&gt;&lt;br&gt;As I understand, in eclipse a developer can simply right-click and choose refactoring after modifying the source, then related source code in other classes would be changed as well. So I would like to know is there any chance this can be achieve using maven plugin? Or generally people who use maven (but don't use eclipse) would recommend the best approach?
&lt;br&gt;&lt;br&gt;I appreciate any suggestion.
&lt;br&gt;&lt;br&gt;Thank you very much.&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Maven---Users-f178.html&quot; embed=&quot;fixTarget[178]&quot; target=&quot;_top&quot; &gt;Maven - Users&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Refactoring-question-tp26464173p26464173.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26465266</id>
	<title>Commented: (MINVOKER-97) Add possibility to inherit settings.xml from calling process</title>
	<published>2009-11-22T05:20:55Z</published>
	<updated>2009-11-22T05:20:55Z</updated>
	<author>
		<name>JIRA jira@codehaus.org</name>
	</author>
	<content type="html">&lt;br&gt;&amp;nbsp; &amp;nbsp; [ &lt;a href=&quot;http://jira.codehaus.org/browse/MINVOKER-97?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&amp;focusedCommentId=198974#action_198974&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://jira.codehaus.org/browse/MINVOKER-97?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&amp;focusedCommentId=198974#action_198974&lt;/a&gt;&amp;nbsp;] 
&lt;br&gt;&lt;br&gt;Konstantin Titorenko commented on MINVOKER-97:
&lt;br&gt;----------------------------------------------
&lt;br&gt;&lt;br&gt;Don't think that any kind of merge is required, what is needed is ability to use same settings.xml that was used by caller process.
&lt;br&gt;For example, if you run maven if -s key it is not really logical for invoker to ignore that setting.
&lt;br&gt;One possibility would be to add a parameter to run goal of invoker, e.g. inheritSettingsXml=true/false, then in case of true use settings.xml from caller process, current behavior otherwise.
&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Add possibility to inherit settings.xml from calling process
&lt;br&gt;&amp;gt; ------------------------------------------------------------
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Key: MINVOKER-97
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; URL: &lt;a href=&quot;http://jira.codehaus.org/browse/MINVOKER-97&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://jira.codehaus.org/browse/MINVOKER-97&lt;/a&gt;&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Project: Maven 2.x Invoker Plugin
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Issue Type: New Feature
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp;Affects Versions: 1.4
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Reporter: Konstantin Titorenko
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Assignee: Olivier Lamy
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Fix For: 1.6
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Invoker will use default settings xml even if differetn settings xml is specified in calling maven process. It would be very usefull to add posibility to &amp;quot;inherit&amp;quot; settings.xml to invoker:run goal (settingsFile parameter is not enough, since it seems imposible to determine settings file from in calling maven process)
&lt;/div&gt;&lt;br&gt;-- 
&lt;br&gt;This message is automatically generated by JIRA.
&lt;br&gt;-
&lt;br&gt;If you think it was sent incorrectly contact one of the administrators: &lt;a href=&quot;http://jira.codehaus.org/secure/Administrators.jspa&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://jira.codehaus.org/secure/Administrators.jspa&lt;/a&gt;&lt;br&gt;-
&lt;br&gt;For more information on JIRA, see: &lt;a href=&quot;http://www.atlassian.com/software/jira&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.atlassian.com/software/jira&lt;/a&gt;&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Maven---Issues-f15573.html&quot; embed=&quot;fixTarget[15573]&quot; target=&quot;_top&quot; &gt;Maven - Issues&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Created%3A-%28MINVOKER-97%29-Add-possibility-to-inherit-settings.xml-from-calling-process-tp26008221p26465266.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26465181</id>
	<title>AW: [VOTE] Release Maven Shade Plugin 1.2.2</title>
	<published>2009-11-22T05:09:09Z</published>
	<updated>2009-11-22T05:09:09Z</updated>
	<author>
		<name>struberg</name>
	</author>
	<content type="html">+1 nb. works with the 2 projects where I use the shade plugin.
&lt;br&gt;&lt;br&gt;LieGrue,
&lt;br&gt;strub
&lt;br&gt;&lt;br&gt;--- Benjamin Bentmann &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26465181&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;benjamin.bentmann@...&lt;/a&gt;&amp;gt; schrieb am So, 22.11.2009:
&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Von: Benjamin Bentmann &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26465181&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;benjamin.bentmann@...&lt;/a&gt;&amp;gt;
&lt;br&gt;&amp;gt; Betreff: [VOTE] Release Maven Shade Plugin 1.2.2
&lt;br&gt;&amp;gt; An: &amp;quot;Maven Developers List&amp;quot; &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26465181&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;dev@...&lt;/a&gt;&amp;gt;
&lt;br&gt;&amp;gt; Datum: Sonntag, 22. November 2009, 13:43
&lt;br&gt;&amp;gt; Hi,
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; We solved 7 issues:
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://jira.codehaus.org/secure/ReleaseNote.jspa?projectId=11540&amp;version=15525&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://jira.codehaus.org/secure/ReleaseNote.jspa?projectId=11540&amp;version=15525&lt;/a&gt;&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; There are still a couple of issues left in JIRA:
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://jira.codehaus.org/secure/IssueNavigator.jspa?reset=true&amp;pid=11540&amp;status=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://jira.codehaus.org/secure/IssueNavigator.jspa?reset=true&amp;pid=11540&amp;status=1&lt;/a&gt;&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Staging repo:
&lt;br&gt;&amp;gt; &lt;a href=&quot;https://repository.apache.org/content/repositories/maven-017/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://repository.apache.org/content/repositories/maven-017/&lt;/a&gt;&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Staging site (sync pending):
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://maven.apache.org/plugins/maven-shade-plugin-1.2.2/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://maven.apache.org/plugins/maven-shade-plugin-1.2.2/&lt;/a&gt;&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Guide to testing staged releases:
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://maven.apache.org/guides/development/guide-testing-releases.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://maven.apache.org/guides/development/guide-testing-releases.html&lt;/a&gt;&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Vote open for 72 hours.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; [ ] +1
&lt;br&gt;&amp;gt; [ ] +0
&lt;br&gt;&amp;gt; [ ] -1
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; +1 from me
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Benjamin
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; ---------------------------------------------------------------------
&lt;br&gt;&amp;gt; To unsubscribe, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26465181&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;dev-unsubscribe@...&lt;/a&gt;
&lt;br&gt;&amp;gt; For additional commands, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26465181&amp;i=4&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;dev-help@...&lt;/a&gt;
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; 
&lt;/div&gt;&lt;br&gt;__________________________________________________
&lt;br&gt;Do You Yahoo!?
&lt;br&gt;Sie sind Spam leid? Yahoo! Mail verfügt über einen herausragenden Schutz gegen Massenmails. 
&lt;br&gt;&lt;a href=&quot;http://mail.yahoo.com&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://mail.yahoo.com&lt;/a&gt;&lt;br&gt;&lt;br&gt;---------------------------------------------------------------------
&lt;br&gt;To unsubscribe, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26465181&amp;i=5&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;dev-unsubscribe@...&lt;/a&gt;
&lt;br&gt;For additional commands, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26465181&amp;i=6&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;dev-help@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Maven-Developers-f179.html&quot; embed=&quot;fixTarget[179]&quot; target=&quot;_top&quot; &gt;Maven Developers&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/-VOTE--Release-Maven-Shade-Plugin-1.2.2-tp26465002p26465181.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26465002</id>
	<title>[VOTE] Release Maven Shade Plugin 1.2.2</title>
	<published>2009-11-22T04:43:48Z</published>
	<updated>2009-11-22T04:43:48Z</updated>
	<author>
		<name>Benjamin Bentmann</name>
	</author>
	<content type="html">Hi,
&lt;br&gt;&lt;br&gt;We solved 7 issues:
&lt;br&gt;&lt;a href=&quot;http://jira.codehaus.org/secure/ReleaseNote.jspa?projectId=11540&amp;version=15525&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://jira.codehaus.org/secure/ReleaseNote.jspa?projectId=11540&amp;version=15525&lt;/a&gt;&lt;br&gt;&lt;br&gt;There are still a couple of issues left in JIRA:
&lt;br&gt;&lt;a href=&quot;http://jira.codehaus.org/secure/IssueNavigator.jspa?reset=true&amp;pid=11540&amp;status=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://jira.codehaus.org/secure/IssueNavigator.jspa?reset=true&amp;pid=11540&amp;status=1&lt;/a&gt;&lt;br&gt;&lt;br&gt;Staging repo:
&lt;br&gt;&lt;a href=&quot;https://repository.apache.org/content/repositories/maven-017/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://repository.apache.org/content/repositories/maven-017/&lt;/a&gt;&lt;br&gt;&lt;br&gt;Staging site (sync pending):
&lt;br&gt;&lt;a href=&quot;http://maven.apache.org/plugins/maven-shade-plugin-1.2.2/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://maven.apache.org/plugins/maven-shade-plugin-1.2.2/&lt;/a&gt;&lt;br&gt;&lt;br&gt;Guide to testing staged releases:
&lt;br&gt;&lt;a href=&quot;http://maven.apache.org/guides/development/guide-testing-releases.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://maven.apache.org/guides/development/guide-testing-releases.html&lt;/a&gt;&lt;br&gt;&lt;br&gt;Vote open for 72 hours.
&lt;br&gt;&lt;br&gt;[ ] +1
&lt;br&gt;[ ] +0
&lt;br&gt;[ ] -1
&lt;br&gt;&lt;br&gt;+1 from me
&lt;br&gt;&lt;br&gt;&lt;br&gt;Benjamin
&lt;br&gt;&lt;br&gt;---------------------------------------------------------------------
&lt;br&gt;To unsubscribe, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26465002&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;dev-unsubscribe@...&lt;/a&gt;
&lt;br&gt;For additional commands, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26465002&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;dev-help@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Maven-Developers-f179.html&quot; embed=&quot;fixTarget[179]&quot; target=&quot;_top&quot; &gt;Maven Developers&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/-VOTE--Release-Maven-Shade-Plugin-1.2.2-tp26465002p26465002.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26464936</id>
	<title>svn commit: r883070 - /maven/plugins/trunk/maven-shade-plugin/pom.xml</title>
	<published>2009-11-22T04:33:53Z</published>
	<updated>2009-11-22T04:33:53Z</updated>
	<author>
		<name>Benjamin Bentmann-3</name>
	</author>
	<content type="html">Author: bentmann
&lt;br&gt;Date: Sun Nov 22 12:33:52 2009
&lt;br&gt;New Revision: 883070
&lt;br&gt;&lt;br&gt;URL: &lt;a href=&quot;http://svn.apache.org/viewvc?rev=883070&amp;view=rev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://svn.apache.org/viewvc?rev=883070&amp;view=rev&lt;/a&gt;&lt;br&gt;Log:
&lt;br&gt;[maven-release-plugin] prepare for next development iteration
&lt;br&gt;&lt;br&gt;Modified:
&lt;br&gt;&amp;nbsp; &amp;nbsp; maven/plugins/trunk/maven-shade-plugin/pom.xml
&lt;br&gt;&lt;br&gt;Modified: maven/plugins/trunk/maven-shade-plugin/pom.xml
&lt;br&gt;URL: &lt;a href=&quot;http://svn.apache.org/viewvc/maven/plugins/trunk/maven-shade-plugin/pom.xml?rev=883070&amp;r1=883069&amp;r2=883070&amp;view=diff&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://svn.apache.org/viewvc/maven/plugins/trunk/maven-shade-plugin/pom.xml?rev=883070&amp;r1=883069&amp;r2=883070&amp;view=diff&lt;/a&gt;&lt;br&gt;==============================================================================
&lt;br&gt;--- maven/plugins/trunk/maven-shade-plugin/pom.xml (original)
&lt;br&gt;+++ maven/plugins/trunk/maven-shade-plugin/pom.xml Sun Nov 22 12:33:52 2009
&lt;br&gt;@@ -29,7 +29,7 @@
&lt;br&gt;&amp;nbsp; &amp;nbsp;&amp;lt;/parent&amp;gt;
&lt;br&gt;&amp;nbsp;
&lt;br&gt;&amp;nbsp; &amp;nbsp;&amp;lt;artifactId&amp;gt;maven-shade-plugin&amp;lt;/artifactId&amp;gt;
&lt;br&gt;- &amp;nbsp;&amp;lt;version&amp;gt;1.2.2&amp;lt;/version&amp;gt;
&lt;br&gt;+ &amp;nbsp;&amp;lt;version&amp;gt;1.2.3-SNAPSHOT&amp;lt;/version&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp;&amp;lt;packaging&amp;gt;maven-plugin&amp;lt;/packaging&amp;gt;
&lt;br&gt;&amp;nbsp;
&lt;br&gt;&amp;nbsp; &amp;nbsp;&amp;lt;name&amp;gt;Maven Shade Plugin&amp;lt;/name&amp;gt;
&lt;br&gt;@@ -40,9 +40,9 @@
&lt;br&gt;&amp;nbsp; &amp;nbsp;&amp;lt;/prerequisites&amp;gt;
&lt;br&gt;&amp;nbsp;
&lt;br&gt;&amp;nbsp; &amp;nbsp;&amp;lt;scm&amp;gt;
&lt;br&gt;- &amp;nbsp; &amp;nbsp;&amp;lt;connection&amp;gt;scm:svn:&lt;a href=&quot;http://svn.apache.org/repos/asf/maven/plugins/tags/maven-shade-plugin-1.2.2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://svn.apache.org/repos/asf/maven/plugins/tags/maven-shade-plugin-1.2.2&lt;/a&gt;&amp;lt;/connection&amp;gt;
&lt;br&gt;- &amp;nbsp; &amp;nbsp;&amp;lt;developerConnection&amp;gt;scm:svn:&lt;a href=&quot;https://svn.apache.org/repos/asf/maven/plugins/tags/maven-shade-plugin-1.2.2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://svn.apache.org/repos/asf/maven/plugins/tags/maven-shade-plugin-1.2.2&lt;/a&gt;&amp;lt;/developerConnection&amp;gt;
&lt;br&gt;- &amp;nbsp; &amp;nbsp;&amp;lt;url&amp;gt;&lt;a href=&quot;http://svn.apache.org/viewvc/maven/plugins/tags/maven-shade-plugin-1.2.2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://svn.apache.org/viewvc/maven/plugins/tags/maven-shade-plugin-1.2.2&lt;/a&gt;&amp;lt;/url&amp;gt;
&lt;br&gt;+ &amp;nbsp; &amp;nbsp;&amp;lt;connection&amp;gt;scm:svn:&lt;a href=&quot;http://svn.apache.org/repos/asf/maven/plugins/trunk/maven-shade-plugin&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://svn.apache.org/repos/asf/maven/plugins/trunk/maven-shade-plugin&lt;/a&gt;&amp;lt;/connection&amp;gt;
&lt;br&gt;+ &amp;nbsp; &amp;nbsp;&amp;lt;developerConnection&amp;gt;scm:svn:&lt;a href=&quot;https://svn.apache.org/repos/asf/maven/plugins/trunk/maven-shade-plugin&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://svn.apache.org/repos/asf/maven/plugins/trunk/maven-shade-plugin&lt;/a&gt;&amp;lt;/developerConnection&amp;gt;
&lt;br&gt;+ &amp;nbsp; &amp;nbsp;&amp;lt;url&amp;gt;&lt;a href=&quot;http://svn.apache.org/viewvc/maven/plugins/trunk/maven-shade-plugin&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://svn.apache.org/viewvc/maven/plugins/trunk/maven-shade-plugin&lt;/a&gt;&amp;lt;/url&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp;&amp;lt;/scm&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp;&amp;lt;issueManagement&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;system&amp;gt;jira&amp;lt;/system&amp;gt;
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Maven---Commits-f15575.html&quot; embed=&quot;fixTarget[15575]&quot; target=&quot;_top&quot; &gt;Maven - Commits&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/svn-commit%3A-r883070----maven-plugins-trunk-maven-shade-plugin-pom.xml-tp26464936p26464936.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26464935</id>
	<title>svn commit: r883069 - /maven/plugins/tags/maven-shade-plugin-1.2.2/</title>
	<published>2009-11-22T04:33:38Z</published>
	<updated>2009-11-22T04:33:38Z</updated>
	<author>
		<name>Benjamin Bentmann-3</name>
	</author>
	<content type="html">Author: bentmann
&lt;br&gt;Date: Sun Nov 22 12:33:38 2009
&lt;br&gt;New Revision: 883069
&lt;br&gt;&lt;br&gt;URL: &lt;a href=&quot;http://svn.apache.org/viewvc?rev=883069&amp;view=rev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://svn.apache.org/viewvc?rev=883069&amp;view=rev&lt;/a&gt;&lt;br&gt;Log:
&lt;br&gt;[maven-scm] copy for tag maven-shade-plugin-1.2.2
&lt;br&gt;&lt;br&gt;Added:
&lt;br&gt;&amp;nbsp; &amp;nbsp; maven/plugins/tags/maven-shade-plugin-1.2.2/
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; - copied from r883068, maven/plugins/trunk/maven-shade-plugin/
&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Maven---Commits-f15575.html&quot; embed=&quot;fixTarget[15575]&quot; target=&quot;_top&quot; &gt;Maven - Commits&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/svn-commit%3A-r883069----maven-plugins-tags-maven-shade-plugin-1.2.2--tp26464935p26464935.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26464930</id>
	<title>svn commit: r883068 - /maven/plugins/trunk/maven-shade-plugin/pom.xml</title>
	<published>2009-11-22T04:32:56Z</published>
	<updated>2009-11-22T04:32:56Z</updated>
	<author>
		<name>Benjamin Bentmann-3</name>
	</author>
	<content type="html">Author: bentmann
&lt;br&gt;Date: Sun Nov 22 12:32:55 2009
&lt;br&gt;New Revision: 883068
&lt;br&gt;&lt;br&gt;URL: &lt;a href=&quot;http://svn.apache.org/viewvc?rev=883068&amp;view=rev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://svn.apache.org/viewvc?rev=883068&amp;view=rev&lt;/a&gt;&lt;br&gt;Log:
&lt;br&gt;[maven-release-plugin] prepare release maven-shade-plugin-1.2.2
&lt;br&gt;&lt;br&gt;Modified:
&lt;br&gt;&amp;nbsp; &amp;nbsp; maven/plugins/trunk/maven-shade-plugin/pom.xml
&lt;br&gt;&lt;br&gt;Modified: maven/plugins/trunk/maven-shade-plugin/pom.xml
&lt;br&gt;URL: &lt;a href=&quot;http://svn.apache.org/viewvc/maven/plugins/trunk/maven-shade-plugin/pom.xml?rev=883068&amp;r1=883067&amp;r2=883068&amp;view=diff&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://svn.apache.org/viewvc/maven/plugins/trunk/maven-shade-plugin/pom.xml?rev=883068&amp;r1=883067&amp;r2=883068&amp;view=diff&lt;/a&gt;&lt;br&gt;==============================================================================
&lt;br&gt;--- maven/plugins/trunk/maven-shade-plugin/pom.xml (original)
&lt;br&gt;+++ maven/plugins/trunk/maven-shade-plugin/pom.xml Sun Nov 22 12:32:55 2009
&lt;br&gt;@@ -19,7 +19,7 @@
&lt;br&gt;&amp;nbsp;under the License.
&lt;br&gt;&amp;nbsp;--&amp;gt;
&lt;br&gt;&amp;nbsp;
&lt;br&gt;-&amp;lt;project xmlns:xsi='&lt;a href=&quot;http://www.w3.org/2001/XMLSchema-instance'&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.w3.org/2001/XMLSchema-instance'&lt;/a&gt;&amp;nbsp;xsi:schemaLocation='&lt;a href=&quot;http://maven.apache.org/POM/4.0.0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://maven.apache.org/POM/4.0.0&lt;/a&gt;&amp;nbsp;&lt;a href=&quot;http://maven.apache.org/xsd/maven-4.0.0.xsd'&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://maven.apache.org/xsd/maven-4.0.0.xsd'&lt;/a&gt;&amp;nbsp;xmlns='&lt;a href=&quot;http://maven.apache.org/POM/4.0.0'&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://maven.apache.org/POM/4.0.0'&lt;/a&gt;&amp;gt;
&lt;br&gt;+&amp;lt;project xmlns=&amp;quot;&lt;a href=&quot;http://maven.apache.org/POM/4.0.0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://maven.apache.org/POM/4.0.0&lt;/a&gt;&amp;quot; xmlns:xsi=&amp;quot;&lt;a href=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.w3.org/2001/XMLSchema-instance&lt;/a&gt;&amp;quot; xsi:schemaLocation=&amp;quot;&lt;a href=&quot;http://maven.apache.org/POM/4.0.0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://maven.apache.org/POM/4.0.0&lt;/a&gt;&amp;nbsp;&lt;a href=&quot;http://maven.apache.org/xsd/maven-4.0.0.xsd&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://maven.apache.org/xsd/maven-4.0.0.xsd&lt;/a&gt;&amp;quot;&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp;&amp;lt;modelVersion&amp;gt;4.0.0&amp;lt;/modelVersion&amp;gt;
&lt;br&gt;&amp;nbsp;
&lt;br&gt;&amp;nbsp; &amp;nbsp;&amp;lt;parent&amp;gt;
&lt;br&gt;@@ -29,7 +29,7 @@
&lt;br&gt;&amp;nbsp; &amp;nbsp;&amp;lt;/parent&amp;gt;
&lt;br&gt;&amp;nbsp;
&lt;br&gt;&amp;nbsp; &amp;nbsp;&amp;lt;artifactId&amp;gt;maven-shade-plugin&amp;lt;/artifactId&amp;gt;
&lt;br&gt;- &amp;nbsp;&amp;lt;version&amp;gt;1.2.2-SNAPSHOT&amp;lt;/version&amp;gt;
&lt;br&gt;+ &amp;nbsp;&amp;lt;version&amp;gt;1.2.2&amp;lt;/version&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp;&amp;lt;packaging&amp;gt;maven-plugin&amp;lt;/packaging&amp;gt;
&lt;br&gt;&amp;nbsp;
&lt;br&gt;&amp;nbsp; &amp;nbsp;&amp;lt;name&amp;gt;Maven Shade Plugin&amp;lt;/name&amp;gt;
&lt;br&gt;@@ -40,9 +40,9 @@
&lt;br&gt;&amp;nbsp; &amp;nbsp;&amp;lt;/prerequisites&amp;gt;
&lt;br&gt;&amp;nbsp;
&lt;br&gt;&amp;nbsp; &amp;nbsp;&amp;lt;scm&amp;gt;
&lt;br&gt;- &amp;nbsp; &amp;nbsp;&amp;lt;connection&amp;gt;scm:svn:&lt;a href=&quot;http://svn.apache.org/repos/asf/maven/plugins/trunk/maven-shade-plugin&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://svn.apache.org/repos/asf/maven/plugins/trunk/maven-shade-plugin&lt;/a&gt;&amp;lt;/connection&amp;gt;
&lt;br&gt;- &amp;nbsp; &amp;nbsp;&amp;lt;developerConnection&amp;gt;scm:svn:&lt;a href=&quot;https://svn.apache.org/repos/asf/maven/plugins/trunk/maven-shade-plugin&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://svn.apache.org/repos/asf/maven/plugins/trunk/maven-shade-plugin&lt;/a&gt;&amp;lt;/developerConnection&amp;gt;
&lt;br&gt;- &amp;nbsp; &amp;nbsp;&amp;lt;url&amp;gt;&lt;a href=&quot;http://svn.apache.org/viewvc/maven/plugins/trunk/maven-shade-plugin&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://svn.apache.org/viewvc/maven/plugins/trunk/maven-shade-plugin&lt;/a&gt;&amp;lt;/url&amp;gt;
&lt;br&gt;+ &amp;nbsp; &amp;nbsp;&amp;lt;connection&amp;gt;scm:svn:&lt;a href=&quot;http://svn.apache.org/repos/asf/maven/plugins/tags/maven-shade-plugin-1.2.2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://svn.apache.org/repos/asf/maven/plugins/tags/maven-shade-plugin-1.2.2&lt;/a&gt;&amp;lt;/connection&amp;gt;
&lt;br&gt;+ &amp;nbsp; &amp;nbsp;&amp;lt;developerConnection&amp;gt;scm:svn:&lt;a href=&quot;https://svn.apache.org/repos/asf/maven/plugins/tags/maven-shade-plugin-1.2.2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://svn.apache.org/repos/asf/maven/plugins/tags/maven-shade-plugin-1.2.2&lt;/a&gt;&amp;lt;/developerConnection&amp;gt;
&lt;br&gt;+ &amp;nbsp; &amp;nbsp;&amp;lt;url&amp;gt;&lt;a href=&quot;http://svn.apache.org/viewvc/maven/plugins/tags/maven-shade-plugin-1.2.2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://svn.apache.org/viewvc/maven/plugins/tags/maven-shade-plugin-1.2.2&lt;/a&gt;&amp;lt;/url&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp;&amp;lt;/scm&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp;&amp;lt;issueManagement&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;system&amp;gt;jira&amp;lt;/system&amp;gt;
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Maven---Commits-f15575.html&quot; embed=&quot;fixTarget[15575]&quot; target=&quot;_top&quot; &gt;Maven - Commits&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/svn-commit%3A-r883068----maven-plugins-trunk-maven-shade-plugin-pom.xml-tp26464930p26464930.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26464693</id>
	<title>Re: [VOTE] Release Maven Changes Plugin version 2.2</title>
	<published>2009-11-22T03:59:03Z</published>
	<updated>2009-11-22T03:59:03Z</updated>
	<author>
		<name>vsiveton</name>
	</author>
	<content type="html">+1
&lt;br&gt;&lt;br&gt;Vincent
&lt;br&gt;&lt;br&gt;2009/11/20 Dennis Lundberg &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26464693&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;dennisl@...&lt;/a&gt;&amp;gt;:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Hi,
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; We solved 18 issues:
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://jira.codehaus.org/secure/ReleaseNote.jspa?projectId=11212&amp;version=14696&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://jira.codehaus.org/secure/ReleaseNote.jspa?projectId=11212&amp;version=14696&lt;/a&gt;&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; There are still a couple of issues left in JIRA:
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://jira.codehaus.org/secure/IssueNavigator.jspa?reset=true&amp;pid=11212&amp;status=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://jira.codehaus.org/secure/IssueNavigator.jspa?reset=true&amp;pid=11212&amp;status=1&lt;/a&gt;&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Staging repo:
&lt;br&gt;&amp;gt; &lt;a href=&quot;https://repository.apache.org/content/repositories/maven-012/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://repository.apache.org/content/repositories/maven-012/&lt;/a&gt;&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Staging site:
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://maven.apache.org/plugins/maven-changes-plugin-2.2/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://maven.apache.org/plugins/maven-changes-plugin-2.2/&lt;/a&gt;&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Guide to testing staged releases:
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://maven.apache.org/guides/development/guide-testing-releases.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://maven.apache.org/guides/development/guide-testing-releases.html&lt;/a&gt;&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Vote open for 72 hours.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; [ ] +1
&lt;br&gt;&amp;gt; [ ] +0
&lt;br&gt;&amp;gt; [ ] -1
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; --
&lt;br&gt;&amp;gt; Dennis Lundberg
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; ---------------------------------------------------------------------
&lt;br&gt;&amp;gt; To unsubscribe, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26464693&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;dev-unsubscribe@...&lt;/a&gt;
&lt;br&gt;&amp;gt; For additional commands, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26464693&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;dev-help@...&lt;/a&gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;/div&gt;&lt;br&gt;---------------------------------------------------------------------
&lt;br&gt;To unsubscribe, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26464693&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;dev-unsubscribe@...&lt;/a&gt;
&lt;br&gt;For additional commands, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26464693&amp;i=4&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;dev-help@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Maven-Developers-f179.html&quot; embed=&quot;fixTarget[179]&quot; target=&quot;_top&quot; &gt;Maven Developers&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/-VOTE--Release-Maven-Changes-Plugin-version-2.2-tp26451133p26464693.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26464688</id>
	<title>Re: [VOTE] Release Maven JAR Plugin version 2.3</title>
	<published>2009-11-22T03:58:37Z</published>
	<updated>2009-11-22T03:58:37Z</updated>
	<author>
		<name>vsiveton</name>
	</author>
	<content type="html">+1
&lt;br&gt;&lt;br&gt;Vincent
&lt;br&gt;&lt;br&gt;2009/11/20 Dennis Lundberg &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26464688&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;dennisl@...&lt;/a&gt;&amp;gt;:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Hi,
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; We solved 4 issues:
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://jira.codehaus.org/secure/ReleaseNote.jspa?projectId=11137&amp;version=13995&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://jira.codehaus.org/secure/ReleaseNote.jspa?projectId=11137&amp;version=13995&lt;/a&gt;&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; There are still a couple of issues left in JIRA:
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://jira.codehaus.org/secure/IssueNavigator.jspa?reset=true&amp;pid=11137&amp;status=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://jira.codehaus.org/secure/IssueNavigator.jspa?reset=true&amp;pid=11137&amp;status=1&lt;/a&gt;&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Staging repo:
&lt;br&gt;&amp;gt; &lt;a href=&quot;https://repository.apache.org/content/repositories/maven-013/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://repository.apache.org/content/repositories/maven-013/&lt;/a&gt;&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Staging site:
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://maven.apache.org/plugins/maven-jar-plugin-2.3/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://maven.apache.org/plugins/maven-jar-plugin-2.3/&lt;/a&gt;&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Guide to testing staged releases:
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://maven.apache.org/guides/development/guide-testing-releases.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://maven.apache.org/guides/development/guide-testing-releases.html&lt;/a&gt;&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Vote open for 72 hours.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; [ ] +1
&lt;br&gt;&amp;gt; [ ] +0
&lt;br&gt;&amp;gt; [ ] -1
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; --
&lt;br&gt;&amp;gt; Dennis Lundberg
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; ---------------------------------------------------------------------
&lt;br&gt;&amp;gt; To unsubscribe, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26464688&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;dev-unsubscribe@...&lt;/a&gt;
&lt;br&gt;&amp;gt; For additional commands, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26464688&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;dev-help@...&lt;/a&gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;/div&gt;&lt;br&gt;---------------------------------------------------------------------
&lt;br&gt;To unsubscribe, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26464688&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;dev-unsubscribe@...&lt;/a&gt;
&lt;br&gt;For additional commands, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26464688&amp;i=4&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;dev-help@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Maven-Developers-f179.html&quot; embed=&quot;fixTarget[179]&quot; target=&quot;_top&quot; &gt;Maven Developers&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/-VOTE--Release-Maven-JAR-Plugin-version-2.3-tp26451888p26464688.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26464686</id>
	<title>Re: [VOTE] Release Maven Doxia Tools Shared Component version 1.1</title>
	<published>2009-11-22T03:58:13Z</published>
	<updated>2009-11-22T03:58:13Z</updated>
	<author>
		<name>vsiveton</name>
	</author>
	<content type="html">+1
&lt;br&gt;&lt;br&gt;Vincent
&lt;br&gt;&lt;br&gt;2009/11/20 Dennis Lundberg &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26464686&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;dennisl@...&lt;/a&gt;&amp;gt;:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Hi,
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; This is the first of a series of releases to get Maven Site Plugin 2.1
&lt;br&gt;&amp;gt; released.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; We solved 4 issues:
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://jira.codehaus.org/secure/ReleaseNote.jspa?projectId=11761&amp;version=14385&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://jira.codehaus.org/secure/ReleaseNote.jspa?projectId=11761&amp;version=14385&lt;/a&gt;&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; There are no issues left in JIRA!
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Staging repo:
&lt;br&gt;&amp;gt; &lt;a href=&quot;https://repository.apache.org/content/repositories/maven-014/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://repository.apache.org/content/repositories/maven-014/&lt;/a&gt;&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Staging site:
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://maven.apache.org/shared/maven-doxia-tools-1.1/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://maven.apache.org/shared/maven-doxia-tools-1.1/&lt;/a&gt;&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Guide to testing staged releases:
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://maven.apache.org/guides/development/guide-testing-releases.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://maven.apache.org/guides/development/guide-testing-releases.html&lt;/a&gt;&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Vote open for 72 hours.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; [ ] +1
&lt;br&gt;&amp;gt; [ ] +0
&lt;br&gt;&amp;gt; [ ] -1
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; --
&lt;br&gt;&amp;gt; Dennis Lundberg
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; ---------------------------------------------------------------------
&lt;br&gt;&amp;gt; To unsubscribe, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26464686&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;dev-unsubscribe@...&lt;/a&gt;
&lt;br&gt;&amp;gt; For additional commands, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26464686&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;dev-help@...&lt;/a&gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;/div&gt;&lt;br&gt;---------------------------------------------------------------------
&lt;br&gt;To unsubscribe, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26464686&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;dev-unsubscribe@...&lt;/a&gt;
&lt;br&gt;For additional commands, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26464686&amp;i=4&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;dev-help@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Maven-Developers-f179.html&quot; embed=&quot;fixTarget[179]&quot; target=&quot;_top&quot; &gt;Maven Developers&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/-VOTE--Release-Maven-Doxia-Tools-Shared-Component-version-1.1-tp26452113p26464686.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26464597</id>
	<title>Created: (MAVENUPLOAD-2669) Request to sync &quot;BeanKeeper&quot; repository from sourceforge</title>
	<published>2009-11-22T03:18:55Z</published>
	<updated>2009-11-22T03:18:55Z</updated>
	<author>
		<name>JIRA jira@codehaus.org</name>
	</author>
	<content type="html">Request to sync &amp;quot;BeanKeeper&amp;quot; repository from sourceforge
&lt;br&gt;--------------------------------------------------------
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Key: MAVENUPLOAD-2669
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;URL: &lt;a href=&quot;http://jira.codehaus.org/browse/MAVENUPLOAD-2669&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://jira.codehaus.org/browse/MAVENUPLOAD-2669&lt;/a&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Project: Maven Upload Requests
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Issue Type: Wish
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Reporter: Robert Brautigam
&lt;br&gt;&lt;br&gt;&lt;br&gt;Hi,
&lt;br&gt;&lt;br&gt;Please sync the m2 repository on sourceforge for project BeanKeeper. I am the admin of this project, proof on sourceforge.
&lt;br&gt;&lt;br&gt;&amp;quot;hu.netmind.beankeeper&amp;quot;,&amp;quot;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26464597&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;mavensync@...&lt;/a&gt;:/home/users/d/de/demonsystem/m2&amp;quot;,&amp;quot;rsync_ssh&amp;quot;,&amp;quot;Robert Brautigam&amp;quot;,&amp;quot;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26464597&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;demon@...&lt;/a&gt;&amp;quot;,,
&lt;br&gt;&lt;br&gt;Thanks,
&lt;br&gt;Robert.
&lt;br&gt;&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;This message is automatically generated by JIRA.
&lt;br&gt;-
&lt;br&gt;If you think it was sent incorrectly contact one of the administrators: &lt;a href=&quot;http://jira.codehaus.org/secure/Administrators.jspa&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://jira.codehaus.org/secure/Administrators.jspa&lt;/a&gt;&lt;br&gt;-
&lt;br&gt;For more information on JIRA, see: &lt;a href=&quot;http://www.atlassian.com/software/jira&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.atlassian.com/software/jira&lt;/a&gt;&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Maven---Issues-f15573.html&quot; embed=&quot;fixTarget[15573]&quot; target=&quot;_top&quot; &gt;Maven - Issues&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Created%3A-%28MAVENUPLOAD-2669%29-Request-to-sync-%22BeanKeeper%22-repository-from-sourceforge-tp26464597p26464597.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26463724</id>
	<title>AW: [2.0.11 RC] Please test - RC1</title>
	<published>2009-11-22T01:17:55Z</published>
	<updated>2009-11-22T01:17:55Z</updated>
	<author>
		<name>struberg</name>
	</author>
	<content type="html">+1 &amp;nbsp;works 4 me
&lt;br&gt;&lt;br&gt;LieGrue,
&lt;br&gt;strub
&lt;br&gt;&lt;br&gt;--- Brett Porter &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26463724&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;brett@...&lt;/a&gt;&amp;gt; schrieb am Sa, 21.11.2009:
&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Von: Brett Porter &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26463724&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;brett@...&lt;/a&gt;&amp;gt;
&lt;br&gt;&amp;gt; Betreff: [2.0.11 RC] Please test - RC1
&lt;br&gt;&amp;gt; An: &amp;quot;Maven Developers List&amp;quot; &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26463724&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;dev@...&lt;/a&gt;&amp;gt;
&lt;br&gt;&amp;gt; Datum: Samstag, 21. November 2009, 14:14
&lt;br&gt;&amp;gt; Hi,
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; I have staged a first release candidate here: &lt;a href=&quot;https://repository.apache.org/content/repositories/maven-016/org/apache/maven/apache-maven/2.0.11-RC1/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://repository.apache.org/content/repositories/maven-016/org/apache/maven/apache-maven/2.0.11-RC1/&lt;/a&gt;&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Here are the issues that have been fixed: &lt;a href=&quot;http://jira.codehaus.org/secure/ReleaseNote.jspa?projectId=10500&amp;version=14118&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://jira.codehaus.org/secure/ReleaseNote.jspa?projectId=10500&amp;version=14118&lt;/a&gt;&lt;br&gt;&amp;gt; in this version.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Please test it out and let us know how it goes -
&lt;br&gt;&amp;gt; particularly if you are currently using 2.0.9 or 2.0.10.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Thanks,
&lt;br&gt;&amp;gt; Brett
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; ---------------------------------------------------------------------
&lt;br&gt;&amp;gt; To unsubscribe, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26463724&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;dev-unsubscribe@...&lt;/a&gt;
&lt;br&gt;&amp;gt; For additional commands, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26463724&amp;i=4&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;dev-help@...&lt;/a&gt;
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; 
&lt;/div&gt;&lt;br&gt;__________________________________________________
&lt;br&gt;Do You Yahoo!?
&lt;br&gt;Sie sind Spam leid? Yahoo! Mail verfügt über einen herausragenden Schutz gegen Massenmails. 
&lt;br&gt;&lt;a href=&quot;http://mail.yahoo.com&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://mail.yahoo.com&lt;/a&gt;&lt;br&gt;&lt;br&gt;---------------------------------------------------------------------
&lt;br&gt;To unsubscribe, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26463724&amp;i=5&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;dev-unsubscribe@...&lt;/a&gt;
&lt;br&gt;For additional commands, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26463724&amp;i=6&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;dev-help@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Maven-Developers-f179.html&quot; embed=&quot;fixTarget[179]&quot; target=&quot;_top&quot; &gt;Maven Developers&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/-2.0.11-RC--Please-test---RC1-tp26456456p26463724.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26463534</id>
	<title>[continuum] BUILD FAILURE: Maven Enforcer - Enforcer Rules - default maven2 buildDefinition</title>
	<published>2009-11-22T00:33:24Z</published>
	<updated>2009-11-22T00:33:24Z</updated>
	<author>
		<name>Continuum@vmbuild.apache.org</name>
	</author>
	<content type="html">Online report : &lt;a href=&quot;http://vmbuild.apache.org/continuum/buildResult.action?buildId=249505&amp;projectId=1601&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://vmbuild.apache.org/continuum/buildResult.action?buildId=249505&amp;projectId=1601&lt;/a&gt;&lt;br&gt;&lt;br&gt;Build statistics:
&lt;br&gt;&amp;nbsp; State: Failed
&lt;br&gt;&amp;nbsp; Previous State: Failed
&lt;br&gt;&amp;nbsp; Started at: Sun 22 Nov 2009 00:33:05 -0800
&lt;br&gt;&amp;nbsp; Finished at: Sun 22 Nov 2009 00:33:11 -0800
&lt;br&gt;&amp;nbsp; Total time: 5s
&lt;br&gt;&amp;nbsp; Build Trigger: Schedule
&lt;br&gt;&amp;nbsp; Build Number: 17
&lt;br&gt;&amp;nbsp; Exit code: 1
&lt;br&gt;&amp;nbsp; Building machine hostname: vmbuild.apache.org
&lt;br&gt;&amp;nbsp; Operating system : Linux(unknown)
&lt;br&gt;&amp;nbsp; Java Home version : 
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; java version &amp;quot;1.6.0_06&amp;quot;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Java(TM) SE Runtime Environment (build 1.6.0_06-b02)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Java HotSpot(TM) Client VM (build 10.0-b22, mixed mode, sharing)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&amp;nbsp; Builder version :
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Maven version: 2.0.9
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Java version: 1.6.0_06
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; OS name: &amp;quot;linux&amp;quot; version: &amp;quot;2.6.24-23-server&amp;quot; arch: &amp;quot;i386&amp;quot; Family: &amp;quot;unix&amp;quot;
&lt;br&gt;&amp;nbsp; &amp;nbsp; 
&lt;br&gt;****************************************************************************
&lt;br&gt;SCM Changes:
&lt;br&gt;****************************************************************************
&lt;br&gt;Changed: stephenc @ Sat 21 Nov 2009 04:40:35 -0800
&lt;br&gt;Comment: [MENFORCER-87] Adding two new parameters to requireNoRepositories which can allow the permission of repositories which are only enabled for snapshots
&lt;br&gt;&lt;br&gt;These two parameters default to false.
&lt;br&gt;&lt;br&gt;In actuality, when true they just ban repositories which are enabled for releases. So you could have a repository which was enabled for nothing, and that would be OK. I see that as being no harm
&lt;br&gt;Files changed:
&lt;br&gt;&amp;nbsp; /maven/enforcer/trunk/enforcer-rules/src/main/java/org/apache/maven/plugins/enforcer/RequireNoRepositories.java ( 882889 )
&lt;br&gt;&amp;nbsp; /maven/enforcer/trunk/enforcer-rules/src/test/java/org/apache/maven/plugins/enforcer/TestRequireNoRepositories.java ( 882889 )
&lt;br&gt;&amp;nbsp; /maven/enforcer/trunk/enforcer-rules/src/test/resources/requireNoRepositories/snapshot-plugin-repositories (from /maven/enforcer/trunk/enforcer-rules/src/test/resources/requireNoRepositories/with-plugin-repositories:882884) ( 882889 )
&lt;br&gt;&amp;nbsp; /maven/enforcer/trunk/enforcer-rules/src/test/resources/requireNoRepositories/snapshot-plugin-repositories/child/pom.xml ( 882889 )
&lt;br&gt;&amp;nbsp; /maven/enforcer/trunk/enforcer-rules/src/test/resources/requireNoRepositories/snapshot-plugin-repositories/pom.xml ( 882889 )
&lt;br&gt;&amp;nbsp; /maven/enforcer/trunk/enforcer-rules/src/test/resources/requireNoRepositories/snapshot-repositories (from /maven/enforcer/trunk/enforcer-rules/src/test/resources/requireNoRepositories/with-repositories:882884) ( 882889 )
&lt;br&gt;&amp;nbsp; /maven/enforcer/trunk/enforcer-rules/src/test/resources/requireNoRepositories/snapshot-repositories/child/pom.xml ( 882889 )
&lt;br&gt;&amp;nbsp; /maven/enforcer/trunk/enforcer-rules/src/test/resources/requireNoRepositories/snapshot-repositories/pom.xml ( 882889 )
&lt;br&gt;&lt;br&gt;****************************************************************************
&lt;br&gt;Dependencies Changes:
&lt;br&gt;****************************************************************************
&lt;br&gt;No dependencies changed
&lt;br&gt;&lt;br&gt;&lt;br&gt;****************************************************************************
&lt;br&gt;Build Definition:
&lt;br&gt;****************************************************************************
&lt;br&gt;POM filename: pom.xml
&lt;br&gt;Goals: clean install &amp;nbsp; 
&lt;br&gt;Arguments: --batch-mode --non-recursive
&lt;br&gt;Build Fresh: false
&lt;br&gt;Always Build: false
&lt;br&gt;Default Build Definition: true
&lt;br&gt;Schedule: DEFAULT_SCHEDULE
&lt;br&gt;Description: default maven2 buildDefinition
&lt;br&gt;&lt;br&gt;****************************************************************************
&lt;br&gt;Test Summary:
&lt;br&gt;****************************************************************************
&lt;br&gt;Tests: 0
&lt;br&gt;Failures: 0
&lt;br&gt;Errors: 0
&lt;br&gt;Total time: 0.0
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Maven---Notifications-f15574.html&quot; embed=&quot;fixTarget[15574]&quot; target=&quot;_top&quot; &gt;Maven - Notifications&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/-continuum--BUILD-FAILURE%3A-Maven-Enforcer---Enforcer-Rules---default-maven2-buildDefinition-tp26463534p26463534.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26463528</id>
	<title>Re: [2.0.11 RC] Please test - RC1</title>
	<published>2009-11-22T00:32:08Z</published>
	<updated>2009-11-22T00:32:08Z</updated>
	<author>
		<name>Michael-378</name>
	</author>
	<content type="html">Brett Porter schrieb:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; On 22/11/2009, at 2:27 AM, Michael wrote:
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt;&amp;gt; Brett Porter schrieb:
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; Hi, I have staged a first release candidate here:
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &lt;a href=&quot;https://repository.apache.org/content/repositories/maven-016/org/apache/maven/apache-maven/2.0.11-RC1/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://repository.apache.org/content/repositories/maven-016/org/apache/maven/apache-maven/2.0.11-RC1/&lt;/a&gt;&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp;Here are the issues that have been fixed:
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &lt;a href=&quot;http://jira.codehaus.org/secure/ReleaseNote.jspa?projectId=10500&amp;version=14118&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://jira.codehaus.org/secure/ReleaseNote.jspa?projectId=10500&amp;version=14118&lt;/a&gt;&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; in this version. Please test it out and let us know how it goes -
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; particularly if you are currently using 2.0.9 or 2.0.10.
&lt;br&gt;&amp;gt;&amp;gt; I am currently using 2.0.10 on Win XP SP3 and Ubuntu 8.04 LTS.
&lt;br&gt;&amp;gt;&amp;gt; Running 2.0.11-RC1 only serveral versions of my projects worked as
&lt;br&gt;&amp;gt;&amp;gt; expected!
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Thanks for testing it :) Just to clarify - it works as expected on
&lt;br&gt;&amp;gt; all the projects you tried, or it is not working on some projects?
&lt;br&gt;&amp;gt; (I'm a bit confused by &amp;quot;only&amp;quot; here)
&lt;/div&gt;&lt;br&gt;Hi Brett,
&lt;br&gt;&lt;br&gt;I am sorry. My fingers were faster than my brain. It was supposed to 
&lt;br&gt;mean &amp;quot;on&amp;quot; instead of &amp;quot;only&amp;quot;. All projects running with &amp;quot;mvn clean 
&lt;br&gt;site-deploy package assembly:assembly&amp;quot; worked fine.
&lt;br&gt;&lt;br&gt;Mike
&lt;br&gt;&lt;br&gt;---------------------------------------------------------------------
&lt;br&gt;To unsubscribe, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26463528&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;dev-unsubscribe@...&lt;/a&gt;
&lt;br&gt;For additional commands, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26463528&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;dev-help@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Maven-Developers-f179.html&quot; embed=&quot;fixTarget[179]&quot; target=&quot;_top&quot; &gt;Maven Developers&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/-2.0.11-RC--Please-test---RC1-tp26456456p26463528.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26463360</id>
	<title>Re: MNG-3004/MNG-2802 - Achieving massive parallelity ?</title>
	<published>2009-11-21T23:46:03Z</published>
	<updated>2009-11-21T23:46:03Z</updated>
	<author>
		<name>Kristian Rosenvold-2</name>
	</author>
	<content type="html">I've looked over the code and thought a bit further about the
&lt;br&gt;constraints involved, and given that:
&lt;br&gt;&lt;br&gt;- Multi module reactor builds are the only interesting targets of
&lt;br&gt;multithreading.
&lt;br&gt;- Reactor builds do not use the &amp;quot;install&amp;quot; output of their upstream
&lt;br&gt;dependencies (I was not aware of that ;)
&lt;br&gt;&lt;br&gt;You do not have to re-order anything at all. An implementation 
&lt;br&gt;could just:
&lt;br&gt;A) Immediately fork 1 thread per module for all modules.
&lt;br&gt;B) For the phases compile, install and deploy, a given module can
&lt;br&gt;only proceeed when all its upstream dependencies have completed the same
&lt;br&gt;state
&lt;br&gt;There's still a chance of leaking artifacts to local repository if
&lt;br&gt;upstream deploy fails after install, and the general idea of a
&lt;br&gt;transacted repo would still be nice to stay consistent.
&lt;br&gt;&amp;nbsp;
&lt;br&gt;I'm still a bit sure about B) above, it may be a bit limiting in terms
&lt;br&gt;of other usage scenarios. I'm also a bit sure how that'd fit in with all
&lt;br&gt;the other activities in the lifecycle. An alternative would be to
&lt;br&gt;make a declarative-representation of phase-interdependencies that could
&lt;br&gt;express multiple types of concurrency-interdependencies. (But I
&lt;br&gt;consistenly only see one dependency type -
&lt;br&gt;upstreamMustFinishBeforeThisCanStart...?)
&lt;br&gt;&lt;br&gt;Would it float ?
&lt;br&gt;&lt;br&gt;Kristian
&lt;br&gt;&lt;br&gt;&lt;br&gt;lø., 21.11.2009 kl. 11.40 +0000, skrev Stephen Connolly:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; In m3 (which is what we are talking about) AFAIK we can have a
&lt;br&gt;&amp;gt; listener that waits for the end of the start of the deploy phase
&lt;br&gt;&amp;gt; and/or the end of execution.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; With a customized install plugin, we could just install to the
&lt;br&gt;&amp;gt; &amp;quot;transaction&amp;quot; repository. &amp;nbsp;The listener can then block until the
&lt;br&gt;&amp;gt; criteria have been met (allowing other modules to progress) That would
&lt;br&gt;&amp;gt; achieve what you're after... namely, produce the artifacts for
&lt;br&gt;&amp;gt; consumption by the other modules before running test and
&lt;br&gt;&amp;gt; integration-test. Once the criteria have been met, we either fail the
&lt;br&gt;&amp;gt; module or we move the artifacts from the &amp;quot;transactional&amp;quot; local repo to
&lt;br&gt;&amp;gt; the real local repo and allow the lifecycle to continue
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; -Stephen
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; 2009/11/21 Kristian Rosenvold &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26463360&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;kristian.rosenvold@...&lt;/a&gt;&amp;gt;:
&lt;br&gt;&amp;gt; &amp;gt; I seem to understand that there's room for several different
&lt;br&gt;&amp;gt; &amp;gt; types of solution here;
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; Starting with the single-machine solution; I now understand that
&lt;br&gt;&amp;gt; &amp;gt; you could start forking downstream builds straight after
&lt;br&gt;&amp;gt; &amp;gt; compile in a reactor build, maybe after install in other cases.
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; In this scenario I think each module is dependant on all upstream
&lt;br&gt;&amp;gt; &amp;gt; modules successfully achieving &amp;quot;install&amp;quot; before proceeding to &amp;quot;deploy&amp;quot;.
&lt;br&gt;&amp;gt; &amp;gt; I really think it's important to avoid leaking artifacts that do not
&lt;br&gt;&amp;gt; &amp;gt; have its own (and all upstream) lifecycle requirements fulfilled.
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; When it comes to clustering there may be several approaches:
&lt;br&gt;&amp;gt; &amp;gt; If you decide to publish artifacts through &amp;quot;deploy&amp;quot; to any kind
&lt;br&gt;&amp;gt; &amp;gt; of repo I believe these require to have all lifecycle requirements met,
&lt;br&gt;&amp;gt; &amp;gt; which at my current understanding seems orthogonal to local out-of-order
&lt;br&gt;&amp;gt; &amp;gt; execution.
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; Wouldn't it be feasible to distribute the &amp;quot;local&amp;quot; and perhaps
&lt;br&gt;&amp;gt; &amp;gt; &amp;quot;transacted local&amp;quot; repo inside the cluster using network
&lt;br&gt;&amp;gt; &amp;gt; file sharing ? One would still have to solve serialization issues
&lt;br&gt;&amp;gt; &amp;gt; and using installed artifacts in a reactor build..?
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; The clustering case seems like a much harder task than achieving
&lt;br&gt;&amp;gt; &amp;gt; full local concurrency. I did some fairly extensive measurements
&lt;br&gt;&amp;gt; &amp;gt; with my current build when I set up concurrent spring/junit testing:
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; Missing concurrency in classloading is the most important reason
&lt;br&gt;&amp;gt; &amp;gt; why unit tests run slowly (classloading is strictly a synchronized
&lt;br&gt;&amp;gt; &amp;gt; business until jdk7). By running tests out-order on my local
&lt;br&gt;&amp;gt; &amp;gt; unit test-build I am fairly certain I could reduce run-time
&lt;br&gt;&amp;gt; &amp;gt; for &amp;quot;mvn clean install&amp;quot; to something much closer to &amp;quot;mvn
&lt;br&gt;&amp;gt; &amp;gt; -Dmaven.test.skip=true clean install&amp;quot; (80-&amp;gt;25 seconds in my case).
&lt;br&gt;&amp;gt; &amp;gt; This is even before I start parallelizing the individual modules.
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; I must confess that I've yet to see a build that really needs
&lt;br&gt;&amp;gt; &amp;gt; clustering for any other reason than running tests or other individual
&lt;br&gt;&amp;gt; &amp;gt; tasks (javadoc, site etc). I think I'd be inclined to just distributing
&lt;br&gt;&amp;gt; &amp;gt; those specific tasks in a cluster. If you actually had a decent model of
&lt;br&gt;&amp;gt; &amp;gt; inter-lifecycle phase dependencies (requiredForStarting between phases),
&lt;br&gt;&amp;gt; &amp;gt; you could probably achieve good results by keeping lifecycle execution
&lt;br&gt;&amp;gt; &amp;gt; centralized but ditributing plugin execution ?
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; I suppose I may be narrow-minded on this last one...
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; I will be starting to look at the DefaultLifeCycleExecutor with thoughts
&lt;br&gt;&amp;gt; &amp;gt; of out-of-order execution, maybe dabble around a little.
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; Kristian
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; fr., 20.11.2009 kl. 06.29 -0800, skrev Dan Fabulich:
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; I've been meaning to reply to your earlier emails (it's been a busy week);
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; to this I'll just say that moving the &amp;quot;test&amp;quot; phase after the &amp;quot;install&amp;quot;
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; phase is a fascinating idea, which I personally like, but it seems like a
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; big violation of the contract for the lifecycle, and I suspect it won't be
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; popular. :-(
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; I've long felt that there should be a phase for testing after &amp;quot;install&amp;quot;
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; for similar reasons. &amp;nbsp;This might be SLIGHTLY more popular since users
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; would need to explicitly cause their tests to run during this phase.
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; What about users doing multi-machine builds? &amp;nbsp;Earlier this week I wrote
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; that users desiring to do multi-machine parallelism should deploy their
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; builds to a remote repository shared between the machines. &amp;nbsp;Should their
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; tests run post-deploy?
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; -Dan
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; Kristian Rosenvold wrote:
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; &amp;gt; I've been thinking further about parallelity within maven. The proposed
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; &amp;gt; solution to MNG-3004
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; &amp;gt; achieves parallelity by analyzing inter-module dependencies and scheduling
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; &amp;gt; parallel dependencies in parallel.
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; &amp;gt; A simple further evolution of this would be to collect and download all
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; &amp;gt; external dependencies
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; &amp;gt; for all modules immediately.
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; &amp;gt; But this idea has been rummaging in my head while jogging for a week or so:
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; &amp;gt; Would it be possible to achieve super-parallelity by describing
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; &amp;gt; relationships between phases of the build, and even reordering some of the
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; &amp;gt; phases ? I'll try to explain:
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; &amp;gt; Assume that you can add transactional ACID (or maybe just AID) abilities
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; &amp;gt; towards the local
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; &amp;gt; repo for a full build. Simply put: All writes to a local repo is done in a
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; &amp;gt; per-process-specific instance of the repo, that can be rolled back if the
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; &amp;gt; build fails (or pushed to the local repo if
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; &amp;gt; the build is ok)
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; &amp;gt; If you do that you can re-order the life-cycle for most builds to be
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; &amp;gt; something like this:
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; &amp;gt; validate
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; &amp;gt; compile
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; &amp;gt; package
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; &amp;gt; install
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; &amp;gt; test
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; &amp;gt; integration-test
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; &amp;gt; deploy
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; &amp;gt; Notice that I just moved all the &amp;quot;test&amp;quot; phases after the &amp;quot;install&amp;quot; phase.
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; &amp;gt; Theoretically you could start any subsequent modules immediately after
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; &amp;gt; &amp;quot;install&amp;quot; is done. Running of tests is really the big killer in most
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; &amp;gt; multi-module projects I see.
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; &amp;gt; Since your commit &amp;quot;push&amp;quot; towards the local repo only happens at the very end
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; &amp;gt; of the build, you
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; &amp;gt; will not publish artifacts when tests are failing (at leas not project
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; &amp;gt; output artifacts)
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; &amp;gt; You could actually make this a generic model that describes deifferent kinds
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; &amp;gt; of
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; &amp;gt; dependencies between lifecycle phases of different modules. The dependency I
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; &amp;gt; immediately
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; &amp;gt; see is &amp;quot;requiredForStarting&amp;quot; - which could be interpreted as meaning that
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; &amp;gt; any upstream
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; &amp;gt; dependencies must have reached at least that phase before the phase can be
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; &amp;gt; started
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; &amp;gt; for this project. I'm not sure if there's any value in a generic model, but
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; &amp;gt; my perspective
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; &amp;gt; may be limited to what I see on a daily basis.
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; &amp;gt; Would this be feasible ?
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; ---------------------------------------------------------------------
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; To unsubscribe, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26463360&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;dev-unsubscribe@...&lt;/a&gt;
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; For additional commands, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26463360&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;dev-help@...&lt;/a&gt;
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; ---------------------------------------------------------------------
&lt;br&gt;&amp;gt; &amp;gt; To unsubscribe, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26463360&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;dev-unsubscribe@...&lt;/a&gt;
&lt;br&gt;&amp;gt; &amp;gt; For additional commands, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26463360&amp;i=4&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;dev-help@...&lt;/a&gt;
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; ---------------------------------------------------------------------
&lt;br&gt;&amp;gt; To unsubscribe, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26463360&amp;i=5&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;dev-unsubscribe@...&lt;/a&gt;
&lt;br&gt;&amp;gt; For additional commands, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26463360&amp;i=6&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;dev-help@...&lt;/a&gt;
&lt;br&gt;&amp;gt; 
&lt;/div&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;---------------------------------------------------------------------
&lt;br&gt;To unsubscribe, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26463360&amp;i=7&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;dev-unsubscribe@...&lt;/a&gt;
&lt;br&gt;For additional commands, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26463360&amp;i=8&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;dev-help@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Maven-Developers-f179.html&quot; embed=&quot;fixTarget[179]&quot; target=&quot;_top&quot; &gt;Maven Developers&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/MNG-3004-MNG-2802---Achieving-massive-parallelity---tp26439924p26463360.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26462176</id>
	<title>Commented: (MGPG-18) NPE in GpgSigner</title>
	<published>2009-11-21T17:46:55Z</published>
	<updated>2009-11-21T17:46:55Z</updated>
	<author>
		<name>JIRA jira@codehaus.org</name>
	</author>
	<content type="html">&lt;br&gt;&amp;nbsp; &amp;nbsp; [ &lt;a href=&quot;http://jira.codehaus.org/browse/MGPG-18?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&amp;focusedCommentId=198926#action_198926&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://jira.codehaus.org/browse/MGPG-18?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&amp;focusedCommentId=198926#action_198926&lt;/a&gt;&amp;nbsp;] 
&lt;br&gt;&lt;br&gt;Geoffrey Wiseman commented on MGPG-18:
&lt;br&gt;--------------------------------------
&lt;br&gt;&lt;br&gt;Glad it was helpful.
&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; NPE in GpgSigner
&lt;br&gt;&amp;gt; ----------------
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Key: MGPG-18
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; URL: &lt;a href=&quot;http://jira.codehaus.org/browse/MGPG-18&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://jira.codehaus.org/browse/MGPG-18&lt;/a&gt;&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Project: Maven 2.x GPG Plugin
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Issue Type: Bug
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp;Affects Versions: 1.0-alpha-4
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Reporter: Geoffrey Wiseman
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Priority: Minor
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; If I run &amp;quot;mvn package gpg:sign&amp;quot;, this works. &amp;nbsp;If I run &amp;quot;mvn gpg:sign&amp;quot;, I get the following stack trace:
&lt;br&gt;&amp;gt; {code}
&lt;br&gt;&amp;gt; java.lang.NullPointerException
&lt;br&gt;&amp;gt; 	at org.apache.maven.plugin.gpg.GpgSigner.generateSignatureForArtifact(GpgSigner.java:119)
&lt;br&gt;&amp;gt; 	at org.apache.maven.plugin.gpg.GpgSignAttachedMojo.execute(GpgSignAttachedMojo.java:228)
&lt;br&gt;&amp;gt; 	at org.apache.maven.plugin.DefaultPluginManager.executeMojo(DefaultPluginManager.java:490)
&lt;br&gt;&amp;gt; 	at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(DefaultLifecycleExecutor.java:694)
&lt;br&gt;&amp;gt; {code}
&lt;br&gt;&amp;gt; After running this through a debugger, I can see that this is because the 'file' object (project.getArtifact().getFile()) is null, which seems to be the case any time the artifact wasn't generated in this invocation of Maven. &amp;nbsp;At the very least, this should result in a good error message, although it would be nice if &amp;quot;gpg:sign&amp;quot; would work on an artifact that was previously-generated.
&lt;/div&gt;&lt;br&gt;-- 
&lt;br&gt;This message is automatically generated by JIRA.
&lt;br&gt;-
&lt;br&gt;If you think it was sent incorrectly contact one of the administrators: &lt;a href=&quot;http://jira.codehaus.org/secure/Administrators.jspa&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://jira.codehaus.org/secure/Administrators.jspa&lt;/a&gt;&lt;br&gt;-
&lt;br&gt;For more information on JIRA, see: &lt;a href=&quot;http://www.atlassian.com/software/jira&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.atlassian.com/software/jira&lt;/a&gt;&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Maven---Issues-f15573.html&quot; embed=&quot;fixTarget[15573]&quot; target=&quot;_top&quot; &gt;Maven - Issues&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Created%3A-%28MGPG-18%29-NPE-in-GpgSigner-tp26184844p26462176.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26461997</id>
	<title>Re: [2.0.11 RC] Please test - RC1</title>
	<published>2009-11-21T17:04:29Z</published>
	<updated>2009-11-21T17:04:29Z</updated>
	<author>
		<name>brettporter</name>
	</author>
	<content type="html">&lt;br&gt;On 22/11/2009, at 2:27 AM, Michael wrote:
&lt;br&gt;&lt;br&gt;&amp;gt; Brett Porter schrieb:
&lt;br&gt;&amp;gt;&amp;gt; Hi,
&lt;br&gt;&amp;gt;&amp;gt; I have staged a first release candidate here: &lt;a href=&quot;https://repository.apache.org/content/repositories/maven-016/org/apache/maven/apache-maven/2.0.11-RC1/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://repository.apache.org/content/repositories/maven-016/org/apache/maven/apache-maven/2.0.11-RC1/&lt;/a&gt;&lt;br&gt;&amp;gt;&amp;gt; Here are the issues that have been fixed: &lt;a href=&quot;http://jira.codehaus.org/secure/ReleaseNote.jspa?projectId=10500&amp;version=14118&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://jira.codehaus.org/secure/ReleaseNote.jspa?projectId=10500&amp;version=14118&lt;/a&gt;&amp;nbsp;in this version.
&lt;br&gt;&amp;gt;&amp;gt; Please test it out and let us know how it goes - particularly if you are currently using 2.0.9 or 2.0.10.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; I am currently using 2.0.10 on Win XP SP3 and Ubuntu 8.04 LTS. Running 2.0.11-RC1 only serveral versions of my projects worked as expected!
&lt;br&gt;&lt;br&gt;Thanks for testing it :) Just to clarify - it works as expected on all the projects you tried, or it is not working on some projects? (I'm a bit confused by &amp;quot;only&amp;quot; here)
&lt;br&gt;&lt;br&gt;- Brett
&lt;br&gt;---------------------------------------------------------------------
&lt;br&gt;To unsubscribe, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26461997&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;dev-unsubscribe@...&lt;/a&gt;
&lt;br&gt;For additional commands, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26461997&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;dev-help@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Maven-Developers-f179.html&quot; embed=&quot;fixTarget[179]&quot; target=&quot;_top&quot; &gt;Maven Developers&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/-2.0.11-RC--Please-test---RC1-tp26456456p26461997.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26461968</id>
	<title>Re: Archetype plugin in m2eclipse 0.9.9.200911171109</title>
	<published>2009-11-21T16:58:54Z</published>
	<updated>2009-11-21T16:58:54Z</updated>
	<author>
		<name>Igor Fedorenko-4</name>
	</author>
	<content type="html">When we finish testing this one... we just started, so don't have a good 
&lt;br&gt;idea how long it is going to take yet.
&lt;br&gt;&lt;br&gt;--
&lt;br&gt;Regards,
&lt;br&gt;Igor
&lt;br&gt;&lt;br&gt;stug23 wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Igor,
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; When will we see another dev seed update of m2e so that I can try out the
&lt;br&gt;&amp;gt; archetypes?
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Igor Fedorenko-4 wrote:
&lt;br&gt;&amp;gt;&amp;gt; Can you suggest proper plugin version?
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; --
&lt;br&gt;&amp;gt;&amp;gt; Regards,
&lt;br&gt;&amp;gt;&amp;gt; Igor
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; Snjezana Peco wrote:
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; Hi,
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; m2eclipse 0.9.9.200911171109 contains the 
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; org.maven.ide.components.archetype_common plugin 2.0.1.20090526-1230. It 
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; is the old plugin that includes archetype-common 2.0-alpha-2. The 
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; problem is that the plugin version hasn't been changed in 
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; META-INF/MANIFEST.MF.
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; The correct plugin is placed in 
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &lt;a href=&quot;https://anonsvn.jboss.org/repos/jbosstools/workspace/snjeza/m2eclipse-updatesite/plugins/org.maven.ide.components.archetype_common_2.0.1.20091110-0001.jar&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://anonsvn.jboss.org/repos/jbosstools/workspace/snjeza/m2eclipse-updatesite/plugins/org.maven.ide.components.archetype_common_2.0.1.20091110-0001.jar&lt;/a&gt;&amp;nbsp;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; including archetype-common 2.0-alpha-4.
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; archetype-common 2.0-alpha-4 fixes a lot of issues related to the 
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; archetypes.
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; Snjeza
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; ---------------------------------------------------------------------
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; To unsubscribe from this list, please visit:
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp;&lt;a href=&quot;http://xircles.codehaus.org/manage_email&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://xircles.codehaus.org/manage_email&lt;/a&gt;&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; ---------------------------------------------------------------------
&lt;br&gt;&amp;gt;&amp;gt; To unsubscribe from this list, please visit:
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &lt;a href=&quot;http://xircles.codehaus.org/manage_email&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://xircles.codehaus.org/manage_email&lt;/a&gt;&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt; 
&lt;/div&gt;&lt;br&gt;---------------------------------------------------------------------
&lt;br&gt;To unsubscribe from this list, please visit:
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &lt;a href=&quot;http://xircles.codehaus.org/manage_email&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://xircles.codehaus.org/manage_email&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Maven-Eclipse---User-f14525.html&quot; embed=&quot;fixTarget[14525]&quot; target=&quot;_top&quot; &gt;Maven Eclipse - User&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Archetype-plugin-in-m2eclipse-0.9.9.200911171109-tp26435062p26461968.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26460848</id>
	<title>svn commit: r883010 - /maven/plugins/branches/maven-site-plugin-3.x/pom.xml</title>
	<published>2009-11-21T14:09:30Z</published>
	<updated>2009-11-21T14:09:30Z</updated>
	<author>
		<name>Olivier Lamy</name>
	</author>
	<content type="html">Author: olamy
&lt;br&gt;Date: Sat Nov 21 22:09:29 2009
&lt;br&gt;New Revision: 883010
&lt;br&gt;&lt;br&gt;URL: &lt;a href=&quot;http://svn.apache.org/viewvc?rev=883010&amp;view=rev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://svn.apache.org/viewvc?rev=883010&amp;view=rev&lt;/a&gt;&lt;br&gt;Log:
&lt;br&gt;upgrade parent version
&lt;br&gt;&lt;br&gt;Modified:
&lt;br&gt;&amp;nbsp; &amp;nbsp; maven/plugins/branches/maven-site-plugin-3.x/pom.xml
&lt;br&gt;&lt;br&gt;Modified: maven/plugins/branches/maven-site-plugin-3.x/pom.xml
&lt;br&gt;URL: &lt;a href=&quot;http://svn.apache.org/viewvc/maven/plugins/branches/maven-site-plugin-3.x/pom.xml?rev=883010&amp;r1=883009&amp;r2=883010&amp;view=diff&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://svn.apache.org/viewvc/maven/plugins/branches/maven-site-plugin-3.x/pom.xml?rev=883010&amp;r1=883009&amp;r2=883010&amp;view=diff&lt;/a&gt;&lt;br&gt;==============================================================================
&lt;br&gt;--- maven/plugins/branches/maven-site-plugin-3.x/pom.xml (original)
&lt;br&gt;+++ maven/plugins/branches/maven-site-plugin-3.x/pom.xml Sat Nov 21 22:09:29 2009
&lt;br&gt;@@ -25,7 +25,7 @@
&lt;br&gt;&amp;nbsp; &amp;nbsp;&amp;lt;parent&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;groupId&amp;gt;org.apache.maven.plugins&amp;lt;/groupId&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;artifactId&amp;gt;maven-plugins&amp;lt;/artifactId&amp;gt;
&lt;br&gt;- &amp;nbsp; &amp;nbsp;&amp;lt;version&amp;gt;14&amp;lt;/version&amp;gt;
&lt;br&gt;+ &amp;nbsp; &amp;nbsp;&amp;lt;version&amp;gt;16&amp;lt;/version&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp;&amp;lt;/parent&amp;gt;
&lt;br&gt;&amp;nbsp;
&lt;br&gt;&amp;nbsp; &amp;nbsp;&amp;lt;artifactId&amp;gt;maven-site-plugin&amp;lt;/artifactId&amp;gt;
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Maven---Commits-f15575.html&quot; embed=&quot;fixTarget[15575]&quot; target=&quot;_top&quot; &gt;Maven - Commits&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/svn-commit%3A-r883010----maven-plugins-branches-maven-site-plugin-3.x-pom.xml-tp26460848p26460848.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26460789</id>
	<title>svn commit: r883009 - /maven/plugins/trunk/maven-shade-plugin/src/main/java/org/apache/maven/plugins/shade/mojo/ShadeMojo.java</title>
	<published>2009-11-21T14:04:34Z</published>
	<updated>2009-11-21T14:04:34Z</updated>
	<author>
		<name>Benjamin Bentmann-3</name>
	</author>
	<content type="html">Author: bentmann
&lt;br&gt;Date: Sat Nov 21 22:04:33 2009
&lt;br&gt;New Revision: 883009
&lt;br&gt;&lt;br&gt;URL: &lt;a href=&quot;http://svn.apache.org/viewvc?rev=883009&amp;view=rev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://svn.apache.org/viewvc?rev=883009&amp;view=rev&lt;/a&gt;&lt;br&gt;Log:
&lt;br&gt;o Escaped markup
&lt;br&gt;&lt;br&gt;Modified:
&lt;br&gt;&amp;nbsp; &amp;nbsp; maven/plugins/trunk/maven-shade-plugin/src/main/java/org/apache/maven/plugins/shade/mojo/ShadeMojo.java
&lt;br&gt;&lt;br&gt;Modified: maven/plugins/trunk/maven-shade-plugin/src/main/java/org/apache/maven/plugins/shade/mojo/ShadeMojo.java
&lt;br&gt;URL: &lt;a href=&quot;http://svn.apache.org/viewvc/maven/plugins/trunk/maven-shade-plugin/src/main/java/org/apache/maven/plugins/shade/mojo/ShadeMojo.java?rev=883009&amp;r1=883008&amp;r2=883009&amp;view=diff&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://svn.apache.org/viewvc/maven/plugins/trunk/maven-shade-plugin/src/main/java/org/apache/maven/plugins/shade/mojo/ShadeMojo.java?rev=883009&amp;r1=883008&amp;r2=883009&amp;view=diff&lt;/a&gt;&lt;br&gt;==============================================================================
&lt;br&gt;--- maven/plugins/trunk/maven-shade-plugin/src/main/java/org/apache/maven/plugins/shade/mojo/ShadeMojo.java (original)
&lt;br&gt;+++ maven/plugins/trunk/maven-shade-plugin/src/main/java/org/apache/maven/plugins/shade/mojo/ShadeMojo.java Sat Nov 21 22:04:33 2009
&lt;br&gt;@@ -213,8 +213,8 @@
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;/**
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; * The name of the shaded artifactId.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; * 
&lt;br&gt;- &amp;nbsp; &amp;nbsp; * If you like to change the name of the native artifact, you may use the &amp;lt;build&amp;gt;&amp;lt;finalName&amp;gt; setting.
&lt;br&gt;- &amp;nbsp; &amp;nbsp; * If this is set to something different than &amp;lt;build&amp;gt;&amp;lt;finalName&amp;gt;, no file replacement
&lt;br&gt;+ &amp;nbsp; &amp;nbsp; * If you like to change the name of the native artifact, you may use the &amp;lt;build&amp;gt;&amp;lt;finalName&amp;gt; setting.
&lt;br&gt;+ &amp;nbsp; &amp;nbsp; * If this is set to something different than &amp;lt;build&amp;gt;&amp;lt;finalName&amp;gt;, no file replacement
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; * will be performed, even if shadedArtifactAttached is being used.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; *
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; * @parameter expression=&amp;quot;${finalName}&amp;quot;
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Maven---Commits-f15575.html&quot; embed=&quot;fixTarget[15575]&quot; target=&quot;_top&quot; &gt;Maven - Commits&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/svn-commit%3A-r883009----maven-plugins-trunk-maven-shade-plugin-src-main-java-org-apache-maven-plugins-shade-mojo-ShadeMojo.java-tp26460789p26460789.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26460695</id>
	<title>Closed: (MSHADE-53) Shade createDependencyReducedPom ignores artifacts with classifier</title>
	<published>2009-11-21T13:52:55Z</published>
	<updated>2009-11-21T13:52:55Z</updated>
	<author>
		<name>JIRA jira@codehaus.org</name>
	</author>
	<content type="html">&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;[ &lt;a href=&quot;http://jira.codehaus.org/browse/MSHADE-53?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://jira.codehaus.org/browse/MSHADE-53?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel&lt;/a&gt;&amp;nbsp;]
&lt;br&gt;&lt;br&gt;Benjamin Bentmann closed MSHADE-53.
&lt;br&gt;-----------------------------------
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Resolution: Fixed
&lt;br&gt;&amp;nbsp; &amp;nbsp; Fix Version/s: 1.2.2
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Assignee: Benjamin Bentmann
&lt;br&gt;&lt;br&gt;Fixed in [r883007|&lt;a href=&quot;http://svn.apache.org/viewvc?view=revision&amp;revision=883007&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://svn.apache.org/viewvc?view=revision&amp;revision=883007&lt;/a&gt;], SNAPSHOT deployed
&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Shade createDependencyReducedPom ignores artifacts with classifier
&lt;br&gt;&amp;gt; ------------------------------------------------------------------
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Key: MSHADE-53
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; URL: &lt;a href=&quot;http://jira.codehaus.org/browse/MSHADE-53&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://jira.codehaus.org/browse/MSHADE-53&lt;/a&gt;&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Project: Maven 2.x Shade Plugin
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Issue Type: Bug
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp;Affects Versions: 1.2.1
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Environment: Maven 2.0.9
&lt;br&gt;&amp;gt; JDK 1.5.0_12
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Reporter: Jonas Vikstrom
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Assignee: Benjamin Bentmann
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Fix For: 1.2.2
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Attachments: ShadeMojo.java.patch
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; When adding a jar to be shaded that has a classifier, it is ignored and will still be in the modified pom.
&lt;br&gt;&amp;gt; Example as follows:
&lt;br&gt;&amp;gt; {code:title=pom.xml|borderStyle=solid}
&lt;br&gt;&amp;gt; ...
&lt;br&gt;&amp;gt; &amp;lt;dependencies&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;!-- Interna beroenden --&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;dependency&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;groupId&amp;gt;org.company.foo&amp;lt;/groupId&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;artifactId&amp;gt;my-ejb&amp;lt;/artifactId&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;version&amp;gt;0.0.1&amp;lt;/version&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;classifier&amp;gt;client&amp;lt;/classifier&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/dependency&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;dependency&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;groupId&amp;gt;org.company.foo&amp;lt;/groupId&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;artifactId&amp;gt;domain&amp;lt;/artifactId&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;version&amp;gt;0.0.1&amp;lt;/version&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/dependency&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp;....
&lt;br&gt;&amp;gt; &amp;lt;plugin&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;groupId&amp;gt;org.apache.maven.plugins&amp;lt;/groupId&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;artifactId&amp;gt;maven-shade-plugin&amp;lt;/artifactId&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;version&amp;gt;1.2.1&amp;lt;/version&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;executions&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;execution&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;phase&amp;gt;package&amp;lt;/phase&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;goals&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;goal&amp;gt;shade&amp;lt;/goal&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/goals&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;configuration&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;shadedArtifactAttached&amp;gt;false&amp;lt;/shadedArtifactAttached&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;createDependencyReducedPom&amp;gt;true&amp;lt;/createDependencyReducedPom&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;artifactSet&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;includes&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;include&amp;gt;org.company.foo:my-ejb:client&amp;lt;/include&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;include&amp;gt;org.company.foo:domain&amp;lt;/include&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/includes&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/artifactSet&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;excludeTransitive&amp;gt;true&amp;lt;/excludeTransitive&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/configuration&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/execution&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/executions&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/plugin&amp;gt;
&lt;br&gt;&amp;gt; ....
&lt;br&gt;&amp;gt; {code} 
&lt;br&gt;&amp;gt; It will shade the two jars, but _my-ejb_ *will stil be in the modified pom*
&lt;br&gt;&amp;gt; Since it annoys me I've fixed the issue, you can find it in the attached patch.
&lt;br&gt;&amp;gt; Usecase: You package an ejb and ejb-client with the usual plugin. And since the dependency tree for said client inherents the one for the main jar, it is preferable to wrap it in a separate module, with for instance the domain-module and with its own sets of dependencies.
&lt;br&gt;&amp;gt; /Jonas
&lt;/div&gt;&lt;br&gt;-- 
&lt;br&gt;This message is automatically generated by JIRA.
&lt;br&gt;-
&lt;br&gt;If you think it was sent incorrectly contact one of the administrators: &lt;a href=&quot;http://jira.codehaus.org/secure/Administrators.jspa&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://jira.codehaus.org/secure/Administrators.jspa&lt;/a&gt;&lt;br&gt;-
&lt;br&gt;For more information on JIRA, see: &lt;a href=&quot;http://www.atlassian.com/software/jira&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.atlassian.com/software/jira&lt;/a&gt;&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Maven---Issues-f15573.html&quot; embed=&quot;fixTarget[15573]&quot; target=&quot;_top&quot; &gt;Maven - Issues&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Created%3A-%28MSHADE-53%29-Shade-createDependencyReducedPom-ignores-artifacts-with-classifier-tp24537068p26460695.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26460683</id>
	<title>svn commit: r883007 - in /maven/plugins/trunk/maven-shade-plugin/src: it/dep-reduced-pom/ it/dep-reduced-pom/repo/ it/dep-reduced-pom/repo/org/ it/dep-reduced-pom/repo/org/apache/ it/dep-reduced-pom/repo/org/apache/maven/ it/dep-reduced-pom/repo/org/ap...</title>
	<published>2009-11-21T13:51:46Z</published>
	<updated>2009-11-21T13:51:46Z</updated>
	<author>
		<name>Benjamin Bentmann-3</name>
	</author>
	<content type="html">Author: bentmann
&lt;br&gt;Date: Sat Nov 21 21:51:43 2009
&lt;br&gt;New Revision: 883007
&lt;br&gt;&lt;br&gt;URL: &lt;a href=&quot;http://svn.apache.org/viewvc?rev=883007&amp;view=rev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://svn.apache.org/viewvc?rev=883007&amp;view=rev&lt;/a&gt;&lt;br&gt;Log:
&lt;br&gt;[MSHADE-53] Shade createDependencyReducedPom ignores artifacts with classifier
&lt;br&gt;&lt;br&gt;Added:
&lt;br&gt;&amp;nbsp; &amp;nbsp; maven/plugins/trunk/maven-shade-plugin/src/it/dep-reduced-pom/
&lt;br&gt;&amp;nbsp; &amp;nbsp; maven/plugins/trunk/maven-shade-plugin/src/it/dep-reduced-pom/pom.xml &amp;nbsp; (with props)
&lt;br&gt;&amp;nbsp; &amp;nbsp; maven/plugins/trunk/maven-shade-plugin/src/it/dep-reduced-pom/repo/
&lt;br&gt;&amp;nbsp; &amp;nbsp; maven/plugins/trunk/maven-shade-plugin/src/it/dep-reduced-pom/repo/org/
&lt;br&gt;&amp;nbsp; &amp;nbsp; maven/plugins/trunk/maven-shade-plugin/src/it/dep-reduced-pom/repo/org/apache/
&lt;br&gt;&amp;nbsp; &amp;nbsp; maven/plugins/trunk/maven-shade-plugin/src/it/dep-reduced-pom/repo/org/apache/maven/
&lt;br&gt;&amp;nbsp; &amp;nbsp; maven/plugins/trunk/maven-shade-plugin/src/it/dep-reduced-pom/repo/org/apache/maven/its/
&lt;br&gt;&amp;nbsp; &amp;nbsp; maven/plugins/trunk/maven-shade-plugin/src/it/dep-reduced-pom/repo/org/apache/maven/its/shade/
&lt;br&gt;&amp;nbsp; &amp;nbsp; maven/plugins/trunk/maven-shade-plugin/src/it/dep-reduced-pom/repo/org/apache/maven/its/shade/drp/
&lt;br&gt;&amp;nbsp; &amp;nbsp; maven/plugins/trunk/maven-shade-plugin/src/it/dep-reduced-pom/repo/org/apache/maven/its/shade/drp/a/
&lt;br&gt;&amp;nbsp; &amp;nbsp; maven/plugins/trunk/maven-shade-plugin/src/it/dep-reduced-pom/repo/org/apache/maven/its/shade/drp/a/0.1/
&lt;br&gt;&amp;nbsp; &amp;nbsp; maven/plugins/trunk/maven-shade-plugin/src/it/dep-reduced-pom/repo/org/apache/maven/its/shade/drp/a/0.1/a-0.1.jar &amp;nbsp; (with props)
&lt;br&gt;&amp;nbsp; &amp;nbsp; maven/plugins/trunk/maven-shade-plugin/src/it/dep-reduced-pom/repo/org/apache/maven/its/shade/drp/a/0.1/a-0.1.pom
&lt;br&gt;&amp;nbsp; &amp;nbsp; maven/plugins/trunk/maven-shade-plugin/src/it/dep-reduced-pom/repo/org/apache/maven/its/shade/drp/b/
&lt;br&gt;&amp;nbsp; &amp;nbsp; maven/plugins/trunk/maven-shade-plugin/src/it/dep-reduced-pom/repo/org/apache/maven/its/shade/drp/b/0.2/
&lt;br&gt;&amp;nbsp; &amp;nbsp; maven/plugins/trunk/maven-shade-plugin/src/it/dep-reduced-pom/repo/org/apache/maven/its/shade/drp/b/0.2/b-0.2-client.jar &amp;nbsp; (with props)
&lt;br&gt;&amp;nbsp; &amp;nbsp; maven/plugins/trunk/maven-shade-plugin/src/it/dep-reduced-pom/repo/org/apache/maven/its/shade/drp/b/0.2/b-0.2.pom
&lt;br&gt;&amp;nbsp; &amp;nbsp; maven/plugins/trunk/maven-shade-plugin/src/it/dep-reduced-pom/verify.groovy &amp;nbsp; (with props)
&lt;br&gt;Modified:
&lt;br&gt;&amp;nbsp; &amp;nbsp; maven/plugins/trunk/maven-shade-plugin/src/main/java/org/apache/maven/plugins/shade/mojo/ShadeMojo.java
&lt;br&gt;&lt;br&gt;Added: maven/plugins/trunk/maven-shade-plugin/src/it/dep-reduced-pom/pom.xml
&lt;br&gt;URL: &lt;a href=&quot;http://svn.apache.org/viewvc/maven/plugins/trunk/maven-shade-plugin/src/it/dep-reduced-pom/pom.xml?rev=883007&amp;view=auto&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://svn.apache.org/viewvc/maven/plugins/trunk/maven-shade-plugin/src/it/dep-reduced-pom/pom.xml?rev=883007&amp;view=auto&lt;/a&gt;&lt;br&gt;==============================================================================
&lt;br&gt;--- maven/plugins/trunk/maven-shade-plugin/src/it/dep-reduced-pom/pom.xml (added)
&lt;br&gt;+++ maven/plugins/trunk/maven-shade-plugin/src/it/dep-reduced-pom/pom.xml Sat Nov 21 21:51:43 2009
&lt;br&gt;@@ -0,0 +1,84 @@
&lt;br&gt;+&amp;lt;?xml version=&amp;quot;1.0&amp;quot; encoding=&amp;quot;UTF-8&amp;quot;?&amp;gt;
&lt;br&gt;+
&lt;br&gt;+&amp;lt;!--
&lt;br&gt;+Licensed to the Apache Software Foundation (ASF) under one
&lt;br&gt;+or more contributor license agreements. &amp;nbsp;See the NOTICE file
&lt;br&gt;+distributed with this work for additional information
&lt;br&gt;+regarding copyright ownership. &amp;nbsp;The ASF licenses this file
&lt;br&gt;+to you under the Apache License, Version 2.0 (the
&lt;br&gt;+&amp;quot;License&amp;quot;); you may not use this file except in compliance
&lt;br&gt;+with the License. &amp;nbsp;You may obtain a copy of the License at
&lt;br&gt;+
&lt;br&gt;+ &amp;nbsp;&lt;a href=&quot;http://www.apache.org/licenses/LICENSE-2.0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.apache.org/licenses/LICENSE-2.0&lt;/a&gt;&lt;br&gt;+
&lt;br&gt;+Unless required by applicable law or agreed to in writing,
&lt;br&gt;+software distributed under the License is distributed on an
&lt;br&gt;+&amp;quot;AS IS&amp;quot; BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
&lt;br&gt;+KIND, either express or implied. &amp;nbsp;See the License for the
&lt;br&gt;+specific language governing permissions and limitations
&lt;br&gt;+under the License.
&lt;br&gt;+--&amp;gt;
&lt;br&gt;+
&lt;br&gt;+&amp;lt;project&amp;gt;
&lt;br&gt;+ &amp;nbsp;&amp;lt;modelVersion&amp;gt;4.0.0&amp;lt;/modelVersion&amp;gt;
&lt;br&gt;+
&lt;br&gt;+ &amp;nbsp;&amp;lt;groupId&amp;gt;org.apache.maven.its.shade.drp&amp;lt;/groupId&amp;gt;
&lt;br&gt;+ &amp;nbsp;&amp;lt;artifactId&amp;gt;test&amp;lt;/artifactId&amp;gt;
&lt;br&gt;+ &amp;nbsp;&amp;lt;version&amp;gt;1.0&amp;lt;/version&amp;gt;
&lt;br&gt;+ &amp;nbsp;&amp;lt;packaging&amp;gt;jar&amp;lt;/packaging&amp;gt;
&lt;br&gt;+
&lt;br&gt;+ &amp;nbsp;&amp;lt;name&amp;gt;MSHADE-53&amp;lt;/name&amp;gt;
&lt;br&gt;+ &amp;nbsp;&amp;lt;description&amp;gt;
&lt;br&gt;+ &amp;nbsp; &amp;nbsp;Test that creation of the dependency reduced POM properly handles dependencies with classifiers.
&lt;br&gt;+ &amp;nbsp;&amp;lt;/description&amp;gt;
&lt;br&gt;+
&lt;br&gt;+ &amp;nbsp;&amp;lt;repositories&amp;gt;
&lt;br&gt;+ &amp;nbsp; &amp;nbsp;&amp;lt;repository&amp;gt;
&lt;br&gt;+ &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;id&amp;gt;shade-it&amp;lt;/id&amp;gt;
&lt;br&gt;+ &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;url&amp;gt;file:///${basedir}/repo&amp;lt;/url&amp;gt;
&lt;br&gt;+ &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;releases&amp;gt;
&lt;br&gt;+ &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;checksumPolicy&amp;gt;ignore&amp;lt;/checksumPolicy&amp;gt;
&lt;br&gt;+ &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;/releases&amp;gt;
&lt;br&gt;+ &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;snapshots&amp;gt;
&lt;br&gt;+ &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;enabled&amp;gt;false&amp;lt;/enabled&amp;gt;
&lt;br&gt;+ &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;/snapshots&amp;gt;
&lt;br&gt;+ &amp;nbsp; &amp;nbsp;&amp;lt;/repository&amp;gt;
&lt;br&gt;+ &amp;nbsp;&amp;lt;/repositories&amp;gt;
&lt;br&gt;+
&lt;br&gt;+ &amp;nbsp;&amp;lt;dependencies&amp;gt;
&lt;br&gt;+ &amp;nbsp; &amp;nbsp;&amp;lt;dependency&amp;gt;
&lt;br&gt;+ &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;groupId&amp;gt;org.apache.maven.its.shade.drp&amp;lt;/groupId&amp;gt;
&lt;br&gt;+ &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;artifactId&amp;gt;a&amp;lt;/artifactId&amp;gt;
&lt;br&gt;+ &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;version&amp;gt;0.1&amp;lt;/version&amp;gt;
&lt;br&gt;+ &amp;nbsp; &amp;nbsp;&amp;lt;/dependency&amp;gt;
&lt;br&gt;+ &amp;nbsp; &amp;nbsp;&amp;lt;dependency&amp;gt;
&lt;br&gt;+ &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;groupId&amp;gt;org.apache.maven.its.shade.drp&amp;lt;/groupId&amp;gt;
&lt;br&gt;+ &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;artifactId&amp;gt;b&amp;lt;/artifactId&amp;gt;
&lt;br&gt;+ &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;version&amp;gt;0.2&amp;lt;/version&amp;gt;
&lt;br&gt;+ &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;classifier&amp;gt;client&amp;lt;/classifier&amp;gt;
&lt;br&gt;+ &amp;nbsp; &amp;nbsp;&amp;lt;/dependency&amp;gt;
&lt;br&gt;+ &amp;nbsp;&amp;lt;/dependencies&amp;gt;
&lt;br&gt;+
&lt;br&gt;+ &amp;nbsp;&amp;lt;build&amp;gt;
&lt;br&gt;+ &amp;nbsp; &amp;nbsp;&amp;lt;plugins&amp;gt;
&lt;br&gt;+ &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;plugin&amp;gt;
&lt;br&gt;+ &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;groupId&amp;gt;org.apache.maven.plugins&amp;lt;/groupId&amp;gt;
&lt;br&gt;+ &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;artifactId&amp;gt;maven-shade-plugin&amp;lt;/artifactId&amp;gt;
&lt;br&gt;+ &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;version&amp;gt;@project.version@&amp;lt;/version&amp;gt;
&lt;br&gt;+ &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;executions&amp;gt;
&lt;br&gt;+ &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;execution&amp;gt;
&lt;br&gt;+ &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;id&amp;gt;attach-shade&amp;lt;/id&amp;gt;
&lt;br&gt;+ &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;phase&amp;gt;package&amp;lt;/phase&amp;gt;
&lt;br&gt;+ &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;goals&amp;gt;
&lt;br&gt;+ &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;goal&amp;gt;shade&amp;lt;/goal&amp;gt;
&lt;br&gt;+ &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;/goals&amp;gt;
&lt;br&gt;+ &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;configuration&amp;gt;
&lt;br&gt;+ &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;shadedArtifactAttached&amp;gt;false&amp;lt;/shadedArtifactAttached&amp;gt;
&lt;br&gt;+ &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;createDependencyReducedPom&amp;gt;true&amp;lt;/createDependencyReducedPom&amp;gt;
&lt;br&gt;+ &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;/configuration&amp;gt;
&lt;br&gt;+ &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;/execution&amp;gt;
&lt;br&gt;+ &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;/executions&amp;gt;
&lt;br&gt;+ &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;/plugin&amp;gt;
&lt;br&gt;+ &amp;nbsp; &amp;nbsp;&amp;lt;/plugins&amp;gt;
&lt;br&gt;+ &amp;nbsp;&amp;lt;/build&amp;gt;
&lt;br&gt;+&amp;lt;/project&amp;gt;
&lt;br&gt;&lt;br&gt;Propchange: maven/plugins/trunk/maven-shade-plugin/src/it/dep-reduced-pom/pom.xml
&lt;br&gt;------------------------------------------------------------------------------
&lt;br&gt;&amp;nbsp; &amp;nbsp; svn:eol-style = native
&lt;br&gt;&lt;br&gt;Propchange: maven/plugins/trunk/maven-shade-plugin/src/it/dep-reduced-pom/pom.xml
&lt;br&gt;------------------------------------------------------------------------------
&lt;br&gt;&amp;nbsp; &amp;nbsp; svn:keywords = Author Date Id Revision
&lt;br&gt;&lt;br&gt;Added: maven/plugins/trunk/maven-shade-plugin/src/it/dep-reduced-pom/repo/org/apache/maven/its/shade/drp/a/0.1/a-0.1.jar
&lt;br&gt;URL: &lt;a href=&quot;http://svn.apache.org/viewvc/maven/plugins/trunk/maven-shade-plugin/src/it/dep-reduced-pom/repo/org/apache/maven/its/shade/drp/a/0.1/a-0.1.jar?rev=883007&amp;view=auto&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://svn.apache.org/viewvc/maven/plugins/trunk/maven-shade-plugin/src/it/dep-reduced-pom/repo/org/apache/maven/its/shade/drp/a/0.1/a-0.1.jar?rev=883007&amp;view=auto&lt;/a&gt;&lt;br&gt;==============================================================================
&lt;br&gt;Binary file - no diff available.
&lt;br&gt;&lt;br&gt;Propchange: maven/plugins/trunk/maven-shade-plugin/src/it/dep-reduced-pom/repo/org/apache/maven/its/shade/drp/a/0.1/a-0.1.jar
&lt;br&gt;------------------------------------------------------------------------------
&lt;br&gt;&amp;nbsp; &amp;nbsp; svn:mime-type = application/octet-stream
&lt;br&gt;&lt;br&gt;Added: maven/plugins/trunk/maven-shade-plugin/src/it/dep-reduced-pom/repo/org/apache/maven/its/shade/drp/a/0.1/a-0.1.pom
&lt;br&gt;URL: &lt;a href=&quot;http://svn.apache.org/viewvc/maven/plugins/trunk/maven-shade-plugin/src/it/dep-reduced-pom/repo/org/apache/maven/its/shade/drp/a/0.1/a-0.1.pom?rev=883007&amp;view=auto&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://svn.apache.org/viewvc/maven/plugins/trunk/maven-shade-plugin/src/it/dep-reduced-pom/repo/org/apache/maven/its/shade/drp/a/0.1/a-0.1.pom?rev=883007&amp;view=auto&lt;/a&gt;&lt;br&gt;==============================================================================
&lt;br&gt;--- maven/plugins/trunk/maven-shade-plugin/src/it/dep-reduced-pom/repo/org/apache/maven/its/shade/drp/a/0.1/a-0.1.pom (added)
&lt;br&gt;+++ maven/plugins/trunk/maven-shade-plugin/src/it/dep-reduced-pom/repo/org/apache/maven/its/shade/drp/a/0.1/a-0.1.pom Sat Nov 21 21:51:43 2009
&lt;br&gt;@@ -0,0 +1,36 @@
&lt;br&gt;+&amp;lt;?xml version=&amp;quot;1.0&amp;quot; encoding=&amp;quot;UTF-8&amp;quot;?&amp;gt;
&lt;br&gt;+
&lt;br&gt;+&amp;lt;!--
&lt;br&gt;+Licensed to the Apache Software Foundation (ASF) under one
&lt;br&gt;+or more contributor license agreements. &amp;nbsp;See the NOTICE file
&lt;br&gt;+distributed with this work for additional information
&lt;br&gt;+regarding copyright ownership. &amp;nbsp;The ASF licenses this file
&lt;br&gt;+to you under the Apache License, Version 2.0 (the
&lt;br&gt;+&amp;quot;License&amp;quot;); you may not use this file except in compliance
&lt;br&gt;+with the License. &amp;nbsp;You may obtain a copy of the License at
&lt;br&gt;+
&lt;br&gt;+ &amp;nbsp;&lt;a href=&quot;http://www.apache.org/licenses/LICENSE-2.0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.apache.org/licenses/LICENSE-2.0&lt;/a&gt;&lt;br&gt;+
&lt;br&gt;+Unless required by applicable law or agreed to in writing,
&lt;br&gt;+software distributed under the License is distributed on an
&lt;br&gt;+&amp;quot;AS IS&amp;quot; BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
&lt;br&gt;+KIND, either express or implied. &amp;nbsp;See the License for the
&lt;br&gt;+specific language governing permissions and limitations
&lt;br&gt;+under the License.
&lt;br&gt;+--&amp;gt;
&lt;br&gt;+
&lt;br&gt;+&amp;lt;project&amp;gt;
&lt;br&gt;+ &amp;nbsp;&amp;lt;modelVersion&amp;gt;4.0.0&amp;lt;/modelVersion&amp;gt;
&lt;br&gt;+
&lt;br&gt;+ &amp;nbsp;&amp;lt;groupId&amp;gt;org.apache.maven.its.shade.drp&amp;lt;/groupId&amp;gt;
&lt;br&gt;+ &amp;nbsp;&amp;lt;artifactId&amp;gt;a&amp;lt;/artifactId&amp;gt;
&lt;br&gt;+ &amp;nbsp;&amp;lt;version&amp;gt;0.1&amp;lt;/version&amp;gt;
&lt;br&gt;+ &amp;nbsp;&amp;lt;packaging&amp;gt;jar&amp;lt;/packaging&amp;gt;
&lt;br&gt;+
&lt;br&gt;+ &amp;nbsp;&amp;lt;distributionManagement&amp;gt;
&lt;br&gt;+ &amp;nbsp; &amp;nbsp;&amp;lt;repository&amp;gt;
&lt;br&gt;+ &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;id&amp;gt;maven-core-it&amp;lt;/id&amp;gt;
&lt;br&gt;+ &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;url&amp;gt;file:///${basedir}/repo&amp;lt;/url&amp;gt;
&lt;br&gt;+ &amp;nbsp; &amp;nbsp;&amp;lt;/repository&amp;gt;
&lt;br&gt;+ &amp;nbsp;&amp;lt;/distributionManagement&amp;gt;
&lt;br&gt;+&amp;lt;/project&amp;gt;
&lt;br&gt;&lt;br&gt;Added: maven/plugins/trunk/maven-shade-plugin/src/it/dep-reduced-pom/repo/org/apache/maven/its/shade/drp/b/0.2/b-0.2-client.jar
&lt;br&gt;URL: &lt;a href=&quot;http://svn.apache.org/viewvc/maven/plugins/trunk/maven-shade-plugin/src/it/dep-reduced-pom/repo/org/apache/maven/its/shade/drp/b/0.2/b-0.2-client.jar?rev=883007&amp;view=auto&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://svn.apache.org/viewvc/maven/plugins/trunk/maven-shade-plugin/src/it/dep-reduced-pom/repo/org/apache/maven/its/shade/drp/b/0.2/b-0.2-client.jar?rev=883007&amp;view=auto&lt;/a&gt;&lt;br&gt;==============================================================================
&lt;br&gt;Binary file - no diff available.
&lt;br&gt;&lt;br&gt;Propchange: maven/plugins/trunk/maven-shade-plugin/src/it/dep-reduced-pom/repo/org/apache/maven/its/shade/drp/b/0.2/b-0.2-client.jar
&lt;br&gt;------------------------------------------------------------------------------
&lt;br&gt;&amp;nbsp; &amp;nbsp; svn:mime-type = application/octet-stream
&lt;br&gt;&lt;br&gt;Added: maven/plugins/trunk/maven-shade-plugin/src/it/dep-reduced-pom/repo/org/apache/maven/its/shade/drp/b/0.2/b-0.2.pom
&lt;br&gt;URL: &lt;a href=&quot;http://svn.apache.org/viewvc/maven/plugins/trunk/maven-shade-plugin/src/it/dep-reduced-pom/repo/org/apache/maven/its/shade/drp/b/0.2/b-0.2.pom?rev=883007&amp;view=auto&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://svn.apache.org/viewvc/maven/plugins/trunk/maven-shade-plugin/src/it/dep-reduced-pom/repo/org/apache/maven/its/shade/drp/b/0.2/b-0.2.pom?rev=883007&amp;view=auto&lt;/a&gt;&lt;br&gt;==============================================================================
&lt;br&gt;--- maven/plugins/trunk/maven-shade-plugin/src/it/dep-reduced-pom/repo/org/apache/maven/its/shade/drp/b/0.2/b-0.2.pom (added)
&lt;br&gt;+++ maven/plugins/trunk/maven-shade-plugin/src/it/dep-reduced-pom/repo/org/apache/maven/its/shade/drp/b/0.2/b-0.2.pom Sat Nov 21 21:51:43 2009
&lt;br&gt;@@ -0,0 +1,36 @@
&lt;br&gt;+&amp;lt;?xml version=&amp;quot;1.0&amp;quot; encoding=&amp;quot;UTF-8&amp;quot;?&amp;gt;
&lt;br&gt;+
&lt;br&gt;+&amp;lt;!--
&lt;br&gt;+Licensed to the Apache Software Foundation (ASF) under one
&lt;br&gt;+or more contributor license agreements. &amp;nbsp;See the NOTICE file
&lt;br&gt;+distributed with this work for additional information
&lt;br&gt;+regarding copyright ownership. &amp;nbsp;The ASF licenses this file
&lt;br&gt;+to you under the Apache License, Version 2.0 (the
&lt;br&gt;+&amp;quot;License&amp;quot;); you may not use this file except in compliance
&lt;br&gt;+with the License. &amp;nbsp;You may obtain a copy of the License at
&lt;br&gt;+
&lt;br&gt;+ &amp;nbsp;&lt;a href=&quot;http://www.apache.org/licenses/LICENSE-2.0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.apache.org/licenses/LICENSE-2.0&lt;/a&gt;&lt;br&gt;+
&lt;br&gt;+Unless required by applicable law or agreed to in writing,
&lt;br&gt;+software distributed under the License is distributed on an
&lt;br&gt;+&amp;quot;AS IS&amp;quot; BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
&lt;br&gt;+KIND, either express or implied. &amp;nbsp;See the License for the
&lt;br&gt;+specific language governing permissions and limitations
&lt;br&gt;+under the License.
&lt;br&gt;+--&amp;gt;
&lt;br&gt;+
&lt;br&gt;+&amp;lt;project&amp;gt;
&lt;br&gt;+ &amp;nbsp;&amp;lt;modelVersion&amp;gt;4.0.0&amp;lt;/modelVersion&amp;gt;
&lt;br&gt;+
&lt;br&gt;+ &amp;nbsp;&amp;lt;groupId&amp;gt;org.apache.maven.its.shade.drp&amp;lt;/groupId&amp;gt;
&lt;br&gt;+ &amp;nbsp;&amp;lt;artifactId&amp;gt;b&amp;lt;/artifactId&amp;gt;
&lt;br&gt;+ &amp;nbsp;&amp;lt;version&amp;gt;0.2&amp;lt;/version&amp;gt;
&lt;br&gt;+ &amp;nbsp;&amp;lt;packaging&amp;gt;jar&amp;lt;/packaging&amp;gt;
&lt;br&gt;+
&lt;br&gt;+ &amp;nbsp;&amp;lt;distributionManagement&amp;gt;
&lt;br&gt;+ &amp;nbsp; &amp;nbsp;&amp;lt;repository&amp;gt;
&lt;br&gt;+ &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;id&amp;gt;maven-core-it&amp;lt;/id&amp;gt;
&lt;br&gt;+ &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;url&amp;gt;file:///${basedir}/repo&amp;lt;/url&amp;gt;
&lt;br&gt;+ &amp;nbsp; &amp;nbsp;&amp;lt;/repository&amp;gt;
&lt;br&gt;+ &amp;nbsp;&amp;lt;/distributionManagement&amp;gt;
&lt;br&gt;+&amp;lt;/project&amp;gt;
&lt;br&gt;&lt;br&gt;Added: maven/plugins/trunk/maven-shade-plugin/src/it/dep-reduced-pom/verify.groovy
&lt;br&gt;URL: &lt;a href=&quot;http://svn.apache.org/viewvc/maven/plugins/trunk/maven-shade-plugin/src/it/dep-reduced-pom/verify.groovy?rev=883007&amp;view=auto&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://svn.apache.org/viewvc/maven/plugins/trunk/maven-shade-plugin/src/it/dep-reduced-pom/verify.groovy?rev=883007&amp;view=auto&lt;/a&gt;&lt;br&gt;==============================================================================
&lt;br&gt;--- maven/plugins/trunk/maven-shade-plugin/src/it/dep-reduced-pom/verify.groovy (added)
&lt;br&gt;+++ maven/plugins/trunk/maven-shade-plugin/src/it/dep-reduced-pom/verify.groovy Sat Nov 21 21:51:43 2009
&lt;br&gt;@@ -0,0 +1,8 @@
&lt;br&gt;+File pomFile = new File( basedir, &amp;quot;target/dependency-reduced-pom.xml&amp;quot; );
&lt;br&gt;+assert pomFile.isFile()
&lt;br&gt;+
&lt;br&gt;+def ns = new groovy.xml.Namespace(&amp;quot;&lt;a href=&quot;http://maven.apache.org/POM/4.0.0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://maven.apache.org/POM/4.0.0&lt;/a&gt;&amp;quot;) 
&lt;br&gt;+def pom = new XmlParser().parse( pomFile )
&lt;br&gt;+
&lt;br&gt;+assert pom[ns.modelVersion].size() == 1
&lt;br&gt;+assert pom[ns.dependencies][ns.dependency].size() == 0
&lt;br&gt;&lt;br&gt;Propchange: maven/plugins/trunk/maven-shade-plugin/src/it/dep-reduced-pom/verify.groovy
&lt;br&gt;------------------------------------------------------------------------------
&lt;br&gt;&amp;nbsp; &amp;nbsp; svn:eol-style = native
&lt;br&gt;&lt;br&gt;Propchange: maven/plugins/trunk/maven-shade-plugin/src/it/dep-reduced-pom/verify.groovy
&lt;br&gt;------------------------------------------------------------------------------
&lt;br&gt;&amp;nbsp; &amp;nbsp; svn:keywords = Author Date Id Revision
&lt;br&gt;&lt;br&gt;Modified: maven/plugins/trunk/maven-shade-plugin/src/main/java/org/apache/maven/plugins/shade/mojo/ShadeMojo.java
&lt;br&gt;URL: &lt;a href=&quot;http://svn.apache.org/viewvc/maven/plugins/trunk/maven-shade-plugin/src/main/java/org/apache/maven/plugins/shade/mojo/ShadeMojo.java?rev=883007&amp;r1=883006&amp;r2=883007&amp;view=diff&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://svn.apache.org/viewvc/maven/plugins/trunk/maven-shade-plugin/src/main/java/org/apache/maven/plugins/shade/mojo/ShadeMojo.java?rev=883007&amp;r1=883006&amp;r2=883007&amp;view=diff&lt;/a&gt;&lt;br&gt;==============================================================================
&lt;br&gt;--- maven/plugins/trunk/maven-shade-plugin/src/main/java/org/apache/maven/plugins/shade/mojo/ShadeMojo.java (original)
&lt;br&gt;+++ maven/plugins/trunk/maven-shade-plugin/src/main/java/org/apache/maven/plugins/shade/mojo/ShadeMojo.java Sat Nov 21 21:51:43 2009
&lt;br&gt;@@ -403,7 +403,7 @@
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;else if ( !renamed )
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;{
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;getLog().info( &amp;quot;Replacing original artifact with shaded artifact.&amp;quot; );
&lt;br&gt;- &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;File originalArtifact = project.getArtifact().getFile();;
&lt;br&gt;+ &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;File originalArtifact = project.getArtifact().getFile();
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;replaceFile( originalArtifact, outputJar );
&lt;br&gt;&amp;nbsp;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;if ( createSourcesJar )
&lt;br&gt;@@ -721,7 +721,7 @@
&lt;br&gt;&amp;nbsp;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;dependencies.add( d );
&lt;br&gt;&amp;nbsp;
&lt;br&gt;- &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;String id = d.getGroupId() + &amp;quot;:&amp;quot; + d.getArtifactId();
&lt;br&gt;+ &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;String id = getId( d );
&lt;br&gt;&amp;nbsp;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;if ( artifactsToRemove.contains( id ) )
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;{
&lt;br&gt;@@ -788,17 +788,26 @@
&lt;br&gt;&amp;nbsp;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;private String getId( Artifact artifact )
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;{
&lt;br&gt;- &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;if ( artifact.getClassifier() == null || &amp;quot;jar&amp;quot;.equals( artifact.getClassifier() ) )
&lt;br&gt;+ &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;return getId( artifact.getGroupId(), artifact.getArtifactId(), artifact.getClassifier() );
&lt;br&gt;+ &amp;nbsp; &amp;nbsp;}
&lt;br&gt;+
&lt;br&gt;+ &amp;nbsp; &amp;nbsp;private String getId( Dependency dependency )
&lt;br&gt;+ &amp;nbsp; &amp;nbsp;{
&lt;br&gt;+ &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;return getId( dependency.getGroupId(), dependency.getArtifactId(), dependency.getClassifier() );
&lt;br&gt;+ &amp;nbsp; &amp;nbsp;}
&lt;br&gt;+
&lt;br&gt;+ &amp;nbsp; &amp;nbsp;private String getId( String groupId, String artifactId, String classifier )
&lt;br&gt;+ &amp;nbsp; &amp;nbsp;{
&lt;br&gt;+ &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;if ( classifier == null || &amp;quot;jar&amp;quot;.equals( classifier ) )
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;{
&lt;br&gt;- &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;return artifact.getGroupId() + &amp;quot;:&amp;quot; + artifact.getArtifactId();
&lt;br&gt;+ &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;return groupId + &amp;quot;:&amp;quot; + artifactId;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;}
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;else
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;{
&lt;br&gt;- &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;return artifact.getGroupId() + &amp;quot;:&amp;quot; + artifact.getArtifactId() + &amp;quot;:&amp;quot; + artifact.getClassifier();
&lt;br&gt;+ &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;return groupId + &amp;quot;:&amp;quot; + artifactId + &amp;quot;:&amp;quot; + classifier;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;}
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;}
&lt;br&gt;&amp;nbsp;
&lt;br&gt;-
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;public boolean updateExcludesInDeps( MavenProject project,
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; List dependencies,
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; List transitiveDeps )
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Maven---Commits-f15575.html&quot; embed=&quot;fixTarget[15575]&quot; target=&quot;_top&quot; &gt;Maven - Commits&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/svn-commit%3A-r883007---in--maven-plugins-trunk-maven-shade-plugin-src%3A-it-dep-reduced-pom--it-dep-reduced-pom-repo--it-dep-reduced-pom-repo-org--it-dep-reduced-pom-repo-org-apache--it-dep-reduced-pom-repo-org-apache-maven--it-dep-reduced-pom-repo-org-ap...-tp26460683p26460683.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26460660</id>
	<title>svn commit: r883006 - /maven/plugins/trunk/maven-shade-plugin/pom.xml</title>
	<published>2009-11-21T13:49:14Z</published>
	<updated>2009-11-21T13:49:14Z</updated>
	<author>
		<name>Benjamin Bentmann-3</name>
	</author>
	<content type="html">Author: bentmann
&lt;br&gt;Date: Sat Nov 21 21:49:13 2009
&lt;br&gt;New Revision: 883006
&lt;br&gt;&lt;br&gt;URL: &lt;a href=&quot;http://svn.apache.org/viewvc?rev=883006&amp;view=rev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://svn.apache.org/viewvc?rev=883006&amp;view=rev&lt;/a&gt;&lt;br&gt;Log:
&lt;br&gt;o Inherited from maven-plugins:16
&lt;br&gt;&lt;br&gt;Modified:
&lt;br&gt;&amp;nbsp; &amp;nbsp; maven/plugins/trunk/maven-shade-plugin/pom.xml
&lt;br&gt;&lt;br&gt;Modified: maven/plugins/trunk/maven-shade-plugin/pom.xml
&lt;br&gt;URL: &lt;a href=&quot;http://svn.apache.org/viewvc/maven/plugins/trunk/maven-shade-plugin/pom.xml?rev=883006&amp;r1=883005&amp;r2=883006&amp;view=diff&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://svn.apache.org/viewvc/maven/plugins/trunk/maven-shade-plugin/pom.xml?rev=883006&amp;r1=883005&amp;r2=883006&amp;view=diff&lt;/a&gt;&lt;br&gt;==============================================================================
&lt;br&gt;--- maven/plugins/trunk/maven-shade-plugin/pom.xml (original)
&lt;br&gt;+++ maven/plugins/trunk/maven-shade-plugin/pom.xml Sat Nov 21 21:49:13 2009
&lt;br&gt;@@ -25,7 +25,7 @@
&lt;br&gt;&amp;nbsp; &amp;nbsp;&amp;lt;parent&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;artifactId&amp;gt;maven-plugins&amp;lt;/artifactId&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;groupId&amp;gt;org.apache.maven.plugins&amp;lt;/groupId&amp;gt;
&lt;br&gt;- &amp;nbsp; &amp;nbsp; &amp;lt;version&amp;gt;14&amp;lt;/version&amp;gt;
&lt;br&gt;+ &amp;nbsp; &amp;nbsp; &amp;lt;version&amp;gt;16&amp;lt;/version&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp;&amp;lt;/parent&amp;gt;
&lt;br&gt;&amp;nbsp;
&lt;br&gt;&amp;nbsp; &amp;nbsp;&amp;lt;artifactId&amp;gt;maven-shade-plugin&amp;lt;/artifactId&amp;gt;
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Maven---Commits-f15575.html&quot; embed=&quot;fixTarget[15575]&quot; target=&quot;_top&quot; &gt;Maven - Commits&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/svn-commit%3A-r883006----maven-plugins-trunk-maven-shade-plugin-pom.xml-tp26460660p26460660.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26460579</id>
	<title>Newbie: configuring Doxia APT-to-XHTML conversion with nested section  blocks?</title>
	<published>2009-11-21T13:36:01Z</published>
	<updated>2009-11-21T13:36:01Z</updated>
	<author>
		<name>Ramon M. Felciano @ Yahoo</name>
	</author>
	<content type="html">Hi --
&lt;br&gt;&lt;br&gt;I'm new to Doxia and am trying to write some APT-based documentation
&lt;br&gt;for a new project. I'd like the resulting documentation to be in XHTML
&lt;br&gt;and to use CSS to configure heading numbering in legal outline format
&lt;br&gt;(1. Section, 1.1 First subsection, 1.2 Second subsection, 1.2.1 A
&lt;br&gt;sub-subsection, etc).
&lt;br&gt;&lt;br&gt;CSS2.1 can handle this if the XHTML document structure matches the
&lt;br&gt;outline. That is, subsections are embedded within sections,
&lt;br&gt;sub-subsections within subsections, etc. The XHTML generated by doxia
&lt;br&gt;places these sections adjacent to each other, rather than embedding
&lt;br&gt;them.
&lt;br&gt;&lt;br&gt;Currently, the generated XHTML looks something like this:
&lt;br&gt;&lt;br&gt;&amp;lt;div class=&amp;quot;section&amp;quot;&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;lt;h1&amp;gt;My heading&amp;lt;/h1&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; my text
&lt;br&gt;&amp;lt;/div&amp;gt;
&lt;br&gt;&amp;lt;div class=&amp;quot;section&amp;quot;&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;lt;h2&amp;gt;First subsection&amp;lt;h2&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; more text
&lt;br&gt;&amp;lt;/div&amp;gt;
&lt;br&gt;&amp;lt;div class=&amp;quot;section&amp;quot;&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;lt;h2&amp;gt;Second subsection&amp;lt;h2&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; more text
&lt;br&gt;&amp;lt;/div&amp;gt;
&lt;br&gt;&lt;br&gt;What I'd like is for the two subsections above to be enclosed in the
&lt;br&gt;parent section:
&lt;br&gt;&lt;br&gt;&amp;lt;div class=&amp;quot;section&amp;quot;&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;lt;h1&amp;gt;My heading&amp;lt;/h1&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; my text
&lt;br&gt;&amp;lt;div class=&amp;quot;section&amp;quot;&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;lt;h2&amp;gt;First subsection&amp;lt;h2&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; more text
&lt;br&gt;&amp;lt;/div&amp;gt;
&lt;br&gt;&amp;lt;div class=&amp;quot;section&amp;quot;&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;lt;h2&amp;gt;Second subsection&amp;lt;h2&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; more text
&lt;br&gt;&amp;lt;/div&amp;gt;
&lt;br&gt;&amp;lt;/div&amp;gt;
&lt;br&gt;&lt;br&gt;Any suggestions?
&lt;br&gt;&lt;br&gt;Ramon
&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Doxia---Users-f14483.html&quot; embed=&quot;fixTarget[14483]&quot; target=&quot;_top&quot; &gt;Doxia - Users&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Newbie%3A-configuring-Doxia-APT-to-XHTML-conversion-with-nested-section--blocks--tp26460579p26460579.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26460176</id>
	<title>Closed: (MSHADE-64) Relocating does not work, when an annotation references an enum</title>
	<published>2009-11-21T12:49:55Z</published>
	<updated>2009-11-21T12:49:55Z</updated>
	<author>
		<name>JIRA jira@codehaus.org</name>
	</author>
	<content type="html">&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;[ &lt;a href=&quot;http://jira.codehaus.org/browse/MSHADE-64?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://jira.codehaus.org/browse/MSHADE-64?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel&lt;/a&gt;&amp;nbsp;]
&lt;br&gt;&lt;br&gt;Benjamin Bentmann closed MSHADE-64.
&lt;br&gt;-----------------------------------
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Resolution: Fixed
&lt;br&gt;&amp;nbsp; &amp;nbsp; Fix Version/s: 1.2.2
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Assignee: Benjamin Bentmann
&lt;br&gt;&lt;br&gt;Fixed in [r882989|&lt;a href=&quot;http://svn.apache.org/viewvc?view=revision&amp;revision=882989&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://svn.apache.org/viewvc?view=revision&amp;revision=882989&lt;/a&gt;], SNAPSHOT deployed.
&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Relocating does not work, when an annotation references an enum
&lt;br&gt;&amp;gt; ---------------------------------------------------------------
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Key: MSHADE-64
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; URL: &lt;a href=&quot;http://jira.codehaus.org/browse/MSHADE-64&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://jira.codehaus.org/browse/MSHADE-64&lt;/a&gt;&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Project: Maven 2.x Shade Plugin
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Issue Type: Bug
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp;Affects Versions: 1.2.1
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Reporter: Alexander von Zitzewitz
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Assignee: Benjamin Bentmann
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Priority: Critical
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Fix For: 1.2.2
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Attachments: pom.xml
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; You could reproduce the problem with the attached pom. 
&lt;br&gt;&amp;gt; The enum class javax.xml.bind.annotation.XmlAccessOrder is referenced by the annotation javax.xml.bind.annotation.XmlAccessorType. While the enum itself is moved correctly the reference from annotation to enum is not. This makes the relocation of this package impossible.
&lt;/div&gt;&lt;br&gt;-- 
&lt;br&gt;This message is automatically generated by JIRA.
&lt;br&gt;-
&lt;br&gt;If you think it was sent incorrectly contact one of the administrators: &lt;a href=&quot;http://jira.codehaus.org/secure/Administrators.jspa&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://jira.codehaus.org/secure/Administrators.jspa&lt;/a&gt;&lt;br&gt;-
&lt;br&gt;For more information on JIRA, see: &lt;a href=&quot;http://www.atlassian.com/software/jira&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.atlassian.com/software/jira&lt;/a&gt;&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Maven---Issues-f15573.html&quot; embed=&quot;fixTarget[15573]&quot; target=&quot;_top&quot; &gt;Maven - Issues&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Created%3A-%28MSHADE-64%29-Relocating-does-not-work%2C-when-an-annotation-references-an-enum-tp25812942p26460176.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26460167</id>
	<title>svn commit: r882990 - /maven/plugins/trunk/maven-shade-plugin/src/main/java/org/apache/maven/plugins/shade/DefaultShader.java</title>
	<published>2009-11-21T12:49:07Z</published>
	<updated>2009-11-21T12:49:07Z</updated>
	<author>
		<name>Benjamin Bentmann-3</name>
	</author>
	<content type="html">Author: bentmann
&lt;br&gt;Date: Sat Nov 21 20:49:06 2009
&lt;br&gt;New Revision: 882990
&lt;br&gt;&lt;br&gt;URL: &lt;a href=&quot;http://svn.apache.org/viewvc?rev=882990&amp;view=rev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://svn.apache.org/viewvc?rev=882990&amp;view=rev&lt;/a&gt;&lt;br&gt;Log:
&lt;br&gt;o Optimized code
&lt;br&gt;&lt;br&gt;Modified:
&lt;br&gt;&amp;nbsp; &amp;nbsp; maven/plugins/trunk/maven-shade-plugin/src/main/java/org/apache/maven/plugins/shade/DefaultShader.java
&lt;br&gt;&lt;br&gt;Modified: maven/plugins/trunk/maven-shade-plugin/src/main/java/org/apache/maven/plugins/shade/DefaultShader.java
&lt;br&gt;URL: &lt;a href=&quot;http://svn.apache.org/viewvc/maven/plugins/trunk/maven-shade-plugin/src/main/java/org/apache/maven/plugins/shade/DefaultShader.java?rev=882990&amp;r1=882989&amp;r2=882990&amp;view=diff&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://svn.apache.org/viewvc/maven/plugins/trunk/maven-shade-plugin/src/main/java/org/apache/maven/plugins/shade/DefaultShader.java?rev=882990&amp;r1=882989&amp;r2=882990&amp;view=diff&lt;/a&gt;&lt;br&gt;==============================================================================
&lt;br&gt;--- maven/plugins/trunk/maven-shade-plugin/src/main/java/org/apache/maven/plugins/shade/DefaultShader.java (original)
&lt;br&gt;+++ maven/plugins/trunk/maven-shade-plugin/src/main/java/org/apache/maven/plugins/shade/DefaultShader.java Sat Nov 21 20:49:06 2009
&lt;br&gt;@@ -303,21 +303,22 @@
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;{
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;String name = (String) object;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;String value = name;
&lt;br&gt;+
&lt;br&gt;+ &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;String prefix = &amp;quot;&amp;quot;;
&lt;br&gt;+ &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;String suffix = &amp;quot;&amp;quot;;
&lt;br&gt;+
&lt;br&gt;+ &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Matcher m = classPattern.matcher( name );
&lt;br&gt;+ &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;if ( m.matches() )
&lt;br&gt;+ &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;{
&lt;br&gt;+ &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;prefix = m.group( 1 ) + &amp;quot;L&amp;quot;;
&lt;br&gt;+ &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;suffix = &amp;quot;;&amp;quot;;
&lt;br&gt;+ &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;name = m.group( 2 );
&lt;br&gt;+ &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;}
&lt;br&gt;+
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;for ( Iterator i = relocators.iterator(); i.hasNext(); )
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;{
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Relocator r = (Relocator) i.next();
&lt;br&gt;&amp;nbsp;
&lt;br&gt;- &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;String prefix = &amp;quot;&amp;quot;;
&lt;br&gt;- &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;String suffix = &amp;quot;&amp;quot;;
&lt;br&gt;-
&lt;br&gt;- &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Matcher m = classPattern.matcher( name );
&lt;br&gt;- &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;if ( m.matches() )
&lt;br&gt;- &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;{
&lt;br&gt;- &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;prefix = m.group( 1 ) + &amp;quot;L&amp;quot;;
&lt;br&gt;- &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;suffix = &amp;quot;;&amp;quot;;
&lt;br&gt;- &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;name = m.group( 2 );
&lt;br&gt;- &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;}
&lt;br&gt;-
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;if ( r.canRelocateClass( name ) )
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;{
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;value = prefix + r.relocateClass( name ) + suffix;
&lt;br&gt;@@ -329,8 +330,10 @@
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;break;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;}
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;}
&lt;br&gt;+
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;return value;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;}
&lt;br&gt;+
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;return super.mapValue( object );
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;}
&lt;br&gt;&amp;nbsp;
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Maven---Commits-f15575.html&quot; embed=&quot;fixTarget[15575]&quot; target=&quot;_top&quot; &gt;Maven - Commits&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/svn-commit%3A-r882990----maven-plugins-trunk-maven-shade-plugin-src-main-java-org-apache-maven-plugins-shade-DefaultShader.java-tp26460167p26460167.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26460133</id>
	<title>svn commit: r882989 - in /maven/plugins/trunk/maven-shade-plugin: ./ src/it/reloc-enum-ref-from-anno/ src/it/reloc-enum-ref-from-anno/src/ src/it/reloc-enum-ref-from-anno/src/main/ src/it/reloc-enum-ref-from-anno/src/main/java/ src/it/reloc-enum-ref-fr...</title>
	<published>2009-11-21T12:45:34Z</published>
	<updated>2009-11-21T12:45:34Z</updated>
	<author>
		<name>Benjamin Bentmann-3</name>
	</author>
	<content type="html">Author: bentmann
&lt;br&gt;Date: Sat Nov 21 20:45:33 2009
&lt;br&gt;New Revision: 882989
&lt;br&gt;&lt;br&gt;URL: &lt;a href=&quot;http://svn.apache.org/viewvc?rev=882989&amp;view=rev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://svn.apache.org/viewvc?rev=882989&amp;view=rev&lt;/a&gt;&lt;br&gt;Log:
&lt;br&gt;[MSHADE-64] Relocating does not work, when an annotation references an enum
&lt;br&gt;&lt;br&gt;Added:
&lt;br&gt;&amp;nbsp; &amp;nbsp; maven/plugins/trunk/maven-shade-plugin/src/it/reloc-enum-ref-from-anno/
&lt;br&gt;&amp;nbsp; &amp;nbsp; maven/plugins/trunk/maven-shade-plugin/src/it/reloc-enum-ref-from-anno/invoker.properties &amp;nbsp; (with props)
&lt;br&gt;&amp;nbsp; &amp;nbsp; maven/plugins/trunk/maven-shade-plugin/src/it/reloc-enum-ref-from-anno/pom.xml &amp;nbsp; (with props)
&lt;br&gt;&amp;nbsp; &amp;nbsp; maven/plugins/trunk/maven-shade-plugin/src/it/reloc-enum-ref-from-anno/src/
&lt;br&gt;&amp;nbsp; &amp;nbsp; maven/plugins/trunk/maven-shade-plugin/src/it/reloc-enum-ref-from-anno/src/main/
&lt;br&gt;&amp;nbsp; &amp;nbsp; maven/plugins/trunk/maven-shade-plugin/src/it/reloc-enum-ref-from-anno/src/main/java/
&lt;br&gt;&amp;nbsp; &amp;nbsp; maven/plugins/trunk/maven-shade-plugin/src/it/reloc-enum-ref-from-anno/src/main/java/Main.java &amp;nbsp; (with props)
&lt;br&gt;&amp;nbsp; &amp;nbsp; maven/plugins/trunk/maven-shade-plugin/src/it/reloc-enum-ref-from-anno/src/main/java/MyAnno.java &amp;nbsp; (with props)
&lt;br&gt;&amp;nbsp; &amp;nbsp; maven/plugins/trunk/maven-shade-plugin/src/it/reloc-enum-ref-from-anno/src/main/java/relocated/
&lt;br&gt;&amp;nbsp; &amp;nbsp; maven/plugins/trunk/maven-shade-plugin/src/it/reloc-enum-ref-from-anno/src/main/java/relocated/MyEnum.java &amp;nbsp; (with props)
&lt;br&gt;Modified:
&lt;br&gt;&amp;nbsp; &amp;nbsp; maven/plugins/trunk/maven-shade-plugin/pom.xml
&lt;br&gt;&amp;nbsp; &amp;nbsp; maven/plugins/trunk/maven-shade-plugin/src/main/java/org/apache/maven/plugins/shade/DefaultShader.java
&lt;br&gt;&lt;br&gt;Modified: maven/plugins/trunk/maven-shade-plugin/pom.xml
&lt;br&gt;URL: &lt;a href=&quot;http://svn.apache.org/viewvc/maven/plugins/trunk/maven-shade-plugin/pom.xml?rev=882989&amp;r1=882988&amp;r2=882989&amp;view=diff&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://svn.apache.org/viewvc/maven/plugins/trunk/maven-shade-plugin/pom.xml?rev=882989&amp;r1=882988&amp;r2=882989&amp;view=diff&lt;/a&gt;&lt;br&gt;==============================================================================
&lt;br&gt;--- maven/plugins/trunk/maven-shade-plugin/pom.xml (original)
&lt;br&gt;+++ maven/plugins/trunk/maven-shade-plugin/pom.xml Sat Nov 21 20:45:33 2009
&lt;br&gt;@@ -93,12 +93,12 @@
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;dependency&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;groupId&amp;gt;asm&amp;lt;/groupId&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;artifactId&amp;gt;asm&amp;lt;/artifactId&amp;gt;
&lt;br&gt;- &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;version&amp;gt;3.1&amp;lt;/version&amp;gt;
&lt;br&gt;+ &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;version&amp;gt;3.2&amp;lt;/version&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;/dependency&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;dependency&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;groupId&amp;gt;asm&amp;lt;/groupId&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;artifactId&amp;gt;asm-commons&amp;lt;/artifactId&amp;gt;
&lt;br&gt;- &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;version&amp;gt;3.1&amp;lt;/version&amp;gt;
&lt;br&gt;+ &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;version&amp;gt;3.2&amp;lt;/version&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;/dependency&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;dependency&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;groupId&amp;gt;jdom&amp;lt;/groupId&amp;gt;
&lt;br&gt;@@ -143,7 +143,7 @@
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;plugins&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;plugin&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;artifactId&amp;gt;maven-invoker-plugin&amp;lt;/artifactId&amp;gt;
&lt;br&gt;- &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;version&amp;gt;1.4&amp;lt;/version&amp;gt;
&lt;br&gt;+ &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;version&amp;gt;1.5&amp;lt;/version&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;configuration&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;debug&amp;gt;true&amp;lt;/debug&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;projectsDirectory&amp;gt;src/it&amp;lt;/projectsDirectory&amp;gt;
&lt;br&gt;&lt;br&gt;Added: maven/plugins/trunk/maven-shade-plugin/src/it/reloc-enum-ref-from-anno/invoker.properties
&lt;br&gt;URL: &lt;a href=&quot;http://svn.apache.org/viewvc/maven/plugins/trunk/maven-shade-plugin/src/it/reloc-enum-ref-from-anno/invoker.properties?rev=882989&amp;view=auto&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://svn.apache.org/viewvc/maven/plugins/trunk/maven-shade-plugin/src/it/reloc-enum-ref-from-anno/invoker.properties?rev=882989&amp;view=auto&lt;/a&gt;&lt;br&gt;==============================================================================
&lt;br&gt;--- maven/plugins/trunk/maven-shade-plugin/src/it/reloc-enum-ref-from-anno/invoker.properties (added)
&lt;br&gt;+++ maven/plugins/trunk/maven-shade-plugin/src/it/reloc-enum-ref-from-anno/invoker.properties Sat Nov 21 20:45:33 2009
&lt;br&gt;@@ -0,0 +1 @@
&lt;br&gt;+invoker.java.version = 1.5+
&lt;br&gt;&lt;br&gt;Propchange: maven/plugins/trunk/maven-shade-plugin/src/it/reloc-enum-ref-from-anno/invoker.properties
&lt;br&gt;------------------------------------------------------------------------------
&lt;br&gt;&amp;nbsp; &amp;nbsp; svn:eol-style = native
&lt;br&gt;&lt;br&gt;Propchange: maven/plugins/trunk/maven-shade-plugin/src/it/reloc-enum-ref-from-anno/invoker.properties
&lt;br&gt;------------------------------------------------------------------------------
&lt;br&gt;&amp;nbsp; &amp;nbsp; svn:keywords = Author Date Id Revision
&lt;br&gt;&lt;br&gt;Added: maven/plugins/trunk/maven-shade-plugin/src/it/reloc-enum-ref-from-anno/pom.xml
&lt;br&gt;URL: &lt;a href=&quot;http://svn.apache.org/viewvc/maven/plugins/trunk/maven-shade-plugin/src/it/reloc-enum-ref-from-anno/pom.xml?rev=882989&amp;view=auto&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://svn.apache.org/viewvc/maven/plugins/trunk/maven-shade-plugin/src/it/reloc-enum-ref-from-anno/pom.xml?rev=882989&amp;view=auto&lt;/a&gt;&lt;br&gt;==============================================================================
&lt;br&gt;--- maven/plugins/trunk/maven-shade-plugin/src/it/reloc-enum-ref-from-anno/pom.xml (added)
&lt;br&gt;+++ maven/plugins/trunk/maven-shade-plugin/src/it/reloc-enum-ref-from-anno/pom.xml Sat Nov 21 20:45:33 2009
&lt;br&gt;@@ -0,0 +1,108 @@
&lt;br&gt;+&amp;lt;?xml version=&amp;quot;1.0&amp;quot; encoding=&amp;quot;UTF-8&amp;quot;?&amp;gt;
&lt;br&gt;+
&lt;br&gt;+&amp;lt;!--
&lt;br&gt;+Licensed to the Apache Software Foundation (ASF) under one
&lt;br&gt;+or more contributor license agreements. &amp;nbsp;See the NOTICE file
&lt;br&gt;+distributed with this work for additional information
&lt;br&gt;+regarding copyright ownership. &amp;nbsp;The ASF licenses this file
&lt;br&gt;+to you under the Apache License, Version 2.0 (the
&lt;br&gt;+&amp;quot;License&amp;quot;); you may not use this file except in compliance
&lt;br&gt;+with the License. &amp;nbsp;You may obtain a copy of the License at
&lt;br&gt;+
&lt;br&gt;+ &amp;nbsp;&lt;a href=&quot;http://www.apache.org/licenses/LICENSE-2.0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.apache.org/licenses/LICENSE-2.0&lt;/a&gt;&lt;br&gt;+
&lt;br&gt;+Unless required by applicable law or agreed to in writing,
&lt;br&gt;+software distributed under the License is distributed on an
&lt;br&gt;+&amp;quot;AS IS&amp;quot; BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
&lt;br&gt;+KIND, either express or implied. &amp;nbsp;See the License for the
&lt;br&gt;+specific language governing permissions and limitations
&lt;br&gt;+under the License.
&lt;br&gt;+--&amp;gt;
&lt;br&gt;+
&lt;br&gt;+&amp;lt;project xmlns=&amp;quot;&lt;a href=&quot;http://maven.apache.org/POM/4.0.0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://maven.apache.org/POM/4.0.0&lt;/a&gt;&amp;quot; xmlns:xsi=&amp;quot;&lt;a href=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.w3.org/2001/XMLSchema-instance&lt;/a&gt;&amp;quot; xsi:schemaLocation=&amp;quot;&lt;a href=&quot;http://maven.apache.org/POM/4.0.0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://maven.apache.org/POM/4.0.0&lt;/a&gt;&amp;nbsp;&lt;a href=&quot;http://maven.apache.org/maven-v4_0_0.xsd&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://maven.apache.org/maven-v4_0_0.xsd&lt;/a&gt;&amp;quot;&amp;gt;
&lt;br&gt;+ &amp;nbsp;&amp;lt;modelVersion&amp;gt;4.0.0&amp;lt;/modelVersion&amp;gt;
&lt;br&gt;+
&lt;br&gt;+ &amp;nbsp;&amp;lt;groupId&amp;gt;org.apache.maven.its.shade.rerfa&amp;lt;/groupId&amp;gt;
&lt;br&gt;+ &amp;nbsp;&amp;lt;artifactId&amp;gt;test&amp;lt;/artifactId&amp;gt;
&lt;br&gt;+ &amp;nbsp;&amp;lt;version&amp;gt;1.0&amp;lt;/version&amp;gt;
&lt;br&gt;+ &amp;nbsp;&amp;lt;packaging&amp;gt;jar&amp;lt;/packaging&amp;gt;
&lt;br&gt;+
&lt;br&gt;+ &amp;nbsp;&amp;lt;name&amp;gt;MSHADE-64&amp;lt;/name&amp;gt;
&lt;br&gt;+ &amp;nbsp;&amp;lt;description&amp;gt;
&lt;br&gt;+ &amp;nbsp; &amp;nbsp;Test that enum references in annotations are properly relocated.
&lt;br&gt;+ &amp;nbsp;&amp;lt;/description&amp;gt;
&lt;br&gt;+
&lt;br&gt;+ &amp;nbsp;&amp;lt;build&amp;gt;
&lt;br&gt;+ &amp;nbsp; &amp;nbsp;&amp;lt;plugins&amp;gt;
&lt;br&gt;+ &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;plugin&amp;gt;
&lt;br&gt;+ &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;groupId&amp;gt;org.apache.maven.plugins&amp;lt;/groupId&amp;gt;
&lt;br&gt;+ &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;artifactId&amp;gt;maven-compiler-plugin&amp;lt;/artifactId&amp;gt;
&lt;br&gt;+ &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;version&amp;gt;2.0.2&amp;lt;/version&amp;gt;
&lt;br&gt;+ &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;configuration&amp;gt;
&lt;br&gt;+ &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;source&amp;gt;1.5&amp;lt;/source&amp;gt;
&lt;br&gt;+ &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;target&amp;gt;1.5&amp;lt;/target&amp;gt;
&lt;br&gt;+ &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;/configuration&amp;gt;
&lt;br&gt;+ &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;/plugin&amp;gt;
&lt;br&gt;+ &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;plugin&amp;gt;
&lt;br&gt;+ &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;groupId&amp;gt;org.apache.maven.plugins&amp;lt;/groupId&amp;gt;
&lt;br&gt;+ &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;artifactId&amp;gt;maven-jar-plugin&amp;lt;/artifactId&amp;gt;
&lt;br&gt;+ &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;version&amp;gt;2.1&amp;lt;/version&amp;gt;
&lt;br&gt;+ &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;/plugin&amp;gt;
&lt;br&gt;+ &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;plugin&amp;gt;
&lt;br&gt;+ &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;groupId&amp;gt;org.apache.maven.plugins&amp;lt;/groupId&amp;gt;
&lt;br&gt;+ &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;artifactId&amp;gt;maven-resources-plugin&amp;lt;/artifactId&amp;gt;
&lt;br&gt;+ &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;version&amp;gt;2.2&amp;lt;/version&amp;gt;
&lt;br&gt;+ &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;/plugin&amp;gt;
&lt;br&gt;+ &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;plugin&amp;gt;
&lt;br&gt;+ &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;groupId&amp;gt;org.apache.maven.plugins&amp;lt;/groupId&amp;gt;
&lt;br&gt;+ &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;artifactId&amp;gt;maven-shade-plugin&amp;lt;/artifactId&amp;gt;
&lt;br&gt;+ &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;version&amp;gt;@project.version@&amp;lt;/version&amp;gt;
&lt;br&gt;+ &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;executions&amp;gt;
&lt;br&gt;+ &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;execution&amp;gt;
&lt;br&gt;+ &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;id&amp;gt;shade&amp;lt;/id&amp;gt;
&lt;br&gt;+ &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;phase&amp;gt;package&amp;lt;/phase&amp;gt;
&lt;br&gt;+ &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;goals&amp;gt;
&lt;br&gt;+ &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;goal&amp;gt;shade&amp;lt;/goal&amp;gt;
&lt;br&gt;+ &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;/goals&amp;gt;
&lt;br&gt;+ &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;configuration&amp;gt;
&lt;br&gt;+ &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;createDependencyReducedPom&amp;gt;false&amp;lt;/createDependencyReducedPom&amp;gt;
&lt;br&gt;+ &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;relocations&amp;gt;
&lt;br&gt;+ &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;relocation&amp;gt;
&lt;br&gt;+ &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;pattern&amp;gt;relocated&amp;lt;/pattern&amp;gt;
&lt;br&gt;+ &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;shadedPattern&amp;gt;hidden&amp;lt;/shadedPattern&amp;gt;
&lt;br&gt;+ &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;/relocation&amp;gt;
&lt;br&gt;+ &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;/relocations&amp;gt;
&lt;br&gt;+ &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;/configuration&amp;gt;
&lt;br&gt;+ &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;/execution&amp;gt;
&lt;br&gt;+ &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;/executions&amp;gt;
&lt;br&gt;+ &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;/plugin&amp;gt;
&lt;br&gt;+ &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;plugin&amp;gt;
&lt;br&gt;+ &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;groupId&amp;gt;org.codehaus.mojo&amp;lt;/groupId&amp;gt;
&lt;br&gt;+ &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;artifactId&amp;gt;exec-maven-plugin&amp;lt;/artifactId&amp;gt;
&lt;br&gt;+ &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;version&amp;gt;1.1.1&amp;lt;/version&amp;gt;
&lt;br&gt;+ &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;executions&amp;gt;
&lt;br&gt;+ &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;execution&amp;gt;
&lt;br&gt;+ &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;id&amp;gt;run&amp;lt;/id&amp;gt;
&lt;br&gt;+ &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;phase&amp;gt;verify&amp;lt;/phase&amp;gt;
&lt;br&gt;+ &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;goals&amp;gt;
&lt;br&gt;+ &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;goal&amp;gt;exec&amp;lt;/goal&amp;gt;
&lt;br&gt;+ &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;/goals&amp;gt;
&lt;br&gt;+ &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;configuration&amp;gt;
&lt;br&gt;+ &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;executable&amp;gt;java&amp;lt;/executable&amp;gt;
&lt;br&gt;+ &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;arguments&amp;gt;
&lt;br&gt;+ &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;argument&amp;gt;-classpath&amp;lt;/argument&amp;gt;
&lt;br&gt;+ &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;argument&amp;gt;${project.build.directory}/test-1.0.jar&amp;lt;/argument&amp;gt;
&lt;br&gt;+ &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;argument&amp;gt;Main&amp;lt;/argument&amp;gt;
&lt;br&gt;+ &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;/arguments&amp;gt;
&lt;br&gt;+ &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;/configuration&amp;gt;
&lt;br&gt;+ &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;/execution&amp;gt;
&lt;br&gt;+ &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;/executions&amp;gt;
&lt;br&gt;+ &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;/plugin&amp;gt;
&lt;br&gt;+ &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;plugin&amp;gt;
&lt;br&gt;+ &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;groupId&amp;gt;org.apache.maven.plugins&amp;lt;/groupId&amp;gt;
&lt;br&gt;+ &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;artifactId&amp;gt;maven-surefire-plugin&amp;lt;/artifactId&amp;gt;
&lt;br&gt;+ &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;version&amp;gt;2.3.1&amp;lt;/version&amp;gt;
&lt;br&gt;+ &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;/plugin&amp;gt;
&lt;br&gt;+ &amp;nbsp; &amp;nbsp;&amp;lt;/plugins&amp;gt;
&lt;br&gt;+ &amp;nbsp;&amp;lt;/build&amp;gt;
&lt;br&gt;+&amp;lt;/project&amp;gt;
&lt;br&gt;&lt;br&gt;Propchange: maven/plugins/trunk/maven-shade-plugin/src/it/reloc-enum-ref-from-anno/pom.xml
&lt;br&gt;------------------------------------------------------------------------------
&lt;br&gt;&amp;nbsp; &amp;nbsp; svn:eol-style = native
&lt;br&gt;&lt;br&gt;Propchange: maven/plugins/trunk/maven-shade-plugin/src/it/reloc-enum-ref-from-anno/pom.xml
&lt;br&gt;------------------------------------------------------------------------------
&lt;br&gt;&amp;nbsp; &amp;nbsp; svn:keywords = Author Date Id Revision
&lt;br&gt;&lt;br&gt;Added: maven/plugins/trunk/maven-shade-plugin/src/it/reloc-enum-ref-from-anno/src/main/java/Main.java
&lt;br&gt;URL: &lt;a href=&quot;http://svn.apache.org/viewvc/maven/plugins/trunk/maven-shade-plugin/src/it/reloc-enum-ref-from-anno/src/main/java/Main.java?rev=882989&amp;view=auto&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://svn.apache.org/viewvc/maven/plugins/trunk/maven-shade-plugin/src/it/reloc-enum-ref-from-anno/src/main/java/Main.java?rev=882989&amp;view=auto&lt;/a&gt;&lt;br&gt;==============================================================================
&lt;br&gt;--- maven/plugins/trunk/maven-shade-plugin/src/it/reloc-enum-ref-from-anno/src/main/java/Main.java (added)
&lt;br&gt;+++ maven/plugins/trunk/maven-shade-plugin/src/it/reloc-enum-ref-from-anno/src/main/java/Main.java Sat Nov 21 20:45:33 2009
&lt;br&gt;@@ -0,0 +1,35 @@
&lt;br&gt;+/*
&lt;br&gt;+ * Licensed to the Apache Software Foundation (ASF) under one
&lt;br&gt;+ * or more contributor license agreements. &amp;nbsp;See the NOTICE file
&lt;br&gt;+ * distributed with this work for additional information
&lt;br&gt;+ * regarding copyright ownership. &amp;nbsp;The ASF licenses this file
&lt;br&gt;+ * to you under the Apache License, Version 2.0 (the
&lt;br&gt;+ * &amp;quot;License&amp;quot;); you may not use this file except in compliance
&lt;br&gt;+ * with the License. &amp;nbsp;You may obtain a copy of the License at
&lt;br&gt;+ *
&lt;br&gt;+ * &amp;nbsp; &lt;a href=&quot;http://www.apache.org/licenses/LICENSE-2.0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.apache.org/licenses/LICENSE-2.0&lt;/a&gt;&lt;br&gt;+ *
&lt;br&gt;+ * Unless required by applicable law or agreed to in writing,
&lt;br&gt;+ * software distributed under the License is distributed on an
&lt;br&gt;+ * &amp;quot;AS IS&amp;quot; BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
&lt;br&gt;+ * KIND, either express or implied. &amp;nbsp;See the License for the
&lt;br&gt;+ * specific language governing permissions and limitations
&lt;br&gt;+ * under the License.
&lt;br&gt;+ */
&lt;br&gt;+
&lt;br&gt;+@MyAnno( relocated.MyEnum.YES )
&lt;br&gt;+public class Main
&lt;br&gt;+{
&lt;br&gt;+
&lt;br&gt;+ &amp;nbsp; &amp;nbsp;public static void main( String[] args )
&lt;br&gt;+ &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;throws Exception
&lt;br&gt;+ &amp;nbsp; &amp;nbsp;{
&lt;br&gt;+ &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;MyAnno anno = Main.class.getAnnotation( MyAnno.class );
&lt;br&gt;+ &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;System.out.println( &amp;quot;ANNO: &amp;quot; + anno.value() );
&lt;br&gt;+ &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;if ( !relocated.MyEnum.YES.equals( anno.value() ) )
&lt;br&gt;+ &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;{
&lt;br&gt;+ &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;throw new IllegalStateException( &amp;quot;unexpected value: &amp;quot; + anno.value() );
&lt;br&gt;+ &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;}
&lt;br&gt;+ &amp;nbsp; &amp;nbsp;}
&lt;br&gt;+
&lt;br&gt;+}
&lt;br&gt;&lt;br&gt;Propchange: maven/plugins/trunk/maven-shade-plugin/src/it/reloc-enum-ref-from-anno/src/main/java/Main.java
&lt;br&gt;------------------------------------------------------------------------------
&lt;br&gt;&amp;nbsp; &amp;nbsp; svn:eol-style = native
&lt;br&gt;&lt;br&gt;Propchange: maven/plugins/trunk/maven-shade-plugin/src/it/reloc-enum-ref-from-anno/src/main/java/Main.java
&lt;br&gt;------------------------------------------------------------------------------
&lt;br&gt;&amp;nbsp; &amp;nbsp; svn:keywords = Author Date Id Revision
&lt;br&gt;&lt;br&gt;Added: maven/plugins/trunk/maven-shade-plugin/src/it/reloc-enum-ref-from-anno/src/main/java/MyAnno.java
&lt;br&gt;URL: &lt;a href=&quot;http://svn.apache.org/viewvc/maven/plugins/trunk/maven-shade-plugin/src/it/reloc-enum-ref-from-anno/src/main/java/MyAnno.java?rev=882989&amp;view=auto&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://svn.apache.org/viewvc/maven/plugins/trunk/maven-shade-plugin/src/it/reloc-enum-ref-from-anno/src/main/java/MyAnno.java?rev=882989&amp;view=auto&lt;/a&gt;&lt;br&gt;==============================================================================
&lt;br&gt;--- maven/plugins/trunk/maven-shade-plugin/src/it/reloc-enum-ref-from-anno/src/main/java/MyAnno.java (added)
&lt;br&gt;+++ maven/plugins/trunk/maven-shade-plugin/src/it/reloc-enum-ref-from-anno/src/main/java/MyAnno.java Sat Nov 21 20:45:33 2009
&lt;br&gt;@@ -0,0 +1,26 @@
&lt;br&gt;+/*
&lt;br&gt;+ * Licensed to the Apache Software Foundation (ASF) under one
&lt;br&gt;+ * or more contributor license agreements. &amp;nbsp;See the NOTICE file
&lt;br&gt;+ * distributed with this work for additional information
&lt;br&gt;+ * regarding copyright ownership. &amp;nbsp;The ASF licenses this file
&lt;br&gt;+ * to you under the Apache License, Version 2.0 (the
&lt;br&gt;+ * &amp;quot;License&amp;quot;); you may not use this file except in compliance
&lt;br&gt;+ * with the License. &amp;nbsp;You may obtain a copy of the License at
&lt;br&gt;+ *
&lt;br&gt;+ * &amp;nbsp; &lt;a href=&quot;http://www.apache.org/licenses/LICENSE-2.0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.apache.org/licenses/LICENSE-2.0&lt;/a&gt;&lt;br&gt;+ *
&lt;br&gt;+ * Unless required by applicable law or agreed to in writing,
&lt;br&gt;+ * software distributed under the License is distributed on an
&lt;br&gt;+ * &amp;quot;AS IS&amp;quot; BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
&lt;br&gt;+ * KIND, either express or implied. &amp;nbsp;See the License for the
&lt;br&gt;+ * specific language governing permissions and limitations
&lt;br&gt;+ * under the License.
&lt;br&gt;+ */
&lt;br&gt;+
&lt;br&gt;+@java.lang.annotation.Retention( java.lang.annotation.RetentionPolicy.RUNTIME )
&lt;br&gt;+public @interface MyAnno
&lt;br&gt;+{
&lt;br&gt;+
&lt;br&gt;+ &amp;nbsp; &amp;nbsp;relocated.MyEnum value();
&lt;br&gt;+
&lt;br&gt;+}
&lt;br&gt;&lt;br&gt;Propchange: maven/plugins/trunk/maven-shade-plugin/src/it/reloc-enum-ref-from-anno/src/main/java/MyAnno.java
&lt;br&gt;------------------------------------------------------------------------------
&lt;br&gt;&amp;nbsp; &amp;nbsp; svn:eol-style = native
&lt;br&gt;&lt;br&gt;Propchange: maven/plugins/trunk/maven-shade-plugin/src/it/reloc-enum-ref-from-anno/src/main/java/MyAnno.java
&lt;br&gt;------------------------------------------------------------------------------
&lt;br&gt;&amp;nbsp; &amp;nbsp; svn:keywords = Author Date Id Revision
&lt;br&gt;&lt;br&gt;Added: maven/plugins/trunk/maven-shade-plugin/src/it/reloc-enum-ref-from-anno/src/main/java/relocated/MyEnum.java
&lt;br&gt;URL: &lt;a href=&quot;http://svn.apache.org/viewvc/maven/plugins/trunk/maven-shade-plugin/src/it/reloc-enum-ref-from-anno/src/main/java/relocated/MyEnum.java?rev=882989&amp;view=auto&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://svn.apache.org/viewvc/maven/plugins/trunk/maven-shade-plugin/src/it/reloc-enum-ref-from-anno/src/main/java/relocated/MyEnum.java?rev=882989&amp;view=auto&lt;/a&gt;&lt;br&gt;==============================================================================
&lt;br&gt;--- maven/plugins/trunk/maven-shade-plugin/src/it/reloc-enum-ref-from-anno/src/main/java/relocated/MyEnum.java (added)
&lt;br&gt;+++ maven/plugins/trunk/maven-shade-plugin/src/it/reloc-enum-ref-from-anno/src/main/java/relocated/MyEnum.java Sat Nov 21 20:45:33 2009
&lt;br&gt;@@ -0,0 +1,27 @@
&lt;br&gt;+package relocated;
&lt;br&gt;+
&lt;br&gt;+/*
&lt;br&gt;+ * Licensed to the Apache Software Foundation (ASF) under one
&lt;br&gt;+ * or more contributor license agreements. &amp;nbsp;See the NOTICE file
&lt;br&gt;+ * distributed with this work for additional information
&lt;br&gt;+ * regarding copyright ownership. &amp;nbsp;The ASF licenses this file
&lt;br&gt;+ * to you under the Apache License, Version 2.0 (the
&lt;br&gt;+ * &amp;quot;License&amp;quot;); you may not use this file except in compliance
&lt;br&gt;+ * with the License. &amp;nbsp;You may obtain a copy of the License at
&lt;br&gt;+ *
&lt;br&gt;+ * &amp;nbsp; &lt;a href=&quot;http://www.apache.org/licenses/LICENSE-2.0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.apache.org/licenses/LICENSE-2.0&lt;/a&gt;&lt;br&gt;+ *
&lt;br&gt;+ * Unless required by applicable law or agreed to in writing,
&lt;br&gt;+ * software distributed under the License is distributed on an
&lt;br&gt;+ * &amp;quot;AS IS&amp;quot; BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
&lt;br&gt;+ * KIND, either express or implied. &amp;nbsp;See the License for the
&lt;br&gt;+ * specific language governing permissions and limitations
&lt;br&gt;+ * under the License.
&lt;br&gt;+ */
&lt;br&gt;+
&lt;br&gt;+public enum MyEnum
&lt;br&gt;+{
&lt;br&gt;+
&lt;br&gt;+ &amp;nbsp; &amp;nbsp;YES, NO
&lt;br&gt;+
&lt;br&gt;+}
&lt;br&gt;&lt;br&gt;Propchange: maven/plugins/trunk/maven-shade-plugin/src/it/reloc-enum-ref-from-anno/src/main/java/relocated/MyEnum.java
&lt;br&gt;------------------------------------------------------------------------------
&lt;br&gt;&amp;nbsp; &amp;nbsp; svn:eol-style = native
&lt;br&gt;&lt;br&gt;Propchange: maven/plugins/trunk/maven-shade-plugin/src/it/reloc-enum-ref-from-anno/src/main/java/relocated/MyEnum.java
&lt;br&gt;------------------------------------------------------------------------------
&lt;br&gt;&amp;nbsp; &amp;nbsp; svn:keywords = Author Date Id Revision
&lt;br&gt;&lt;br&gt;Modified: maven/plugins/trunk/maven-shade-plugin/src/main/java/org/apache/maven/plugins/shade/DefaultShader.java
&lt;br&gt;URL: &lt;a href=&quot;http://svn.apache.org/viewvc/maven/plugins/trunk/maven-shade-plugin/src/main/java/org/apache/maven/plugins/shade/DefaultShader.java?rev=882989&amp;r1=882988&amp;r2=882989&amp;view=diff&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://svn.apache.org/viewvc/maven/plugins/trunk/maven-shade-plugin/src/main/java/org/apache/maven/plugins/shade/DefaultShader.java?rev=882989&amp;r1=882988&amp;r2=882989&amp;view=diff&lt;/a&gt;&lt;br&gt;==============================================================================
&lt;br&gt;--- maven/plugins/trunk/maven-shade-plugin/src/main/java/org/apache/maven/plugins/shade/DefaultShader.java (original)
&lt;br&gt;+++ maven/plugins/trunk/maven-shade-plugin/src/main/java/org/apache/maven/plugins/shade/DefaultShader.java Sat Nov 21 20:45:33 2009
&lt;br&gt;@@ -337,17 +337,32 @@
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;public String map( String name )
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;{
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;String value = name;
&lt;br&gt;+
&lt;br&gt;+ &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;String prefix = &amp;quot;&amp;quot;;
&lt;br&gt;+ &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;String suffix = &amp;quot;&amp;quot;;
&lt;br&gt;+
&lt;br&gt;+ &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Matcher m = classPattern.matcher( name );
&lt;br&gt;+ &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;if ( m.matches() )
&lt;br&gt;+ &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;{
&lt;br&gt;+ &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;prefix = m.group( 1 ) + &amp;quot;L&amp;quot;;
&lt;br&gt;+ &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;suffix = &amp;quot;;&amp;quot;;
&lt;br&gt;+ &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;name = m.group( 2 );
&lt;br&gt;+ &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;}
&lt;br&gt;+
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;for ( Iterator i = relocators.iterator(); i.hasNext(); )
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;{
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Relocator r = (Relocator) i.next();
&lt;br&gt;&amp;nbsp;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;if ( r.canRelocatePath( name ) )
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;{
&lt;br&gt;- &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;value = r.relocatePath( name );
&lt;br&gt;+ &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;value = prefix + r.relocatePath( name ) + suffix;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;break;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;}
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;}
&lt;br&gt;+
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;return value;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;}
&lt;br&gt;+
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;}
&lt;br&gt;+
&lt;br&gt;&amp;nbsp;}
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Maven---Commits-f15575.html&quot; embed=&quot;fixTarget[15575]&quot; target=&quot;_top&quot; &gt;Maven - Commits&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/svn-commit%3A-r882989---in--maven-plugins-trunk-maven-shade-plugin%3A-.--src-it-reloc-enum-ref-from-anno--src-it-reloc-enum-ref-from-anno-src--src-it-reloc-enum-ref-from-anno-src-main--src-it-reloc-enum-ref-from-anno-src-main-java--src-it-reloc-enum-ref-fr...-tp26460133p26460133.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26458658</id>
	<title>Re: [VOTE] Release Maven Changes Plugin version 2.2</title>
	<published>2009-11-21T09:42:34Z</published>
	<updated>2009-11-21T09:42:34Z</updated>
	<author>
		<name>Hervé BOUTEMY</name>
	</author>
	<content type="html">+1
&lt;br&gt;&lt;br&gt;Hervé
&lt;br&gt;&lt;br&gt;Le vendredi 20 novembre 2009, Dennis Lundberg a écrit :
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Hi,
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; We solved 18 issues:
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://jira.codehaus.org/secure/ReleaseNote.jspa?projectId=11212&amp;version=14&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://jira.codehaus.org/secure/ReleaseNote.jspa?projectId=11212&amp;version=14&lt;/a&gt;&lt;br&gt;&amp;gt; 696
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; There are still a couple of issues left in JIRA:
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://jira.codehaus.org/secure/IssueNavigator.jspa?reset=true&amp;pid=11212&amp;st&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://jira.codehaus.org/secure/IssueNavigator.jspa?reset=true&amp;pid=11212&amp;st&lt;/a&gt;&lt;br&gt;&amp;gt; atus=1
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Staging repo:
&lt;br&gt;&amp;gt; &lt;a href=&quot;https://repository.apache.org/content/repositories/maven-012/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://repository.apache.org/content/repositories/maven-012/&lt;/a&gt;&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Staging site:
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://maven.apache.org/plugins/maven-changes-plugin-2.2/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://maven.apache.org/plugins/maven-changes-plugin-2.2/&lt;/a&gt;&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Guide to testing staged releases:
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://maven.apache.org/guides/development/guide-testing-releases.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://maven.apache.org/guides/development/guide-testing-releases.html&lt;/a&gt;&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Vote open for 72 hours.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; [ ] +1
&lt;br&gt;&amp;gt; [ ] +0
&lt;br&gt;&amp;gt; [ ] -1
&lt;br&gt;&amp;gt; 
&lt;/div&gt;&lt;br&gt;&lt;br&gt;---------------------------------------------------------------------
&lt;br&gt;To unsubscribe, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26458658&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;dev-unsubscribe@...&lt;/a&gt;
&lt;br&gt;For additional commands, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26458658&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;dev-help@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Maven-Developers-f179.html&quot; embed=&quot;fixTarget[179]&quot; target=&quot;_top&quot; &gt;Maven Developers&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/-VOTE--Release-Maven-Changes-Plugin-version-2.2-tp26451133p26458658.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26458655</id>
	<title>Re: [VOTE] Release Maven JAR Plugin version 2.3</title>
	<published>2009-11-21T09:42:01Z</published>
	<updated>2009-11-21T09:42:01Z</updated>
	<author>
		<name>Hervé BOUTEMY</name>
	</author>
	<content type="html">+1
&lt;br&gt;&lt;br&gt;Hervé
&lt;br&gt;&lt;br&gt;Le samedi 21 novembre 2009, Dennis Lundberg a écrit :
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Hi,
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; We solved 4 issues:
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://jira.codehaus.org/secure/ReleaseNote.jspa?projectId=11137&amp;version=13&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://jira.codehaus.org/secure/ReleaseNote.jspa?projectId=11137&amp;version=13&lt;/a&gt;&lt;br&gt;&amp;gt; 995
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; There are still a couple of issues left in JIRA:
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://jira.codehaus.org/secure/IssueNavigator.jspa?reset=true&amp;pid=11137&amp;st&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://jira.codehaus.org/secure/IssueNavigator.jspa?reset=true&amp;pid=11137&amp;st&lt;/a&gt;&lt;br&gt;&amp;gt; atus=1
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Staging repo:
&lt;br&gt;&amp;gt; &lt;a href=&quot;https://repository.apache.org/content/repositories/maven-013/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://repository.apache.org/content/repositories/maven-013/&lt;/a&gt;&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Staging site:
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://maven.apache.org/plugins/maven-jar-plugin-2.3/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://maven.apache.org/plugins/maven-jar-plugin-2.3/&lt;/a&gt;&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Guide to testing staged releases:
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://maven.apache.org/guides/development/guide-testing-releases.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://maven.apache.org/guides/development/guide-testing-releases.html&lt;/a&gt;&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Vote open for 72 hours.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; [ ] +1
&lt;br&gt;&amp;gt; [ ] +0
&lt;br&gt;&amp;gt; [ ] -1
&lt;br&gt;&amp;gt; 
&lt;/div&gt;&lt;br&gt;&lt;br&gt;---------------------------------------------------------------------
&lt;br&gt;To unsubscribe, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26458655&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;dev-unsubscribe@...&lt;/a&gt;
&lt;br&gt;For additional commands, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26458655&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;dev-help@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Maven-Developers-f179.html&quot; embed=&quot;fixTarget[179]&quot; target=&quot;_top&quot; &gt;Maven Developers&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/-VOTE--Release-Maven-JAR-Plugin-version-2.3-tp26451888p26458655.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26458652</id>
	<title>Re: [VOTE] Release Maven Doxia Tools Shared Component version 1.1</title>
	<published>2009-11-21T09:41:29Z</published>
	<updated>2009-11-21T09:41:29Z</updated>
	<author>
		<name>Hervé BOUTEMY</name>
	</author>
	<content type="html">+1
&lt;br&gt;&lt;br&gt;Hervé
&lt;br&gt;&lt;br&gt;Le samedi 21 novembre 2009, Dennis Lundberg a écrit :
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Hi,
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; This is the first of a series of releases to get Maven Site Plugin 2.1
&lt;br&gt;&amp;gt; released.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; We solved 4 issues:
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://jira.codehaus.org/secure/ReleaseNote.jspa?projectId=11761&amp;version=14&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://jira.codehaus.org/secure/ReleaseNote.jspa?projectId=11761&amp;version=14&lt;/a&gt;&lt;br&gt;&amp;gt; 385
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; There are no issues left in JIRA!
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Staging repo:
&lt;br&gt;&amp;gt; &lt;a href=&quot;https://repository.apache.org/content/repositories/maven-014/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://repository.apache.org/content/repositories/maven-014/&lt;/a&gt;&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Staging site:
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://maven.apache.org/shared/maven-doxia-tools-1.1/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://maven.apache.org/shared/maven-doxia-tools-1.1/&lt;/a&gt;&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Guide to testing staged releases:
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://maven.apache.org/guides/development/guide-testing-releases.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://maven.apache.org/guides/development/guide-testing-releases.html&lt;/a&gt;&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Vote open for 72 hours.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; [ ] +1
&lt;br&gt;&amp;gt; [ ] +0
&lt;br&gt;&amp;gt; [ ] -1
&lt;br&gt;&amp;gt; 
&lt;/div&gt;&lt;br&gt;&lt;br&gt;---------------------------------------------------------------------
&lt;br&gt;To unsubscribe, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26458652&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;dev-unsubscribe@...&lt;/a&gt;
&lt;br&gt;For additional commands, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26458652&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;dev-help@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Maven-Developers-f179.html&quot; embed=&quot;fixTarget[179]&quot; target=&quot;_top&quot; &gt;Maven Developers&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/-VOTE--Release-Maven-Doxia-Tools-Shared-Component-version-1.1-tp26452113p26458652.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26458210</id>
	<title>Re: Archetype plugin in m2eclipse 0.9.9.200911171109</title>
	<published>2009-11-21T08:45:37Z</published>
	<updated>2009-11-21T08:45:37Z</updated>
	<author>
		<name>stug23</name>
	</author>
	<content type="html">Igor,
&lt;br&gt;&lt;br&gt;When will we see another dev seed update of m2e so that I can try out the archetypes?
&lt;br&gt;&lt;br&gt;&lt;blockquote class=&quot;quote light-black dark-border-color&quot;&gt;&lt;div class=&quot;quote light-border-color&quot;&gt;
&lt;div class=&quot;quote-author&quot; style=&quot;font-weight: bold;&quot;&gt;Igor Fedorenko-4 wrote:&lt;/div&gt;
&lt;div class=&quot;quote-message shrinkable-quote&quot;&gt;Can you suggest proper plugin version?
&lt;br&gt;&lt;br&gt;--
&lt;br&gt;Regards,
&lt;br&gt;Igor
&lt;br&gt;&lt;br&gt;Snjezana Peco wrote:
&lt;br&gt;&amp;gt; Hi,
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; m2eclipse 0.9.9.200911171109 contains the 
&lt;br&gt;&amp;gt; org.maven.ide.components.archetype_common plugin 2.0.1.20090526-1230. It 
&lt;br&gt;&amp;gt; is the old plugin that includes archetype-common 2.0-alpha-2. The 
&lt;br&gt;&amp;gt; problem is that the plugin version hasn't been changed in 
&lt;br&gt;&amp;gt; META-INF/MANIFEST.MF.
&lt;br&gt;&amp;gt; The correct plugin is placed in 
&lt;br&gt;&amp;gt; &lt;a href=&quot;https://anonsvn.jboss.org/repos/jbosstools/workspace/snjeza/m2eclipse-updatesite/plugins/org.maven.ide.components.archetype_common_2.0.1.20091110-0001.jar&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://anonsvn.jboss.org/repos/jbosstools/workspace/snjeza/m2eclipse-updatesite/plugins/org.maven.ide.components.archetype_common_2.0.1.20091110-0001.jar&lt;/a&gt;&amp;nbsp;
&lt;br&gt;&amp;gt; including archetype-common 2.0-alpha-4.
&lt;br&gt;&amp;gt; archetype-common 2.0-alpha-4 fixes a lot of issues related to the 
&lt;br&gt;&amp;gt; archetypes.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Snjeza
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; ---------------------------------------------------------------------
&lt;br&gt;&amp;gt; To unsubscribe from this list, please visit:
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp;&lt;a href=&quot;http://xircles.codehaus.org/manage_email&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://xircles.codehaus.org/manage_email&lt;/a&gt;&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; 
&lt;br&gt;&lt;br&gt;---------------------------------------------------------------------
&lt;br&gt;To unsubscribe from this list, please visit:
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &lt;a href=&quot;http://xircles.codehaus.org/manage_email&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://xircles.codehaus.org/manage_email&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;/div&gt;
&lt;/div&gt;&lt;/blockquote&gt;
&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Maven-Eclipse---User-f14525.html&quot; embed=&quot;fixTarget[14525]&quot; target=&quot;_top&quot; &gt;Maven Eclipse - User&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Archetype-plugin-in-m2eclipse-0.9.9.200911171109-tp26435062p26458210.html" />
</entry>

</feed>
