Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[tycho-user] Maven 3.3.9 keeps finding old artifacts.

The artifacts in bold red have been gone since a project name refactoring days ago.  But my build still fails.  I have "clean verify" as options.  I have deleted the project in Eclipse and then imported them back into Eclipse 4.5.2. from my local git repo.  I have stop Eclipse and the started back up with the Eclipse clean option.  I am on Windows 7 64 bit SP1.  I have scanned my repo and eclipse for the names and can find them nowhere. 

I am new to Maven.  What is the going on with the .group addition to the name?

[INFO] Resolving dependencies of MavenProject: com.usque:com.a.site:0.0.1-SNAPSHOT @ C:\orthogroupgit\sites\com.a.site\pom.xml

[DEBUG] No solution found because the problem is unsatisfiable.: [Unable to satisfy dependency from com.a.site raw:0.0.1.'SNAPSHOT'/format(n[.n=0;[.n=0;[-S]]]):0.0.1-SNAPSHOT to com.a.app.feature.group [0.0.1,0.0.2).; Unable to satisfy dependency from com.a.site raw:0.0.1.'SNAPSHOT'/format(n[.n=0;[.n=0;[-S]]]):0.0.1-SNAPSHOT to com.a.ccmp.feature.group [0.0.1,0.0.2).; Unable to satisfy dependency from com.a.site raw:0.0.1.'SNAPSHOT'/format(n[.n=0;[.n=0;[-S]]]):0.0.1-SNAPSHOT to com.a.secm.animation.feature.group [0.0.1,0.0.2).; Unable to satisfy dependency from com.a.site raw:0.0.1.'SNAPSHOT'/format(n[.n=0;[.n=0;[-S]]]):0.0.1-SNAPSHOT to com.a.secm.deployment.feature.group [0.0.1,0.0.2).; Unable to satisfy dependency from com.a.site raw:0.0.1.'SNAPSHOT'/format(n[.n=0;[.n=0;[-S]]]):0.0.1-SNAPSHOT to com.a.secm.financial.feature.group [0.0.1,0.0.2).; Unable to satisfy dependency from com.a.site raw:0.0.1.'SNAPSHOT'/format(n[.n=0;[.n=0;[-S]]]):0.0.1-SNAPSHOT to com.a.secm.operations.feature.group [0.0.1,0.0.2).; Unable to satisfy dependency from com.a.site raw:0.0.1.'SNAPSHOT'/format(n[.n=0;[.n=0;[-S]]]):0.0.1-SNAPSHOT to com.a.secm.rendering.feature.group [0.0.1,0.0.2).; Unable to satisfy dependency from com.a.site raw:0.0.1.'SNAPSHOT'/format(n[.n=0;[.n=0;[-S]]]):0.0.1-SNAPSHOT to com.a.secm.simulation.feature.group [0.0.1,0.0.2).; Unable to satisfy dependency from com.a.site raw:0.0.1.'SNAPSHOT'/format(n[.n=0;[.n=0;[-S]]]):0.0.1-SNAPSHOT to com.a.secm.structural.feature.group [0.0.1,0.0.2).; No solution found because the problem is unsatisfiable.]

 

 

 

 

 



Back to the top