I specified POM_VERSION thru MyEclipse Run Configurations and specify the task to mvn install:install but failed to build a local artifact.
Error message is as follows:
[ERROR] Failed to read settings from: C:\Documents and Settings\Joseph.Huang\.m2\repository. Throwin
g IOException…
[ERROR] Failed to read settings from: C:\Documents and Settings\Joseph.Huang\.m2\repository. Throwin
g IOException…
[INFO] Scanning for projects…
[INFO] ————————————————————————
[INFO] Building ClaimsServices
[INFO]
[INFO] Id: com.viant.ViantCommon:ClaimsServices:jar:72.2.0.0
[INFO] task-segment: [org.apache.maven.plugins:maven-install-plugin:2.2:install, org.apache.maven.pl
ugins:maven-compiler-plugin:2.0.2:compile]
[INFO] ————————————————————————
[INFO] [install:install]
[ERROR]
The following mojo encountered an error while executing:
Group-Id: org.apache.maven.plugins
Artifact-Id: maven-install-plugin
Version: 2.2
Mojo: install
brought in via: Direct invocation
While building project:
Group-Id: com.viant.ViantCommon
Artifact-Id: ClaimsServices
Version: 72.2.0.0
From file: Q:\joseph.huang_Rel-72.2.0.0_sys04_2_int\ViantCommon\ClaimsServices\pom.xml
Reason: The packaging for this project did not assign a file to the build artifact
Please help, Thanks!