On Dec 7, 2007 2:45 PM, jeeads <[EMAIL PROTECTED]> wrote:

>           <outputDirectory>
>             ${env.M2_REPO}/${pom.groupId}/${pom.artifactId}/${pom.version}
>           </outputDirectory>

This is unusual.  Normally the output directory is "target/classes"
and only the artifact and pom are installed into the local repo.

> When I run mvn deploy none of the templates directory structure is copied to
> the deployment repository but the pom and jar are copied? What am I missing?

That's what is supposed to happen.  Maven doesn't know anything about
the extra files that you are copying into the local repo.

-- 
Wendy

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to