简体   繁体   中英

Jar should not point at files within the project directory? Eclipse( Maven In Build)

When i run Mvn clean install i am facing these errors and i am new to maven so i really dont know the meaning of this error.

Please help me to solve this error and what does it mean ?

Some problems were encountered while building the effective model for com.sap.Hana.cloud.samples:XXXXXXX:war:0.0.1-SNAPSHOT

[WARNING] 'dependencies.dependency.SystemPath' for com.sap.security.core.server:csi:jar should not point at files within the project directory, ${basedir}/WebContent/WEB-INF/lib/com.sap.security.core.server.csi_1.0.1.jar will be unresolvable by dependent projects.

[WARNING] 'dependencies.dependency.systemPath' for com.sap.db.jdbc:ngdbc:jar should not point at files within the project directory, ${basedir}/WebContent/WEB-INF/lib/ngdbc.jar will be unresolvable by dependent projects

Systempath dependencies are generally a bad idea.

Instead, put the artifacts into you Nexus or Artifactory and let Jenkins resolve them.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM