Thank you for your reply. I tried to execute that command and maven return the following error, can you please tell me how i can resolve this error ? It is the second time that i execute the mvn command, first time it download some artifacts from the web and stoped with the same error. Thanks
F:\learn\portlet\HelloWorldPortlet>mvn package [INFO] Scanning for projects... [INFO] ------------------------------------------------------------------------- --- [INFO] Building HelloWorldPortlet [INFO] task-segment: [package] [INFO] ------------------------------------------------------------------------- --- Downloading: http://repo1.maven.org/maven2/org/apache/maven/plugins/maven-pluto- plugin/1.1.0-beta1/maven-pluto-plugin-1.1.0-beta1.pom [WARNING] Unable to get resource from repository central (http://repo1.maven.org /maven2) Downloading: http://repo1.maven.org/maven2/org/apache/maven/plugins/maven-pluto- plugin/1.1.0-beta1/maven-pluto-plugin-1.1.0-beta1.pom [WARNING] Unable to get resource from repository central (http://repo1.maven.org /maven2) [INFO] ------------------------------------------------------------------------ [ERROR] BUILD ERROR [INFO] ------------------------------------------------------------------------ [INFO] Error building POM (may not be this project's POM). Project ID: org.apache.maven.plugins:maven-pluto-plugin Reason: POM 'org.apache.maven.plugins:maven-pluto-plugin' not found in repositor y: Unable to download the artifact from any repository org.apache.maven.plugins:maven-pluto-plugin:pom:1.1.0-beta1 from the specified remote repositories: central (http://repo1.maven.org/maven2) [INFO] ------------------------------------------------------------------------ [INFO] For more information, run Maven with the -e switch [INFO] ------------------------------------------------------------------------ [INFO] Total time: 9 seconds [INFO] Finished at: Thu Dec 14 01:14:02 IRST 2006 [INFO] Final Memory: 2M/5M [INFO] ------------------------------------------------------------------------ F:\learn\portlet\HelloWorldPortlet> [EMAIL PROTECTED] wrote: > Hi Legolas, > > You can build the Pluto ant task jar from within the pluto-ant-tasks > directory of the source distribution using the Maven2 command 'mvn > package'. > > You should also check out the example I put up on the wiki at > http://wiki.apache.org/portals/Pluto/Pluto1%2e1ExamplePortlet > > /Craig > > > legolas wood <[EMAIL PROTECTED]> wrote on 12/11/2006 08:07:46 AM: > > >> Hi >> thank you for reading my post. >> where i can find pluto ant tasks which allows me to deploy a portlet >> into pluto using ant. >> Thanks >> > >
