On 8/28/07, Cameron Jones <[EMAIL PROTECTED]> wrote: > Run into a new problem now in that jta 1.1 is only a zip file and > contains no pom... am i right in thinking i would have to write my own > pom to get it in the repo?
When you deploy the jar, by default Maven will generate a minimal pom (just artifactId, groupId, version, etc.) Is there a jar inside that zip file? Or should it be renamed as .jar? -- Wendy