Could you post the specific error you are seeing in Maven? Maven will try
and download a pom file for your project too. It may take some time before
it generates an error/warning, but after that the build will proceed as
normal.

Mike.

On 7/19/07, Msarda <[EMAIL PROTECTED]> wrote:


Yes,when i was puting
<dependency>
            <groupId>HROnline</groupId>
            <artifactId>SML_PeoplePickerControls</artifactId>
            <version>1.0</version>
            <scope>provided</scope>
        </dependency>
in pom.xml,it was trying to download that jar from repository i have
specified in settings.xml
But i am not sure if this jar exists there or not.

But why it is not taking that jar from local repository,if that  jar
exists
there..


fadhlirahim wrote:
>
> Hi, have you define dependency in your pom.xml file?
>
> On 7/19/07, Msarda <[EMAIL PROTECTED]> wrote:
>>
>>
>> Hi,
>> Thanks for ur reply.
>> I am using appfuse 2.0-m5.
>> I tried executing command
>>
>> C:\work> mvn install:install-file -DgroupId=HROnline
>> -DartifactId=SML_PeoplePickerControls -Dversion=1.0 -Dpackaging=jar
>> -Dfile=c:/work/repository/HROnline/SML_PeoplePickerControls.jar
>>
>> This is executed sussecffully but still it is not recognizing it. :(
>>
>>
>> Eric Fitzsimmons wrote:
>> >
>> > What version of appfuse are you using?  If you are using any version
of
>> > appfuse 2.*(aka using maven), you will want to add the dependency to
>> > your pom.  If the jar does not exist in the repositories you are
>> > checking, then you will have to add it manually add it.  You can find
>> > tons of examples with searches, but here is a quick decent one..
>> > http://www.ensode.net/maven_intro_pg2.html
>> > Hope that helps.
>> > -Fitz
>> >
>> > Msarda wrote:
>> >
>> >>Hi all,
>> >>
>> >>I want to add one jar in application.
>> >>I copied that jar in WEB-INF/lib folder manuallly and put it in java
>> build
>> >>path,but it was not getting recognized.
>> >>I copied that jar in c:/work/repository and added in java build
>> path  but
>> >>still it was not getting recognized.
>> >>
>> >>Is there any other way i need to follow?
>> >>
>> >>
>> >
>> > ---------------------------------------------------------------------
>> > To unsubscribe, e-mail: [EMAIL PROTECTED]
>> > For additional commands, e-mail: [EMAIL PROTECTED]
>> >
>> >
>> >
>>
>> --
>> View this message in context:
>> http://www.nabble.com/Adding-extra-jar-tf4108467s2369.html#a11683762
>> Sent from the AppFuse - User mailing list archive at Nabble.com.
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: [EMAIL PROTECTED]
>> For additional commands, e-mail: [EMAIL PROTECTED]
>>
>>
>
>
> --
> /fadhli
>
>

--
View this message in context:
http://www.nabble.com/Adding-extra-jar-tf4108467s2369.html#a11683981
Sent from the AppFuse - User mailing list archive at Nabble.com.

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


Reply via email to