Oh damn...
I thought I had set it as is:
<missing>timestamp</missing>
instead of
<missing>schemaeditor-help/timestamp</missing>
Sorry about that...
What we could use a property instead of the timestamp file.
<profiles>
<profile>
<activation>
<property>
<name>rebuildHelp</name>
<value>false</value>
</property>
</activation>
...
</profile>
</profiles>
Pierre-Arnaud
On Fri, Sep 26, 2008 at 3:32 PM, Felix Knecht <[EMAIL PROTECTED]> wrote:
>
> > Modified: directory/studio/trunk/help-pom.xml
> > URL:
> http://svn.apache.org/viewvc/directory/studio/trunk/help-pom.xml?rev=699310&r1=699309&r2=699310&view=diff
> >
> ==============================================================================
> > --- directory/studio/trunk/help-pom.xml (original)
> > +++ directory/studio/trunk/help-pom.xml Fri Sep 26 06:22:07 2008
> > @@ -25,11 +25,11 @@
> > <parent>
> > <groupId>org.apache.directory.studio</groupId>
> > <artifactId>parent</artifactId>
> > - <version>1.3.0.SNAPSHOT</version>
> > + <version>1.3.0-SNAPSHOT</version>
> > </parent>
> > <groupId>org.apache.directory.studio</groupId>
> > <artifactId>parent-help</artifactId>
> > - <version>1.3.0.SNAPSHOT</version>
> > + <version>1.3.0-SNAPSHOT</version>
> > <name>Parent Help</name>
> > <packaging>pom</packaging>
> >
> > @@ -166,9 +166,13 @@
> > </plugins>
> > </build>
> > </profile>
> > - </profiles>
> > -
> > - <build>
> > + <profile>
> > + <activation>
> > + <file>
> > + <missing>schemaeditor-help/timestamp</missing>
> > + </file>
> > + </activation>
> > + <build>
> >
>
> So you test only for the schemaeditor-help/timestamp on exist and if not
> you build all the others as well assuming that if the schema-help hasn't
> a timestamp all the others are needed to build as well?
> OTH if schema-help has a timestamp none of the *help is built ?
>
> Sorry for bothering but this could also result in problems IMO.
>
> I wrote a mail to the maven dev list asking if it's (${basedir}) a known
> problem or a bug or ... Hope I get an answer.
>
> Regards
> Felix
>