oh, interesting...so the plugins are all lumped together and duplicate
plugins of the same time are overriden?

On 10/19/05, Brian Bonner <[EMAIL PROTECTED]> wrote:
>
> Well, more info, it looks like it works for different elements inside
> of a configuration, but not the "same" element.
>
> i.e. if I use:
>
> <profile>
> <!-- Build Profile for Eclipse WTP -->
> <id>eclipse</id>
> <activation>
> <property>
> <name>eclipse31wtp</name>
> <value>true</value>
> </property>
> </activation>
> <build>
> <plugins>
> <plugin>
>
> <groupId>org.apache.maven.plugins</groupId>
>
> <artifactId>maven-eclipse-plugin</artifactId>
> <configuration>
> <classpathContainers>
>
> <java.lang.String>Using Eclipse31</java.lang.String>
> </classpathContainers>
> </configuration>
> </plugin>
> </plugins>
> </build>
> </profile>
>
> <profile>
> <!-- Build Profile for Eclipse WTP -->
> <id>wtp</id>
> <activation>
> <property>
> <name>wtp</name>
> <value>true</value>
> </property>
> </activation>
> <build>
> <plugins>
> <plugin>
>
> <groupId>org.apache.maven.plugins</groupId>
>
> <artifactId>maven-eclipse-plugin</artifactId>
> <configuration>
> <buildcommands>
>
> <java.lang.String>WTP</java.lang.String>
> </buildcommands>
> </configuration>
> </plugin>
> </plugins>
> </build>
> </profile>
>
> I get an effective-pom that has classpath from Eclipse31 and
> buildcommands from WTP.
>
> Not exactly what I was hoping for.
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>


--
jesse mcconnell

Reply via email to