[jira] Commented: (MECLIPSE-229) multiproject with classifier dependency on another module
[ http://jira.codehaus.org/browse/MECLIPSE-229?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=196390#action_196390 ] Vincenzo Vitale commented on MECLIPSE-229: -- Any update on this? I have exactly the same problem using the GWT eclipse plugin with two different project both with GWT code. To have the plugin working fine I had to add: com.tomtom.web common ${version} com.tomtom.web common ${version} sources compile in the upper project but in this way a only project dependency will be added in ecllipse and I do need this only for the first dep and a normal jar dep for the second dep (related to the source code). Thanks, V. > multiproject with classifier dependency on another module > - > > Key: MECLIPSE-229 > URL: http://jira.codehaus.org/browse/MECLIPSE-229 > Project: Maven 2.x Eclipse Plugin > Issue Type: Bug > Components: Core : Multi-projects >Affects Versions: 2.2, 2.3 > Environment: windows, java5, multiproject >Reporter: Vlad Skarzhevskyy > Attachments: noProjectReferences.patch > > > I have module "microemu-injected" with artifact > inject > > org.microemu > microemu-injected > ${version} > inject > > When I generate eclipse project I got dependency on complete project not just > to its artifact. > > When generating project for each module separately > path="M2_REPO/org/microemu/microemu-injected/2.0.1-SNAPSHOT/microemu-injected-2.0.1-SNAPSHOT-inject.jar"/> >And this is what I need. >But I have other project dependancy so I can't use > useProjectReferences:false > Project > https://microemulator.svn.sourceforge.net/svnroot/microemulator/trunk/microemulator > Is it posible to add filter to configuration of maven-eclipse-plugin > to trigger different behaviour for this situation. > like this: > > > false > > microemu-injected > > > > or > Simple : > > false > -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira
[jira] Created: (MAVENUPLOAD-2511) Simplestuff project : released 0.6
Simplestuff project : released 0.6 -- Key: MAVENUPLOAD-2511 URL: http://jira.codehaus.org/browse/MAVENUPLOAD-2511 Project: Maven Upload Requests Issue Type: Wish Reporter: Vincenzo Vitale Attachments: simplestuff-0.6-bundle.jar New release (0.6) of the SimpleStuff project You can see my name here: http://code.google.com/p/simplestuff/ Here the description of the first component included in SimpleStuff: http://code.google.com/p/simplestuff/wiki/SimpleBean -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira
[jira] Closed: (MAVENUPLOAD-2510) Simplestuff project : released 0.5
[ http://jira.codehaus.org/browse/MAVENUPLOAD-2510?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Vincenzo Vitale closed MAVENUPLOAD-2510. Resolution: Fixed Wrong details > Simplestuff project : released 0.5 > -- > > Key: MAVENUPLOAD-2510 > URL: http://jira.codehaus.org/browse/MAVENUPLOAD-2510 > Project: Maven Upload Requests > Issue Type: Wish >Reporter: Vincenzo Vitale >Assignee: Carlos Sanchez > > New release (0.4) of the SimpleStuff project > You can see my name here: > http://code.google.com/p/simplestuff/ > Here the description of the first component included in SimpleStuff: > http://code.google.com/p/simplestuff/wiki/SimpleBean -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira
[jira] Created: (MAVENUPLOAD-2510) Simplestuff project : released 0.5
Simplestuff project : released 0.5 -- Key: MAVENUPLOAD-2510 URL: http://jira.codehaus.org/browse/MAVENUPLOAD-2510 Project: Maven Upload Requests Issue Type: Wish Reporter: Vincenzo Vitale Assignee: Carlos Sanchez New release (0.4) of the SimpleStuff project You can see my name here: http://code.google.com/p/simplestuff/ Here the description of the first component included in SimpleStuff: http://code.google.com/p/simplestuff/wiki/SimpleBean -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira
[jira] Commented: (MAVENUPLOAD-2463) Synchronize Spring ME Maven Repository
[ http://jira.codehaus.org/browse/MAVENUPLOAD-2463?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=177057#action_177057 ] Vincenzo Vitale commented on MAVENUPLOAD-2463: -- +1 > Synchronize Spring ME Maven Repository > -- > > Key: MAVENUPLOAD-2463 > URL: http://jira.codehaus.org/browse/MAVENUPLOAD-2463 > Project: Maven Upload Requests > Issue Type: Wish >Reporter: Wilfred Springer > > Please synchronize this repository with Spring ME releases with the central > Maven repository. > "me.springframework","mavens...@web.sourceforge.net:/home/groups/s/sp/springme/htdocs/repository","rsync_ssh","Wilfred > Springer","wilf...@flotsam.nl",, -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira
[jira] Commented: (MNG-3832) Allow wildcards in dependency exclusions
[ http://jira.codehaus.org/browse/MNG-3832?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=171684#action_171684 ] Vincenzo Vitale commented on MNG-3832: -- +1 > Allow wildcards in dependency exclusions > > > Key: MNG-3832 > URL: http://jira.codehaus.org/browse/MNG-3832 > Project: Maven 2 > Issue Type: New Feature > Components: Dependencies >Reporter: Paul Gier > Fix For: 2.x > > > I would like to be able to exclude all transitive dependencies from a certain > dependencies. This is especially useful when depending on an artifact with a > classifier that may not have the same dependencies as the main artifact. > Currently the only way to do this is by excluding each dependency > individually which requires significant effort and is prone to becoming out > of date. The following syntax is one possibility. > Exclude all transitive dependencies > {code} > > * > > {code} > Exclude transitive dependencies with the groupId "org.company" > {code} > > org.company > * > > {code} -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira
[jira] Created: (MAVENUPLOAD-2316) Simplestuff project : released 0.4
Simplestuff project : released 0.4 -- Key: MAVENUPLOAD-2316 URL: http://jira.codehaus.org/browse/MAVENUPLOAD-2316 Project: Maven Upload Requests Issue Type: Wish Reporter: Vincenzo Vitale Attachments: simplestuff-0.4-bundle.jar New release (0.4) of the SimpleStuff project You can see my name here: http://code.google.com/p/simplestuff/ Here the description of the first component included in SimpleStuff: http://code.google.com/p/simplestuff/wiki/SimpleBean -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira
[jira] Created: (MAVENUPLOAD-2149) SimpleStuff Project (0.1 released)
SimpleStuff Project (0.1 released) -- Key: MAVENUPLOAD-2149 URL: http://jira.codehaus.org/browse/MAVENUPLOAD-2149 Project: Maven Upload Requests Issue Type: Wish Reporter: Vincenzo Vitale I'm the creator of the SimpleStuff project You can see my name here: http://code.google.com/p/simplestuff/ Here the description of the first component included in SimpleStuff: http://code.google.com/p/simplestuff/wiki/SimpleBean -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira