Hi guys,
I've just noticed that when I do something like:
<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<configuration>
<source>1.5</source>
<target>1.5</target>
</configuration>
</plugin>
</plugins>
IDEA highlights source and target tags as errors, as, I think, it should
since they are not declared in the schema. So, the question is: Do some
of the plugins come with there own schemas for configuration tag?
It sure would be nice, as we could use IDE's automatic completion
facilities for this kind of stuff.
Serge
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]