Re: Eclipse Luna and M2Extra

2014-10-10 Thread Karl Heinz Marbaise
Hi Dan, which version of m2e have you installed ? Kind regards Karl Heinz Marbaise On 10/10/14 3:41 AM, Dan Tran wrote: I am try to install m2extra with eclipse luna using http://ifedorenko.github.com/m2e-extras/ Is it still a valid updatesite, I am running into dependency issue error is I

Re: Eclipse Luna and M2Extra

2014-10-10 Thread Ron Wheeler
You can save a lot of these types of issues that just add overhead by using the free Eclipse/STS from the Springsource guys. OOB, it is Eclipse Luna with everything that you need to develop with Java and Maven (and a lot of other technologies). I have found one problem with the JavaFX plug-in e

Re: hidden and ignore files in an archetype?

2014-10-10 Thread Maven User
Also - maybe it's just a nuance lost on me, but if you don't release your archetype, the generate call won't find it :-/ Still can't get it to find the ".gitignore". On Thu, Oct 9, 2014 at 11:42 PM, Maven User wrote: > Does maven have standard set of exclude patterns? > > For giggles, workin

Re: hidden and ignore files in an archetype?

2014-10-10 Thread Maven User
And I guess even that isn't accurate - if you've run install/deploy locally, it creates the catalog file locally :-( Anyone using this feature of maven at all? On Fri, Oct 10, 2014 at 11:17 AM, Maven User wrote: > Also - maybe it's just a nuance lost on me, but if you don't release > your archet

Re: Eclipse Luna and M2Extra

2014-10-10 Thread Dan Tran
I am using both STS 3.6.1 and Luna R ( dont ask why :-). after install a new STS, I need to install http://ifedorenko.github.com/m2e-extras/ to get mavendev development with mojo annotation support[1], that update site, requires m2e 1.6 which is not officially released yet ( i pick it up from Ta

Re: Eclipse Luna and M2Extra

2014-10-10 Thread Dan Tran
looks like it is a STS issue. I am going to switch to LUNA !ENTRY org.eclipse.jface 4 2 2014-10-10 09:28:16.566 !MESSAGE Problems occurred when invoking code from plug-in: "org.eclipse.jface". !STACK 0 java.lang.NullPointerException at org.eclipse.jface.viewers.ViewerCell.getStyleRanges(ViewerCel

Re: Using Maven VFS plugin 1.0

2014-10-10 Thread Dan Tran
Did you build smb vfs provider an hook it up with vfs-maven-plugin via plugin's dependency? -D On Fri, Oct 10, 2014 at 3:12 AM, Jérôme RAULINE wrote: > Hi, > > I'm trying to use this plugin to copy files to SMB. > I don't manage to get it work with Maven 3.0.3. > > In this class : > https://svn

Different Exclusions based on Scope

2014-10-10 Thread Jamie Johnson
I have a need to pull in a different set of dependencies for a particular artifact depending on the scope. For compile I need dependency A without transitive dependencies, but for Test I need A with transitive dependencies. What is the appropriate way to build a POM file that accomplishes this?

Re: Eclipse Luna and M2Extra

2014-10-10 Thread Dan Tran
Vanila Luna does not have problem. I will file issue at STS -D On Fri, Oct 10, 2014 at 9:31 AM, Dan Tran wrote: > looks like it is a STS issue. > > I am going to switch to LUNA > > !ENTRY org.eclipse.jface 4 2 2014-10-10 09:28:16.566 > !MESSAGE Problems occurred when invoking code from plug-in:

Re: Eclipse Luna and M2Extra

2014-10-10 Thread Ron Wheeler
You are way past my use of Eclipse. Ain't "bundles" wonderful - solves all those dependency problems. I had a bundle conflict trying to get e(fx)clipse into STS. Had to go to a vanilla Luna to get it to install so I did not have the rest of my tools and now have 2 Eclipse IDEs until the STS h

Enum-type parameters in Guide to Developing Java Plugins

2014-10-10 Thread Gerold Broser
Hi, While searching for something completely different I stumbled across Support Enum-type parameters in mojos - http//jira.codehaus.org/browse/MNG-4292. If that had been in the Guide to Developing Java Plugins - https://maven.apache.org/guides/plugin/guide-java-plugin-development.html I'd realiz

Enum-type parameters in Guide to Developing Java Plugins

2014-10-10 Thread Gerold Broser
Hi, While searching for something completely different I stumbled across Support Enum-type parameters in mojos - http//jira.codehaus.org/browse/MNG-4292. If that had been in the Guide to Developing Java Plugins - https://maven.apache.org/guides/plugin/guide-java-plugin-development.html I'd realiz