Did you run pom:validate?
--
dIon Gillard, Multitask Consulting
Blog:      http://blogs.codehaus.org/people/dion/



Chad Woolley <[EMAIL PROTECTED]> wrote on 04/01/2004 10:26:51 PM:

> [EMAIL PROTECTED] wrote:
> 
> > Yes, you use <resources> for this.
> > 
> > e.g.
> >   <build>
> > .....
> >     <resources>
> >       <resource>
> >         <directory>src/conf</directory>
> >         <includes>
> >           <include>*.xsd</include>
> >           <include>*.dtd</include>
> >           <include>*.mod</include>
> >           <include>*.properties</include>
> >           <include>driver.jelly</include>
> >         </includes>
> >       </resource>
> >       <resource>
> >         <directory>src/messages</directory>
> >         <targetPath>org/apache/maven/messages</targetPath>
> >         <includes>
> >           <include>messages*.properties</include>
> >         </includes>
> >       </resource>
> >     </resources>
> >   </build>
> 
> OK, I wasn't including the inner <resource> tag.
> 
> Is there any DTD available for project.xml so I can validate and stop 
asking 
> dumb questions like this?  There isn't one in the maven's project.xml...
> 
> Thanks,
> Chad
> 
> 
> 
> 
> ---------------------------------------------------------------------
> 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]

Reply via email to