Thanks, but I already did that. Temporary workaround. The problem is, I
have to manually copy the jar file. When the other team is ready with
their new release, I have to do this again, copy the jar and create the
pom.
I guess, if Maven2 is that strict, I should ask my colleagues to publish
the poms.

-----Original Message-----
From: Litton, Tom - CEPM [mailto:[EMAIL PROTECTED] 
Sent: Monday, July 25, 2005 4:15 PM
To: Maven Users List
Subject: RE: Maven2 using Maven1 repository


I've been creating simple poms in my local repository.  Not the optimal
solution, but it should get you moving forward.

An example of the POM is:
<project>
  <modelVersion>4.0.0</modelVersion>
  <groupId>jta</groupId>
  <artifactId>jta</artifactId>
  <version>1.0.1</version>
</project>

-----Original Message-----
From: Ilyevsky, Leonid (Equity Trading) [mailto:[EMAIL PROTECTED]
Sent: Monday, July 25, 2005 10:53 AM
To: [email protected]
Subject: Maven2 using Maven1 repository


We use packages from another group that uses maven1. Since maven1 does
not really require the pom files in repository, they don't bother to
publish them
I tried my Maven2 with "legacy" layout. It understands the layout but
still tries to download the pom file from the "poms" subdirectory.
Is there any way to tell Maven2 to skip the poms?
--------------------------------------------------------

If you are not an intended recipient of this e-mail, please notify the
sender, delete it and do not read, act upon, print, disclose, copy,
retain or redistribute it. Click here for important additional terms
relating to this e-mail.     http://www.ml.com/email_terms/
--------------------------------------------------------


----------------------------------------------------------------------
The information contained in this transmission is intended only for
the personal and confidential use of the designated recipients named
herein.  If the reader of this transmission is not the intended
recipient or an agent responsible for delivering it to the intended
recipient, you are hereby notified that you have received this
transmission in error, and that any review, dissemination,
distribution, or copying of this transmission is strictly prohibited.
If you have received this communication in error, please notify the
sender and return and delete the original transmission immediately.
Thank you.


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