What does the above command with the -e switch show?

mvn -e archetype:create -DarchetypeGroupId=org.appfuse
-DarchetypeArtifactId=appfuse

-modular-struts
-DremoteRepositories=http://static.appfuse.org/repository
-DarchetypeVersion=2.0-m4-SNAPSHOT -DgroupId=com.mycompany
-DartifactId=myproject



On 3/20/07, Nigel in NZ <[EMAIL PROTECTED]> wrote:


Hi,

I have a problem starting a new Appfuse project using Maven 2.  I think
the
issue is that I am behind a firewall, but I have setup my settings as
defined in,

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

to be

<proxy>
    <active>true</active>
    <protocol>http</protocol>
    <username>fred</username>
    <password>fred</password>
    <host>134.161.16.8</host>
    <port>8080</port>
    <nonProxyHosts>local.net, some.host.com</nonProxyHosts>
<proxy>

When I run the command,

mvn archetype:create -DarchetypeGroupId=org.appfuse
-DarchetypeArtifactId=appfuse-modular-struts
-DremoteRepositories=http://static.appfuse.org/repository
-DarchetypeVersion=2.0-m4-SNAPSHOT -DgroupId=com.mycompany
-DartifactId=myproject

But I get the following

[INFO] Scanning for projects...
[INFO] Searching repository for plugin with prefix: 'archtype'.

[INFO]-----------------------------------------------------------------------------------------
[ERROR] BUILD ERROR

[INFO]-----------------------------------------------------------------------------------------
[INFO] The plugin 'org.apache.maven.plugins:maven-archtype-plugin' does
not
exist or no valid version could be found

Any help would be appreciated.

Thanks

Nigel
--
View this message in context:
http://www.nabble.com/Maven-behind-a-proxy-tf3436938s2369.html#a9582932
Sent from the AppFuse - User mailing list archive at Nabble.com.

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




--
Chris Love
ph. 303 929.8509

Reply via email to