Re: Using the Maven Indexer

2014-11-24 Thread Hervé BOUTEMY
indexing is really meant to be done on local filesystem: the format is not really "local repositories", but direct filesystem access to remote repository content working through network cause performance issues, and you won't get some information like last modified time, or directory listing n

Re: Enforcing annotations

2014-11-24 Thread Paul Benedict
I think you will find it easier to add a temporary Spring bean (during development) that scans your beans/annotations to report what you want: http://stackoverflow.com/questions/259140/scanning-java-annotations-at-runtime Cheers, Paul On Mon, Nov 24, 2014 at 9:01 PM, Niranjan Rao wrote: > Sinc

Enforcing annotations

2014-11-24 Thread Niranjan Rao
Since this was not a maven question directly, I tried posting this at stackoverflow first at https://stackoverflow.com/questions/27068654/how-to-enforce-verify-spring-scope-annotation-on-spring-beans. Did not get much traction. We do use spring and its dependency injection mechanism using ann

Re: E-Book "Beter Builds with Maven" seems to be missing

2014-11-24 Thread Olivier Lamy
links fixed. On 25 November 2014 at 13:14, Russell Gold wrote: > I found it on Scribd - I assume this is the one you mean. > > http://www.scribd.com/doc/238927/Better-Builds-With-Maven > >> On Nov 11, 2014, at 3:09 AM, Nick Stolwijk wrote: >> >> Hi all, >> >> It seems the link from the External

Re: E-Book "Beter Builds with Maven" seems to be missing

2014-11-24 Thread Russell Gold
I found it on Scribd - I assume this is the one you mean. http://www.scribd.com/doc/238927/Better-Builds-With-Maven > On Nov 11, 2014, at 3:09 AM, Nick Stolwijk wrote: > > Hi all, > > It seems the link from the External Resources[1] to the e-book "Beter > Builds with Maven'[2] is broken. > >

Linux Command Line System Property Issue

2014-11-24 Thread Gribnau, Phillip
Hi Everyone, I am having trouble passing in a value via the command line on bash in linux, but I have it working correctly on windows. On the command line, if I pass in the following: -DmavenArgLine="arg1 arg2" The error on linux is: Unknown lifecycle phase "arg2" Windows is able to interpret t

assembly plugin

2014-11-24 Thread Carlos Alegria Galicia
Hi all, I am trying to use the artifact version within the java code of my project, by reading the contents of META-INF/maven/plugin-id/artifact-id/pom.properties file that is generated by the jar plugin. I am creating a package of my project using the assembly plugin with the jar-with-dependenci

Re: Using the Maven Indexer

2014-11-24 Thread Eduard Moraru
Hi, I have a new question: How can I index a remote repository? All the examples I have found and even the NexusIndexerCli seem to be focused about indexing *only* local repositories and then publishing this index for consumption. I do not want to do that. Is there any way I can pass an URL to an