I'm not sure why that is, it could be an error in the XSD (I use xsd:any to allow anything in the <configuration> elements).
Any ideas? - Brett On 1/12/06, Mick Knutson <[EMAIL PROTECTED]> wrote: > I have an example of some things that are not validating in Intellij 5: > > <project xmlns="http://maven.apache.org/POM/4.0.0" > xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" > xsi:schemaLocation=" http://maven.apache.org/POM/4.0.0 > http://maven.apache.org/maven-v4_0_0.xsd"> > > .... > <plugin> > <groupId>org.codehaus.mojo</groupId> > <artifactId>jboss-maven-plugin</artifactId> > <version>1.0</version> > <configuration> > *** Cannpt resolve symbol --> > <jbossHome>C:/jboss-4.0.3SP1</jbossHome> > *** Cannpt resolve symbol --> <port>9090</port> > </configuration> > </plugin> > ..... > > Has anyone gotten the idea validation to accept the entire pom? > > > > > > --- > Thank You > Mick Knutson > > Sr. Java/J2EE Consultant > BASE logic, inc. > (415) 648-1804 (S.F., CA) > http://www.BASELogic.com > > Washington Mutual (WAMU) (Emeryville, California) > --- > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
