Could not resolve dependencies error

2018-08-29 Thread Guido van Brakel
Hi,

We have an issue with Maven not finding a certain dependency, anyone able to 
help this Maven. Keep in mind that I’m quite newbie to Maven, and just try run 
a build

[ERROR] Failed to execute goal on project confidentialservices: Could not 
resolve dependencies for project 
com.digitaslbi.confidential:confidentialservices:war:0.1.0.12: Could not find 
artifact 
nl.confidential.web:confidentialweb-getdataapi-client:jar:1.2.14.0-SNAPSHOT -> 
[Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal 
on project confidentialservices: Could not resolve dependencies for project 
com.digitaslbi.confidential:confidentialservices:war:0.1.0.12: Could not find 
artifact 
nl.confidential.web:confidentialweb-getdataapi-client:jar:1.2.14.0-SNAPSHOT.

See below for the full stack trace:
Apache Maven 3.5.0 (ff8f5e7444045639af65f6095c62210b5713f426; 
2017-04-03T21:39:06+02:00)
Maven home: 
C:\Users\davanbrg\.m2\wrapper\dists\apache-maven-3.5.0-bin\6ps54u5pnnbbpr6ds9rppcc7iv\apache-maven-3.5.0
Java version: 1.8.0_181, vendor: Oracle Corporation
Java home: C:\Program Files\Java\jdk1.8.0_181\jre
Default locale: en_US, platform encoding: Cp1252
OS name: "windows server 2012 r2", version: "6.3", arch: "amd64", family: 
"windows"
[DEBUG] Created new class realm maven.api
[DEBUG] Importing foreign packages into class realm maven.api
[DEBUG]   Imported: javax.enterprise.inject.* < plexus.core
[DEBUG]   Imported: javax.enterprise.util.* < plexus.core
[DEBUG]   Imported: javax.inject.* < plexus.core
[DEBUG]   Imported: org.apache.maven.* < plexus.core
[DEBUG]   Imported: org.apache.maven.artifact < plexus.core
[DEBUG]   Imported: org.apache.maven.classrealm < plexus.core
[DEBUG]   Imported: org.apache.maven.cli < plexus.core
[DEBUG]   Imported: org.apache.maven.configuration < plexus.core
[DEBUG]   Imported: org.apache.maven.exception < plexus.core
[DEBUG]   Imported: org.apache.maven.execution < plexus.core
[DEBUG]   Imported: org.apache.maven.execution.scope < plexus.core
[DEBUG]   Imported: org.apache.maven.lifecycle < plexus.core
[DEBUG]   Imported: org.apache.maven.model < plexus.core
[DEBUG]   Imported: org.apache.maven.monitor < plexus.core
[DEBUG]   Imported: org.apache.maven.plugin < plexus.core
[DEBUG]   Imported: org.apache.maven.profiles < plexus.core
[DEBUG]   Imported: org.apache.maven.project < plexus.core
[DEBUG]   Imported: org.apache.maven.reporting < plexus.core
[DEBUG]   Imported: org.apache.maven.repository < plexus.core
[DEBUG]   Imported: org.apache.maven.rtinfo < plexus.core
[DEBUG]   Imported: org.apache.maven.settings < plexus.core
[DEBUG]   Imported: org.apache.maven.toolchain < plexus.core
[DEBUG]   Imported: org.apache.maven.usability < plexus.core
[DEBUG]   Imported: org.apache.maven.wagon.* < plexus.core
[DEBUG]   Imported: org.apache.maven.wagon.authentication < plexus.core
[DEBUG]   Imported: org.apache.maven.wagon.authorization < plexus.core
[DEBUG]   Imported: org.apache.maven.wagon.events < plexus.core
[DEBUG]   Imported: org.apache.maven.wagon.observers < plexus.core
[DEBUG]   Imported: org.apache.maven.wagon.proxy < plexus.core
[DEBUG]   Imported: org.apache.maven.wagon.repository < plexus.core
[DEBUG]   Imported: org.apache.maven.wagon.resource < plexus.core
[DEBUG]   Imported: org.codehaus.classworlds < plexus.core
[DEBUG]   Imported: org.codehaus.plexus.* < plexus.core
[DEBUG]   Imported: org.codehaus.plexus.classworlds < plexus.core
[DEBUG]   Imported: org.codehaus.plexus.component < plexus.core
[DEBUG]   Imported: org.codehaus.plexus.configuration < plexus.core
[DEBUG]   Imported: org.codehaus.plexus.container < plexus.core
[DEBUG]   Imported: org.codehaus.plexus.context < plexus.core
[DEBUG]   Imported: org.codehaus.plexus.lifecycle < plexus.core
[DEBUG]   Imported: org.codehaus.plexus.logging < plexus.core
[DEBUG]   Imported: org.codehaus.plexus.personality < plexus.core
[DEBUG]   Imported: org.codehaus.plexus.util.xml.Xpp3Dom < plexus.core
[DEBUG]   Imported: org.codehaus.plexus.util.xml.pull.XmlPullParser < 
plexus.core
[DEBUG]   Imported: org.codehaus.plexus.util.xml.pull.XmlPullParserException < 
plexus.core
[DEBUG]   Imported: org.codehaus.plexus.util.xml.pull.XmlSerializer < 
plexus.core
[DEBUG]   Imported: org.eclipse.aether.* < plexus.core
[DEBUG]   Imported: org.eclipse.aether.artifact < plexus.core
[DEBUG]   Imported: org.eclipse.aether.collection < plexus.core
[DEBUG]   Imported: org.eclipse.aether.deployment < plexus.core
[DEBUG]   Imported: org.eclipse.aether.graph < plexus.core
[DEBUG]   Imported: org.eclipse.aether.impl < plexus.core
[DEBUG]   Imported: org.eclipse.aether.installation < plexus.core
[DEBUG]   Imported: org.eclipse.aether.internal.impl < plexus.core
[DEBUG]   Imported: org.eclipse.aether.metadata < plexus.core
[DEBUG]   Imported: org.eclipse.aether.repository < plexus.core
[DEBUG]   Imported: org.eclipse.aether.resolution < plexus.core
[DEBUG]   Imported: org.eclipse.aether.spi < plexus.core
[DEBUG]   Imported: 

RE: Maven issue

2018-08-28 Thread Guido van Brakel
How can I find that file?



Sent from Mail<https://go.microsoft.com/fwlink/?LinkId=550986> for Windows 10




From: Anders Hammar 
Sent: Tuesday, August 28, 2018 3:34:13 PM
To: Maven Users List
Subject: Re: Maven issue

You're missing a dependency to whatever holds the
nl.confidential2.web.client.model.VweCarExtraInruil class.

/Anders

On Tue, Aug 28, 2018 at 3:18 PM Guido van Brakel <
guido.vanbra...@outlook.com> wrote:

> Hi,
>
> I’m a Maven newbie, and I’m trying to build some software which uses
> Maven, but can’t get working, anyone here able to help?
>
> build  28-Aug-2018 15:02:25 [ERROR]
> /D:/Bamboo-home/xml-data/build-dir/RS-RSR-JOB1/src/main/java/com/confidential1/confidential2/service/mapper/OldCarValueMapper.java:[5,35]
> cannot find symbol
> build  28-Aug-2018 15:02:25   symbol:   class VweCarExtraInruil
> build  28-Aug-2018 15:02:25   location: package
> nl.confidential2.web.client.model
> build  28-Aug-2018 15:02:25 [ERROR]
> /D:/Bamboo-home/xml-data/build-dir/RS-RSR-JOB1/src/main/java/com/confidential1/confidential2/service/mapper/OldCarValueMapper.java:[31,54]
> cannot find symbol
> build  28-Aug-2018 15:02:25   symbol:   class VweCarExtraInruil
> build  28-Aug-2018 15:02:25   location: interface
> com.confidential1.confidential2.service.mapper.OldCarValueMapper
> build  28-Aug-2018 15:02:25 [ERROR]
> /D:/Bamboo-home/xml-data/build-dir/RS-RSR-JOB1/src/main/java/com/confidential1/confidential2/service/custom/impl/OldCarValueServiceCustomImpl.java:[11,35]
> cannot find symbol
> build  28-Aug-2018 15:02:25   symbol:   class VweCarExtraInruil
> build  28-Aug-2018 15:02:25   location: package
> nl.confidential2.web.client.model
> build  28-Aug-2018 15:02:25 [ERROR] Encountered erroneous type
> VweCarExtraInruil
> build  28-Aug-2018 15:02:25 [INFO] 4 errors
> build  28-Aug-2018 15:02:25 [INFO]
> -
> build  28-Aug-2018 15:02:25 [INFO]
> 
> build  28-Aug-2018 15:02:25 [INFO] BUILD FAILURE
> build  28-Aug-2018 15:02:25 [INFO]
> 
> build  28-Aug-2018 15:02:25 [INFO] Total time: 01:31 min
> build  28-Aug-2018 15:02:25 [INFO] Finished at:
> 2018-08-28T15:02:25+02:00
> build  28-Aug-2018 15:02:25 [INFO] Final Memory: 55M/528M
> build  28-Aug-2018 15:02:25 [INFO]
> 
> build  28-Aug-2018 15:02:25 [ERROR] Failed to execute goal
> org.apache.maven.plugins:maven-compiler-plugin:3.6.0:compile
> (default-compile) on project confidential2services: Compilation failure:
> Compilation failure:
> build  28-Aug-2018 15:02:25 [ERROR]
> /D:/Bamboo-home/xml-data/build-dir/RS-RSR-JOB1/src/main/java/com/confidential1/confidential2/service/mapper/OldCarValueMapper.java:[5,35]
> cannot find symbol
> build  28-Aug-2018 15:02:25 [ERROR]   symbol:   class
> VweCarExtraInruil
> build  28-Aug-2018 15:02:25 [ERROR]   location: package
> nl.confidential2.web.client.model
> build  28-Aug-2018 15:02:25 [ERROR]
> /D:/Bamboo-home/xml-data/build-dir/RS-RSR-JOB1/src/main/java/com/confidential1/confidential2/service/mapper/OldCarValueMapper.java:[31,54]
> cannot find symbol
> build  28-Aug-2018 15:02:25 [ERROR]   symbol:   class
> VweCarExtraInruil
> build  28-Aug-2018 15:02:25 [ERROR]   location: interface
> com.confidential1.confidential2.service.mapper.OldCarValueMapper
> build  28-Aug-2018 15:02:25 [ERROR]
> /D:/Bamboo-home/xml-data/build-dir/RS-RSR-JOB1/src/main/java/com/confidential1/confidential2/service/custom/impl/OldCarValueServiceCustomImpl.java:[11,35]
> cannot find symbol
> build  28-Aug-2018 15:02:25 [ERROR]   symbol:   class
> VweCarExtraInruil
> build  28-Aug-2018 15:02:25 [ERROR]   location: package
> nl.confidential2.web.client.model
> build  28-Aug-2018 15:02:25 [ERROR] Encountered erroneous type
> VweCarExtraInruil
> build  28-Aug-2018 15:02:25 [ERROR] -> [Help 1]
> build  28-Aug-2018 15:02:25 [ERROR]
> build  28-Aug-2018 15:02:25 [ERROR] To see the full stack trace of
> the errors, re-run Maven with the -e switch.
> build  28-Aug-2018 15:02:25 [ERROR] Re-run Maven using the -X
> switch to enable full debug logging.
> build  28-Aug-2018 15:02:25 [ERROR]
> build  28-Aug-2018 15:02:25 [ERROR] For more information about the
> errors and possible solutions, please read the following articles:
> build  28-Aug-2018 15:02:25 [ERROR] [Help 1]
> http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
>
> Regards,
>
> Guido van Brakel
>
>


Maven issue

2018-08-28 Thread Guido van Brakel
Hi,

I’m a Maven newbie, and I’m trying to build some software which uses Maven, but 
can’t get working, anyone here able to help?

build  28-Aug-2018 15:02:25 [ERROR] 
/D:/Bamboo-home/xml-data/build-dir/RS-RSR-JOB1/src/main/java/com/confidential1/confidential2/service/mapper/OldCarValueMapper.java:[5,35]
 cannot find symbol
build  28-Aug-2018 15:02:25   symbol:   class VweCarExtraInruil
build  28-Aug-2018 15:02:25   location: package 
nl.confidential2.web.client.model
build  28-Aug-2018 15:02:25 [ERROR] 
/D:/Bamboo-home/xml-data/build-dir/RS-RSR-JOB1/src/main/java/com/confidential1/confidential2/service/mapper/OldCarValueMapper.java:[31,54]
 cannot find symbol
build  28-Aug-2018 15:02:25   symbol:   class VweCarExtraInruil
build  28-Aug-2018 15:02:25   location: interface 
com.confidential1.confidential2.service.mapper.OldCarValueMapper
build  28-Aug-2018 15:02:25 [ERROR] 
/D:/Bamboo-home/xml-data/build-dir/RS-RSR-JOB1/src/main/java/com/confidential1/confidential2/service/custom/impl/OldCarValueServiceCustomImpl.java:[11,35]
 cannot find symbol
build  28-Aug-2018 15:02:25   symbol:   class VweCarExtraInruil
build  28-Aug-2018 15:02:25   location: package 
nl.confidential2.web.client.model
build  28-Aug-2018 15:02:25 [ERROR] Encountered erroneous type 
VweCarExtraInruil
build  28-Aug-2018 15:02:25 [INFO] 4 errors
build  28-Aug-2018 15:02:25 [INFO] 
-
build  28-Aug-2018 15:02:25 [INFO] 

build  28-Aug-2018 15:02:25 [INFO] BUILD FAILURE
build  28-Aug-2018 15:02:25 [INFO] 

build  28-Aug-2018 15:02:25 [INFO] Total time: 01:31 min
build  28-Aug-2018 15:02:25 [INFO] Finished at: 
2018-08-28T15:02:25+02:00
build  28-Aug-2018 15:02:25 [INFO] Final Memory: 55M/528M
build  28-Aug-2018 15:02:25 [INFO] 

build  28-Aug-2018 15:02:25 [ERROR] Failed to execute goal 
org.apache.maven.plugins:maven-compiler-plugin:3.6.0:compile (default-compile) 
on project confidential2services: Compilation failure: Compilation failure:
build  28-Aug-2018 15:02:25 [ERROR] 
/D:/Bamboo-home/xml-data/build-dir/RS-RSR-JOB1/src/main/java/com/confidential1/confidential2/service/mapper/OldCarValueMapper.java:[5,35]
 cannot find symbol
build  28-Aug-2018 15:02:25 [ERROR]   symbol:   class VweCarExtraInruil
build  28-Aug-2018 15:02:25 [ERROR]   location: package 
nl.confidential2.web.client.model
build  28-Aug-2018 15:02:25 [ERROR] 
/D:/Bamboo-home/xml-data/build-dir/RS-RSR-JOB1/src/main/java/com/confidential1/confidential2/service/mapper/OldCarValueMapper.java:[31,54]
 cannot find symbol
build  28-Aug-2018 15:02:25 [ERROR]   symbol:   class VweCarExtraInruil
build  28-Aug-2018 15:02:25 [ERROR]   location: interface 
com.confidential1.confidential2.service.mapper.OldCarValueMapper
build  28-Aug-2018 15:02:25 [ERROR] 
/D:/Bamboo-home/xml-data/build-dir/RS-RSR-JOB1/src/main/java/com/confidential1/confidential2/service/custom/impl/OldCarValueServiceCustomImpl.java:[11,35]
 cannot find symbol
build  28-Aug-2018 15:02:25 [ERROR]   symbol:   class VweCarExtraInruil
build  28-Aug-2018 15:02:25 [ERROR]   location: package 
nl.confidential2.web.client.model
build  28-Aug-2018 15:02:25 [ERROR] Encountered erroneous type 
VweCarExtraInruil
build  28-Aug-2018 15:02:25 [ERROR] -> [Help 1]
build  28-Aug-2018 15:02:25 [ERROR]
build  28-Aug-2018 15:02:25 [ERROR] To see the full stack trace of the 
errors, re-run Maven with the -e switch.
build  28-Aug-2018 15:02:25 [ERROR] Re-run Maven using the -X switch to 
enable full debug logging.
build  28-Aug-2018 15:02:25 [ERROR]
build  28-Aug-2018 15:02:25 [ERROR] For more information about the 
errors and possible solutions, please read the following articles:
build  28-Aug-2018 15:02:25 [ERROR] [Help 1] 
http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException

Regards,

Guido van Brakel