Re: [m2] Cannot find maven-war-plugin

2006-01-31 Thread Mang Jun Lau
Thanks so much.  It worked out :)

_Mang





Brett Porter <[EMAIL PROTECTED]> 
01/31/2006 12:25 PM
Please respond to
"Maven Users List" 


To
Maven Users List 
cc

Subject
Re: [m2] Cannot find maven-war-plugin






You can use -U to force an update.

On 2/1/06, Mang Jun Lau <[EMAIL PROTECTED]> wrote:
> I have no proxy.  Further, I've downloaded something from the central
> repository for another project just now but the war plugin does not 
work.
> When I execute mvn install, it just doesn't seem to even try to connect 
to
> the internet.  It instantly gives me the build error.  Is there a 
command
> where I can install the plugin manually?  Is there even a released 
plugin
> for m2?  I browsed the repository and only found beta version.
>
> _Mang
>
>
>
>
>
> Lee Meador <[EMAIL PROTECTED]>
> Sent by: [EMAIL PROTECTED]
> 01/31/2006 11:40 AM
> Please respond to
> "Maven Users List" 
>
>
> To
> Maven Users List 
> cc
>
> Subject
> Re: [m2] Cannot find maven-war-plugin
>
>
>
>
>
>
> If you have a proxy you will need to put some things in the
> settings.xmlfile.
>
> http://maven.apache.org/guides/mini/guide-proxies.html
>
> It is also possible that ibiblio is running really slow. You might try
> again
> and see if it does any better. I have had to try 3 times to get things
> downloaded on occasion.
>
> On 1/31/06, Mang Jun Lau <[EMAIL PROTECTED]> wrote:
> >
> > Hi,
> >
> > When I execute mvn install on a web project, I get a build error 
stating
> > that "The plugin 'org.apache.maven.plugins:maven-war-plugin' does not
> > exist or no valid version could be found".  I tried googling for this
> but
> > came up with nothing.  Why is it not checking the central repository 
for
> > this plugin?  Is there extra configuration needed to build a web
> project?
> >
> > Thanks.
> >
> > _Mang
> >
>
>
>
> --
> -- Lee Meador
> Sent from gmail. My real email address is [EMAIL PROTECTED]
>
>
>

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




Re: [m2] Cannot find maven-war-plugin

2006-01-31 Thread Brett Porter
You can use -U to force an update.

On 2/1/06, Mang Jun Lau <[EMAIL PROTECTED]> wrote:
> I have no proxy.  Further, I've downloaded something from the central
> repository for another project just now but the war plugin does not work.
> When I execute mvn install, it just doesn't seem to even try to connect to
> the internet.  It instantly gives me the build error.  Is there a command
> where I can install the plugin manually?  Is there even a released plugin
> for m2?  I browsed the repository and only found beta version.
>
> _Mang
>
>
>
>
>
> Lee Meador <[EMAIL PROTECTED]>
> Sent by: [EMAIL PROTECTED]
> 01/31/2006 11:40 AM
> Please respond to
> "Maven Users List" 
>
>
> To
> Maven Users List 
> cc
>
> Subject
> Re: [m2] Cannot find maven-war-plugin
>
>
>
>
>
>
> If you have a proxy you will need to put some things in the
> settings.xmlfile.
>
> http://maven.apache.org/guides/mini/guide-proxies.html
>
> It is also possible that ibiblio is running really slow. You might try
> again
> and see if it does any better. I have had to try 3 times to get things
> downloaded on occasion.
>
> On 1/31/06, Mang Jun Lau <[EMAIL PROTECTED]> wrote:
> >
> > Hi,
> >
> > When I execute mvn install on a web project, I get a build error stating
> > that "The plugin 'org.apache.maven.plugins:maven-war-plugin' does not
> > exist or no valid version could be found".  I tried googling for this
> but
> > came up with nothing.  Why is it not checking the central repository for
> > this plugin?  Is there extra configuration needed to build a web
> project?
> >
> > Thanks.
> >
> > _Mang
> >
>
>
>
> --
> -- Lee Meador
> Sent from gmail. My real email address is [EMAIL PROTECTED]
>
>
>

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



Re: [m2] Cannot find maven-war-plugin

2006-01-31 Thread Lee Meador
There is a war plugin. I am using it in my build. I just ran the build and
it worked fine.

Perhaps someone else has more insightful help for you.

Sorry.

-- Lee Meador

On 1/31/06, Mang Jun Lau <[EMAIL PROTECTED]> wrote:
>
> I have no proxy.  Further, I've downloaded something from the central
> repository for another project just now but the war plugin does not work.
> When I execute mvn install, it just doesn't seem to even try to connect to
> the internet.  It instantly gives me the build error.  Is there a command
> where I can install the plugin manually?  Is there even a released plugin
> for m2?  I browsed the repository and only found beta version.
>
> _Mang
>
>
>
>
>
> Lee Meador <[EMAIL PROTECTED]>
> Sent by: [EMAIL PROTECTED]
> 01/31/2006 11:40 AM
> Please respond to
> "Maven Users List" 
>
>
> To
> Maven Users List 
> cc
>
> Subject
> Re: [m2] Cannot find maven-war-plugin
>
>
>
>
>
>
> If you have a proxy you will need to put some things in the
> settings.xmlfile.
>
> http://maven.apache.org/guides/mini/guide-proxies.html
>
> It is also possible that ibiblio is running really slow. You might try
> again
> and see if it does any better. I have had to try 3 times to get things
> downloaded on occasion.
>
> On 1/31/06, Mang Jun Lau <[EMAIL PROTECTED]> wrote:
> >
> > Hi,
> >
> > When I execute mvn install on a web project, I get a build error stating
> > that "The plugin 'org.apache.maven.plugins:maven-war-plugin' does not
> > exist or no valid version could be found".  I tried googling for this
> but
> > came up with nothing.  Why is it not checking the central repository for
> > this plugin?  Is there extra configuration needed to build a web
> project?
> >
> > Thanks.
> >
> > _Mang
> >
>
>
>
> --
> -- Lee Meador
> Sent from gmail. My real email address is [EMAIL PROTECTED]
>
>
>


--
-- Lee Meador
Sent from gmail. My real email address is [EMAIL PROTECTED]


Re: [m2] Cannot find maven-war-plugin

2006-01-31 Thread Mang Jun Lau
I have no proxy.  Further, I've downloaded something from the central 
repository for another project just now but the war plugin does not work. 
When I execute mvn install, it just doesn't seem to even try to connect to 
the internet.  It instantly gives me the build error.  Is there a command 
where I can install the plugin manually?  Is there even a released plugin 
for m2?  I browsed the repository and only found beta version.

_Mang





Lee Meador <[EMAIL PROTECTED]> 
Sent by: [EMAIL PROTECTED]
01/31/2006 11:40 AM
Please respond to
"Maven Users List" 


To
Maven Users List 
cc

Subject
Re: [m2] Cannot find maven-war-plugin






If you have a proxy you will need to put some things in the 
settings.xmlfile.

http://maven.apache.org/guides/mini/guide-proxies.html

It is also possible that ibiblio is running really slow. You might try 
again
and see if it does any better. I have had to try 3 times to get things
downloaded on occasion.

On 1/31/06, Mang Jun Lau <[EMAIL PROTECTED]> wrote:
>
> Hi,
>
> When I execute mvn install on a web project, I get a build error stating
> that "The plugin 'org.apache.maven.plugins:maven-war-plugin' does not
> exist or no valid version could be found".  I tried googling for this 
but
> came up with nothing.  Why is it not checking the central repository for
> this plugin?  Is there extra configuration needed to build a web 
project?
>
> Thanks.
>
> _Mang
>



--
-- Lee Meador
Sent from gmail. My real email address is [EMAIL PROTECTED]



Re: [m2] Cannot find maven-war-plugin

2006-01-31 Thread Lee Meador
If you have a proxy you will need to put some things in the settings.xmlfile.

http://maven.apache.org/guides/mini/guide-proxies.html

It is also possible that ibiblio is running really slow. You might try again
and see if it does any better. I have had to try 3 times to get things
downloaded on occasion.

On 1/31/06, Mang Jun Lau <[EMAIL PROTECTED]> wrote:
>
> Hi,
>
> When I execute mvn install on a web project, I get a build error stating
> that "The plugin 'org.apache.maven.plugins:maven-war-plugin' does not
> exist or no valid version could be found".  I tried googling for this but
> came up with nothing.  Why is it not checking the central repository for
> this plugin?  Is there extra configuration needed to build a web project?
>
> Thanks.
>
> _Mang
>



--
-- Lee Meador
Sent from gmail. My real email address is [EMAIL PROTECTED]


[m2] Cannot find maven-war-plugin

2006-01-31 Thread Mang Jun Lau
Hi,

When I execute mvn install on a web project, I get a build error stating 
that "The plugin 'org.apache.maven.plugins:maven-war-plugin' does not 
exist or no valid version could be found".  I tried googling for this but 
came up with nothing.  Why is it not checking the central repository for 
this plugin?  Is there extra configuration needed to build a web project?

Thanks.

_Mang