In the following block:

           <plugin>
               <artifactId>maven-assembly-plugin</artifactId>
               <version>2.0-beta-2</version>
               <configuration>
<descriptor>src/main/assembly/assembly-descriptor-${target.server}.xml</descriptor>
                   <finalName>furl_assembly-${furl.version}</finalName>
                   <outputDirectory>target/assembly</outputDirectory>
                   <workDirectory>target/assembly/work</workDirectory>
               </configuration>
           </plugin>

Everything in the <configuration> section is red and "cannont Resolve Symbol" error in Intellij 5 and 5.1

I have this as the main xml declaration:
<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";>


Can anyone tell me what is syntatically wrong with my pom and how I can get it to be correct?



---
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]

Reply via email to