Hi Felix, I came across the same problem and was wondering if we should do this or simply move the properties files to 'src/main/resources' (in the right packages of course).
WDYT? Regards, Pierre-Arnaud On Wed, Feb 18, 2009 at 8:44 AM, <[email protected]> wrote: > Author: felixk > Date: Wed Feb 18 07:44:30 2009 > New Revision: 745400 > > URL: http://svn.apache.org/viewvc?rev=745400&view=rev > Log: > Fix missing messages*.properties files in generated jar > > Modified: > directory/studio/trunk/ldapbrowser-common/pom.xml > > Modified: directory/studio/trunk/ldapbrowser-common/pom.xml > URL: > http://svn.apache.org/viewvc/directory/studio/trunk/ldapbrowser-common/pom.xml?rev=745400&r1=745399&r2=745400&view=diff > > ============================================================================== > --- directory/studio/trunk/ldapbrowser-common/pom.xml (original) > +++ directory/studio/trunk/ldapbrowser-common/pom.xml Wed Feb 18 07:44:30 > 2009 > @@ -49,6 +49,12 @@ > <resource> > <directory>src/main/resources</directory> > </resource> > + <resource> > + <directory>src/main/java</directory> > + <includes> > + <include>**/*.properties</include> > + </includes> > + </resource> > </resources> > <plugins> > <plugin> > @@ -56,7 +62,7 @@ > <artifactId>maven-eclipse-plugin</artifactId> > <configuration> > <skip>false</skip> > - <pde>true</pde> > + <pde>true</pde> > <additionalProjectnatures> > <projectnature>org.eclipse.pde.PluginNature</projectnature> > <projectnature>org.eclipse.jdt.core.javanature</projectnature> > > >
