Hi ,
i also faced the same problem while migrating my project to maven2.
What i have done is i have downloaded the jar and installed them
manually using command
mvn install:install-file -DgroupId=${groupId} -DartifactId=
${artifectId} -Dversion=${version} -Dpackaging=jar -Dfile=/path/to/file
/br
Suresh Singh
On Mon, 2009-07-20 at 07:16 -0700, ykyuen wrote:
> Hi all,
>
> i am new to maven and i just go thru the examples in the Maven: The
> Definitive Guide.
>
> i am going to migrate a project to maven2. but i find that there are some
> jars which are not found in the maven repository
> http://repo1.maven.org/maven2/.
>
> for example. the java project needs activation-1.1.1.jar,
> xmlsec-1.4.2.jar... etc.
> so i cannot set them as a dependency in the pom.xml
>
> how can i deal with that?
>
> Thanks for your help =)
>
> Regards,
> Kit