jira-importer commented on issue #206:
URL: 
https://github.com/apache/maven-install-plugin/issues/206#issuecomment-2771849508

   **[Sascha 
Fröhlich](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=safroe)** 
commented
   
   `mvn install:install-file 
-Dfile=C:/Users/sascha/Java/workspace/TEAMUPEngine/lib/iaik_cms.jar 
-DgroupId=iaik -DartifactId=cms -Dversion=4`.0`.1 -Dpackaging=jar`
   
   results in
   
   > [INFO] Scanning for projects...
   > [INFO] Searching repository for plugin with prefix: 'install'.
   > [INFO] 
------------------------------------------------------------------------
   > [ERROR] BUILD FAILURE
   > [INFO] 
------------------------------------------------------------------------
   > [INFO] Invalid task '.0.1': you must specify a valid lifecycle phase, or a 
goal
   > in the format plugin:goal or 
pluginGroupId:pluginArtifactId:pluginVersion:goal
   > [INFO] 
------------------------------------------------------------------------
   > [INFO] For more information, run Maven with the -e switch
   > [INFO] 
------------------------------------------------------------------------
   > [INFO] Total time: < 1 second
   > [INFO] Finished at: Fri Jul 17 13:10:52 CEST 2009
   > [INFO] Final Memory: 3M/38M
   > [INFO] 
------------------------------------------------------------------------
   
   `mvn install:install-file 
-Dfile=C:/Users/sascha/Java/workspace/TEAMUPEngine/lib/iaik_cms.jar 
-DgroupId=iaik -DartifactId=cms -Dversion=4\.0\.1 -Dpackaging=jar`
   
   results in:
   
   > [INFO] Scanning for projects...
   > [INFO] Searching repository for plugin with prefix: 'install'.
   > [INFO] 
------------------------------------------------------------------------
   > [ERROR] BUILD FAILURE
   > [INFO] 
------------------------------------------------------------------------
   > [INFO] Invalid task '.0\.1': you must specify a valid lifecycle phase, or 
a goal
   > in the format plugin:goal or 
pluginGroupId:pluginArtifactId:pluginVersion:goal
   > [INFO] 
------------------------------------------------------------------------
   > [INFO] For more information, run Maven with the -e switch
   > [INFO] 
------------------------------------------------------------------------
   > [INFO] Total time: < 1 second
   > [INFO] Finished at: Fri Jul 17 13:11:44 CEST 2009
   > [INFO] Final Memory: 3M/38M
   > [INFO] 
------------------------------------------------------------------------
   
   There is atm no Windows XP or Vista machine nearby, I'm sorry.
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscr...@maven.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to