> 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