Re: class path within framework

2016-05-26 Thread Philipp Kraus
Thanks a lot, it was my mistake, I have got an wrong path for my resources Am 26.05.2016 um 13:14 schrieb Robert Patrick : > I assume that you don't want to put the properties file inside the framework > jar (which is the easiest solution). > > If the properties file is always at the same rela

maven-jar-plugin out of heap space

2016-05-26 Thread WonderCsabo
Hey, After i updated the maven-jar-plugin to version 3.0.0, i started to see these problems on my CI build: https://travis-ci.org/WonderCsabo/androidannotations/jobs/132201434#L2473 I can verify that this only happens with 3.0.0. Regard, Csaba -- View this message in context: http://maven.4

Re: Questions regarding License Maven Plugin

2016-05-26 Thread Karl Heinz Marbaise
Hi, On 5/26/16 1:30 PM, Karl Heinz Marbaise wrote: Hi Maxim, not a big issue many of the MojoHaus developers are also on this list ... Yeah the page of the license-maven-plugin has not been updated for a longer time (last time with the release of the license-maven-plugin)... I completely mis

Re: Questions regarding License Maven Plugin

2016-05-26 Thread Karl Heinz Marbaise
Hi Maxim, not a big issue many of the MojoHaus developers are also on this list ... Yeah the page of the license-maven-plugin has not been updated for a longer time (last time with the release of the license-maven-plugin)... So you can use this: https://groups.google.com/forum/#!forum/mojoha

Re: class path within framework

2016-05-26 Thread Robert Patrick
I assume that you don't want to put the properties file inside the framework jar (which is the easiest solution). If the properties file is always at the same relative path to the framework jar, then you can simply add a Class-Path element in the framework jar's Manifest to include the director

class path within framework

2016-05-26 Thread Philipp Kraus
Hello, I’m deploying with Maven a framework (at the moment to my local repository) and include this framework into other projects. Within the framework I read a property file with: final Properties l_property = new Properties(); l_property.load( a_class_within_my_framework.getClassLoader().getR

Re: Questions regarding License Maven Plugin

2016-05-26 Thread Maxim Solodovnik
Hm, According to [1], this is the only user list available So I hope to get some answers to my questions here [1] http://www.mojohaus.org/license-maven-plugin/mail-lists.html On Thu, May 26, 2016 at 3:53 PM, Maxim Solodovnik wrote: > sorry for posting to the wrong list > The plugin was announce

Re: Questions regarding License Maven Plugin

2016-05-26 Thread Maxim Solodovnik
sorry for posting to the wrong list The plugin was announced here, this is why I wrote here :( Will write to the correct list On Thu, May 26, 2016 at 3:34 PM, Stian Soiland-Reyes wrote: > Hi, > > license-maven-plugin is not maintained by Apache, and have its own mailing > list which should be ab

Re: Questions regarding License Maven Plugin

2016-05-26 Thread Stian Soiland-Reyes
Hi, license-maven-plugin is not maintained by Apache, and have its own mailing list which should be able to help you further: http://www.mojohaus.org/license-maven-plugin/mail-lists.html Some documentation for each goal: http://www.mojohaus.org/license-maven-plugin/plugin-info.html On 26 May 20

Re: deployment to local repository

2016-05-26 Thread Philipp Kraus
Hi, Am 25.05.2016 um 23:26 schrieb Adrien Rivard : > Hello, > > On Wed, May 25, 2016 at 10:14 PM, Philipp Kraus < > philipp.kr...@tu-clausthal.de> wrote: > >> Hello, >> >> I’m working on my first Maven framework, I would like to test the >> framework in another project, >> so I build a jar fi