There is no java plugin with a compile goal, so its failing.

You should run "mvn compile" instead. And you should read the Better
Builds with Maven PDF book to learn more about how Maven works, what
plugins/phases/goals are available etc.

Wayne

On 1/7/07, Murugan <[EMAIL PROTECTED]> wrote:

Hi Wayne ,

           Thx for your Reply. I sucessfully build my project.Once againThx
for you.Then Wane now i am trying build in Scarab, so i am build in Scarab

                   > mvn java:compile

         it will through an Exception or Build Error like this
'org.apache.maven.plugins:maven-java-plugin' missing. so what to do. cani i
download plugin manually or How?plz reply. I am awaing for yr reply.


With regards

Murugan




Wayne Fay wrote:
>
> I'll repeat Patrick's request since you didn't respond to it... Did
> you try using the URL to download the file yourself manually from a
> web browser using the same computer you're attempting to build your
> Maven project on?
>
> 
http://repo1.maven.org/maven2/org/codehaus/plexus/plexus-compiler-manager/1.5.2/plexus-compiler-manager-1.5.2.jar
>
> This kind of error message is odd and would seem to indicate a problem
> with your Internet connection. Are you perhaps behind an Internet
> proxy or something?
>
> Also, try running "mvn -cpu compile" to force an update of the plugins.
>
> Wayne
>
> On 1/6/07, Murugan <[EMAIL PROTECTED]> wrote:
>>
>> Hi Patrick
>>
>>           Thx for yr reply..but in my folder setting doesn't have
>> settings.xml.
>>
>> Actualy i did following things..
>>
>>
>> 1. mvn archetype:create -DgroupId=com.mycompany.app -DartifactId=my-app
>>
>> 2.  Automatically create App.jav file in my local Repository.
>>
>> my folder setting like this
>>
>>
>> my-app
>> |-- pom.xml
>> `-- src
>>    |-- main
>>    |   `-- java
>>    |       `-- com
>>    |           `-- mycompany
>>    |               `-- app
>>    |                   `-- App.java
>>    `-- test
>>        `-- java
>>            `-- com
>>                `-- mycompany
>>                    `-- app
>>                        `-- AppTest.java
>>
>>
>> 3. then i try mvn compile
>>
>> i get error.so what i do now
>>
>>
>> plz reply as soon as possible
>>
>>
>>
>>
>>
>> Patrick Schneider-4 wrote:
>> >
>> > Murugan,
>> >
>> > Are there any special settings in your settings.xml file?
>> > (~/.m2/settings.xml)
>> >
>> > A 403 response for that artifact is odd -- click on the link; it should
>> > work.  (Works for me at least.)  I assume your internet connection is
>> > working on the machine from which you are trying to build?
>> >
>> >
>> > Patrick
>> >
>> > On 1/5/07, Murugan <[EMAIL PROTECTED]> wrote:
>> >>
>> >>
>> >>
>> >> Hi kovalen,
>> >>
>> >>      Thx for yr reply.Stil  i get same error.
>> >> I am new to Maven.
>> >>
>> >> can u explain how to build a maven project.
>> >>
>> >>
>> >>
>> >>
>> >>
>> >>
>> >>
>> >>
>> >> kovalen pechaycaren wrote:
>> >> >
>> >> > Try version *1.5* for plexus-compiler-manager.
>> >> >
>> >> > see: http://repo1.maven.org/maven2/plexus/plexus-compiler-manager/
>> >> >
>> >> > Kovalen
>> >> >
>> >> >
>> >>
>> >> --
>> >> View this message in context:
>> >> http://www.nabble.com/unable-to-build-tf2925011s177.html#a8178550
>> >> Sent from the Maven - Users mailing list archive at Nabble.com.
>> >>
>> >>
>> >> ---------------------------------------------------------------------
>> >> To unsubscribe, e-mail: [EMAIL PROTECTED]
>> >> For additional commands, e-mail: [EMAIL PROTECTED]
>> >>
>> >>
>> >
>> >
>>
>> --
>> View this message in context:
>> http://www.nabble.com/unable-to-build-tf2925011s177.html#a8191340
>> Sent from the Maven - Users mailing list archive at Nabble.com.
>>
>>
>> ---------------------------------------------------------------------
>> 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]
>
>
>

--
View this message in context: 
http://www.nabble.com/unable-to-build-tf2925011s177.html#a8212427
Sent from the Maven - Users mailing list archive at Nabble.com.


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