[Dspace-tech] mvn installation problems with 4.1

24 visualizzazioni
Passa al primo messaggio da leggere

Sean Carte

da leggere,
26 ago 2015, 13:20:3026/08/15
a dspace-tech
I've been trying to upgrade from DSpace 3.2 to 4.1 on Ubuntu 12.04.

I edited the main pom.xml so that I'm using https://oss.sonatype.org/content/repositories/releases

I deleted the ~/.m2 directory.

I've tried this on three different machines, and even tried installing 4.0, which used to work.

What can I do to get past this build error:

[INFO] Error building POM (may not be this project's POM).

Project ID: com.googlecode.concurrentlinkedhashmap:concurrentlinkedhashmap-lru:jar:1.2

Reason: Cannot find parent: org.sonatype.oss:oss-parent for project: com.googlecode.concurrentlinkedhashmap:concurrentlinkedhashmap-lru:jar:1.2 for project com.googlecode.concurrentlinkedhashmap:concurrentlinkedhashmap-lru:jar:1.2


All the gory details are copied below.

Sean

dspace@dspace:~/dspace-4.1-src-release/dspace$ mvn -U clean package

...

[INFO] Webapp assembled in [427 msecs]
[INFO] Building war: /home/dspace/dspace-4.1-src-release/dspace/modules/swordv2/target/swordv2-4.1.war
[INFO] WEB-INF/web.xml already added, skipping
[INFO] ------------------------------------------------------------------------
[INFO] Building DSpace SOLR :: Local Customizations
[INFO]    task-segment: [clean, package]
[INFO] ------------------------------------------------------------------------
[INFO] [clean:clean {execution: default-clean}]
[INFO] ------------------------------------------------------------------------
[ERROR] BUILD ERROR
[INFO] ------------------------------------------------------------------------
[INFO] Error building POM (may not be this project's POM).


Project ID: com.googlecode.concurrentlinkedhashmap:concurrentlinkedhashmap-lru:jar:1.2

Reason: Cannot find parent: org.sonatype.oss:oss-parent for project: com.googlecode.concurrentlinkedhashmap:concurrentlinkedhashmap-lru:jar:1.2 for project com.googlecode.concurrentlinkedhashmap:concurrentlinkedhashmap-lru:jar:1.2


[INFO] ------------------------------------------------------------------------
[INFO] For more information, run Maven with the -e switch
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 1 minute 23 seconds
[INFO] Finished at: Wed Jul 09 08:14:15 SAST 2014
[INFO] Final Memory: 60M/144M
[INFO] ------------------------------------------------------------------------
dspace@dspace:~/dspace-4.1-src-release/dspace$ mvn -e -U clean package

...

[ERROR] BUILD ERROR
[INFO] ------------------------------------------------------------------------
[INFO] Error building POM (may not be this project's POM).


Project ID: com.googlecode.concurrentlinkedhashmap:concurrentlinkedhashmap-lru:jar:1.2

Reason: Cannot find parent: org.sonatype.oss:oss-parent for project: com.googlecode.concurrentlinkedhashmap:concurrentlinkedhashmap-lru:jar:1.2 for project com.googlecode.concurrentlinkedhashmap:concurrentlinkedhashmap-lru:jar:1.2


[INFO] ------------------------------------------------------------------------
[INFO] Trace
org.apache.maven.lifecycle.LifecycleExecutionException: Unable to get dependency information: Unable to read the metadata file for artifact 'com.googlecode.concurrentlinkedhashmap:concurrentlinkedhashmap-lru:jar': Cannot find parent: org.sonatype.oss:oss-parent for project: com.googlecode.concurrentlinkedhashmap:concurrentlinkedhashmap-lru:jar:1.2 for project com.googlecode.concurrentlinkedhashmap:concurrentlinkedhashmap-lru:jar:1.2
  com.googlecode.concurrentlinkedhashmap:concurrentlinkedhashmap-lru:jar:1.2

from the specified remote repositories:
  apache.snapshots (http://repository.apache.org/snapshots),
  central (http://repo1.maven.org/maven2),
  sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/snapshots),
  maven-restlet (http://maven.restlet.org),
  sonatype-releases (https://oss.sonatype.org/content/repositories/releases/)

Path to dependency:
    1) org.dspace.modules:solr:war:4.1
    2) org.dspace:dspace-solr:jar:classes:4.1
    3) org.apache.solr:solr-core:jar:4.4.0


    at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(DefaultLifecycleExecutor.java:711)
    at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalWithLifecycle(DefaultLifecycleExecutor.java:556)
    at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoal(DefaultLifecycleExecutor.java:535)
    at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalAndHandleFailures(DefaultLifecycleExecutor.java:387)
    at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeTaskSegments(DefaultLifecycleExecutor.java:348)
    at org.apache.maven.lifecycle.DefaultLifecycleExecutor.execute(DefaultLifecycleExecutor.java:180)
    at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:328)
    at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:138)
    at org.apache.maven.cli.MavenCli.main(MavenCli.java:362)
    at org.apache.maven.cli.compat.CompatibleMain.main(CompatibleMain.java:60)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke(Method.java:606)
    at org.codehaus.classworlds.Launcher.launchEnhanced(Launcher.java:315)
    at org.codehaus.classworlds.Launcher.launch(Launcher.java:255)
    at org.codehaus.classworlds.Launcher.mainWithExitCode(Launcher.java:430)
    at org.codehaus.classworlds.Launcher.main(Launcher.java:375)
Caused by: org.apache.maven.artifact.resolver.ArtifactResolutionException: Unable to get dependency information: Unable to read the metadata file for artifact 'com.googlecode.concurrentlinkedhashmap:concurrentlinkedhashmap-lru:jar': Cannot find parent: org.sonatype.oss:oss-parent for project: com.googlecode.concurrentlinkedhashmap:concurrentlinkedhashmap-lru:jar:1.2 for project com.googlecode.concurrentlinkedhashmap:concurrentlinkedhashmap-lru:jar:1.2
  com.googlecode.concurrentlinkedhashmap:concurrentlinkedhashmap-lru:jar:1.2

from the specified remote repositories:
  apache.snapshots (http://repository.apache.org/snapshots),
  central (http://repo1.maven.org/maven2),
  sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/snapshots),
  maven-restlet (http://maven.restlet.org),
  sonatype-releases (https://oss.sonatype.org/content/repositories/releases/)

Path to dependency:
    1) org.dspace.modules:solr:war:4.1
    2) org.dspace:dspace-solr:jar:classes:4.1
    3) org.apache.solr:solr-core:jar:4.4.0


    at org.apache.maven.artifact.resolver.DefaultArtifactCollector.recurse(DefaultArtifactCollector.java:430)
    at org.apache.maven.artifact.resolver.DefaultArtifactCollector.recurse(DefaultArtifactCollector.java:435)
    at org.apache.maven.artifact.resolver.DefaultArtifactCollector.recurse(DefaultArtifactCollector.java:435)
    at org.apache.maven.artifact.resolver.DefaultArtifactCollector.collect(DefaultArtifactCollector.java:74)
    at org.apache.maven.artifact.resolver.DefaultArtifactResolver.resolveTransitively(DefaultArtifactResolver.java:316)
    at org.apache.maven.artifact.resolver.DefaultArtifactResolver.resolveTransitively(DefaultArtifactResolver.java:304)
    at org.apache.maven.plugin.DefaultPluginManager.resolveTransitiveDependencies(DefaultPluginManager.java:1499)
    at org.apache.maven.plugin.DefaultPluginManager.executeMojo(DefaultPluginManager.java:442)
    at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(DefaultLifecycleExecutor.java:694)
    ... 17 more
Caused by: org.apache.maven.artifact.metadata.ArtifactMetadataRetrievalException: Unable to read the metadata file for artifact 'com.googlecode.concurrentlinkedhashmap:concurrentlinkedhashmap-lru:jar': Cannot find parent: org.sonatype.oss:oss-parent for project: com.googlecode.concurrentlinkedhashmap:concurrentlinkedhashmap-lru:jar:1.2 for project com.googlecode.concurrentlinkedhashmap:concurrentlinkedhashmap-lru:jar:1.2
    at org.apache.maven.project.artifact.MavenMetadataSource.retrieveRelocatedProject(MavenMetadataSource.java:200)
    at org.apache.maven.project.artifact.MavenMetadataSource.retrieveRelocatedArtifact(MavenMetadataSource.java:94)
    at org.apache.maven.artifact.resolver.DefaultArtifactCollector.recurse(DefaultArtifactCollector.java:387)
    ... 25 more
Caused by: org.apache.maven.project.ProjectBuildingException: Cannot find parent: org.sonatype.oss:oss-parent for project: com.googlecode.concurrentlinkedhashmap:concurrentlinkedhashmap-lru:jar:1.2 for project com.googlecode.concurrentlinkedhashmap:concurrentlinkedhashmap-lru:jar:1.2
    at org.apache.maven.project.DefaultMavenProjectBuilder.assembleLineage(DefaultMavenProjectBuilder.java:1396)
    at org.apache.maven.project.DefaultMavenProjectBuilder.buildInternal(DefaultMavenProjectBuilder.java:823)
    at org.apache.maven.project.DefaultMavenProjectBuilder.buildFromRepository(DefaultMavenProjectBuilder.java:255)
    at org.apache.maven.project.artifact.MavenMetadataSource.retrieveRelocatedProject(MavenMetadataSource.java:163)
    ... 27 more
Caused by: org.apache.maven.project.InvalidProjectModelException: Not a v4.0.0 POM. for project org.sonatype.oss:oss-parent at /home/dspace/.m2/repository/org/sonatype/oss/oss-parent/3/oss-parent-3.pom
    at org.apache.maven.project.DefaultMavenProjectBuilder.readModel(DefaultMavenProjectBuilder.java:1599)
    at org.apache.maven.project.DefaultMavenProjectBuilder.readModel(DefaultMavenProjectBuilder.java:1571)
    at org.apache.maven.project.DefaultMavenProjectBuilder.findModelFromRepository(DefaultMavenProjectBuilder.java:562)
    at org.apache.maven.project.DefaultMavenProjectBuilder.assembleLineage(DefaultMavenProjectBuilder.java:1392)
    ... 30 more
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 4 minutes 10 seconds
[INFO] Finished at: Thu Jul 10 08:04:02 SAST 2014
[INFO] Final Memory: 60M/144M
[INFO] ------------------------------------------------------------------------
dspace@dspace:~/dspace-4.1-src-release/dspace$


--

Ruben

da leggere,
26 ago 2015, 13:20:3126/08/15
a dspac...@lists.sourceforge.net
Hi Sean,

I had a similar problem and today I find the solution. I'm working on DSpace 3.2 and days ago when I tried to compile it, I saw a problem with http://oss.sonatype.org/content/repositories/releases/ and his resources.
Searching for the fix, I found the page http://spoutcraft.org/threads/fixing-your-local-maven-repo.8085/. I applied the changes and now my pom.xml looks like this:

<repositories>
       <!-- <repository>
            <id>sonatype-releases</id>
            <name>Sonatype Releases Repository</name>
            <url>http://oss.sonatype.org/content/repositories/releases/</url>
        </repository>
        -->


        <repository>
            <id>sonatype-nexus-releases</id>
            <url>https://oss.sonatype.org/content/repositories/releases</url>
        </repository>
        <repository>
            <id>sonatype-nexus-snapshots</id>
            <url>https://oss.sonatype.org/content/repositories/snapshots</url>
            <snapshots>
                <enabled>true</enabled>
                <updatePolicy>always</updatePolicy>
            </snapshots>
        </repository>



</repositories>

Try to change this, remove .m2 completely and compile with 'mvn clean package'.

Good luck
------------------------------------------------------------------------------
Open source business process management suite built on Java and Eclipse
Turn processes into business applications with Bonita BPM Community Edition
Quickly connect people, data, and systems into organized workflows
Winner of BOSSIE, CODIE, OW2 and Gartner awards
http://p.sf.net/sfu/Bonitasoft


_______________________________________________
DSpace-tech mailing list
DSpac...@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech
List Etiquette: https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette

Hilton Gibson

da leggere,
26 ago 2015, 13:20:3326/08/15
a Ruben, dspace-tech
Hi Ruben

Is this a bug?
If so, why no bug report.
This is significant.

Cheers

hg

Hilton Gibson
Ubuntu Linux Systems Administrator
JS Gericke Library
Room 1025D
Stellenbosch University
Private Bag X5036
Stellenbosch
7599
South Africa

Sean Carte

da leggere,
26 ago 2015, 13:20:4026/08/15
a Ruben, dspace-tech
On 10 July 2014 10:15, Ruben <ruben...@csuc.cat> wrote:

Thanks, Ruben. I did as you suggested, but still the same issue:

dspace@dspace:~/dspace-4.1-src-release$ vi pom.xml

    <repositories>
<!--
        <repository>
            <id>sonatype-releases</id>
            <name>Sonatype Releases Repository</name>
            <url>http://oss.sonatype.org/content/repositories/releases/</url>
        </repository>
-->
        <repository>
            <id>sonatype-nexus-releases</id>
            <url>https://oss.sonatype.org/content/repositories/releases</url>
        </repository>
        <repository>
            <id>sonatype-nexus-snapshots</id>
            <url>https://oss.sonatype.org/content/repositories/snapshots</url>
            <snapshots>
                <enabled>true</enabled>
                <updatePolicy>always</updatePolicy>
            </snapshots>
        </repository>
    </repositories>

dspace@dspace:~/dspace-4.1-src-release$ rm -rf  ~/.m2/
dspace@dspace:~/dspace-4.1-src-release$ mvn -U clean package

...
Downloading: http://oss.sonatype.org/content/groups/sourceforge//org/sonatype/oss/oss-parent/3/oss-parent-3.pom
184b downloaded  (oss-parent-3.pom)
[WARNING] *** CHECKSUM FAILED - Checksum failed on download: local = '780ba3cf6b6eb0f7c9f6d41d8d25a86a2f46b0c4'; remote = '<html>
<head><title>301' - RETRYING
Downloading: http://oss.sonatype.org/content/groups/sourceforge//org/sonatype/oss/oss-parent/3/oss-parent-3.pom
184b downloaded  (oss-parent-3.pom)
[WARNING] *** CHECKSUM FAILED - Checksum failed on download: local = '780ba3cf6b6eb0f7c9f6d41d8d25a86a2f46b0c4'; remote = '<html>
<head><title>301' - IGNORING

[INFO] ------------------------------------------------------------------------
[ERROR] BUILD ERROR
[INFO] ------------------------------------------------------------------------
[INFO] Error building POM (may not be this project's POM).


Project ID: com.googlecode.concurrentlinkedhashmap:concurrentlinkedhashmap-lru:jar:1.2

Reason: Cannot find parent: org.sonatype.oss:oss-parent for project: com.googlecode.concurrentlinkedhashmap:concurrentlinkedhashmap-lru:jar:1.2 for project com.googlecode.concurrentlinkedhashmap:concurrentlinkedhashmap-lru:jar:1.2


Surely this can't be affecting everybody who is installing DSpace?

Sean
--

Adan Roman

da leggere,
26 ago 2015, 13:20:4526/08/15
a dspac...@lists.sourceforge.net
Hi

Maven is still trying through http.
are you sure you deleted the. m2?
try:
"cd"
"rm -fr .m2"


and maven again

regards

On 10/07/2014 13:44, Sean Carte wrote:
Downloading: http://oss.sonatype.org/content/groups/sourceforge//org/sonatype/oss/oss-parent/3/oss-parent-3.pom


--




Este mensaje no contiene virus ni malware porque la protección de avast! Antivirus está activa.


Sean Carte

da leggere,
26 ago 2015, 13:20:4626/08/15
a Adan Roman, dspace-tech

On 10 July 2014 13:58, Adan Roman <aro...@arvo.es> wrote:
Maven is still trying through http.
are you sure you deleted the. m2?
try:
"cd"
"rm -fr .m2"


and maven again

You're right, thanks Adan (and Ruben)!

dspace@dspace:~/dspace-4.1-src-release$ cd
dspace@dspace:~$ rm -rf .m2/
dspace@dspace:~$ cd dspace-4.1-src-release/

dspace@dspace:~/dspace-4.1-src-release$ mvn -U clean package

I'm trying again; and will let you know what happens.

Sean
--

Mark H. Wood

da leggere,
26 ago 2015, 13:20:5226/08/15
a dspac...@lists.sourceforge.net
On Thu, Jul 10, 2014 at 10:48:41AM +0200, Hilton Gibson wrote:
> Hi Ruben
>
> Is this a bug?

https://jira.duraspace.org/browse/DS-1961

This is fixed in DSpace 3.3, 4.2 (unreleased) and 5.0 (unreleased).

--
Mark H. Wood, Lead System Programmer mw...@IUPUI.Edu
Machines should not be friendly. Machines should be obedient.
signature.asc

Hilton Gibson

da leggere,
26 ago 2015, 13:20:5426/08/15
a Sean Carte, dspace-tech
So everybody trying to build a new 4.1 DSpace is (put polite word here)!

Hilton Gibson
Ubuntu Linux Systems Administrator
JS Gericke Library
Room 1025D
Stellenbosch University
Private Bag X5036
Stellenbosch
7599
South Africa



On 10 July 2014 16:11, Sean Carte <sean....@gmail.com> wrote:
Same thing:


Downloading: http://oss.sonatype.org/content/groups/sourceforge//org/sonatype/oss/oss-parent/3/oss-parent-3.pom
184b downloaded  (oss-parent-3.pom)
[WARNING] *** CHECKSUM FAILED - Checksum failed on download: local = '780ba3cf6b6eb0f7c9f6d41d8d25a86a2f46b0c4'; remote = '<html>
<head><title>301' - IGNORING
[INFO] ------------------------------------------------------------------------
[ERROR] BUILD ERROR
[INFO] ------------------------------------------------------------------------
[INFO] Error building POM (may not be this project's POM).


Project ID: com.googlecode.concurrentlinkedhashmap:concurrentlinkedhashmap-lru:jar:1.2

Reason: Cannot find parent: org.sonatype.oss:oss-parent for project: com.googlecode.concurrentlinkedhashmap:concurrentlinkedhashmap-lru:jar:1.2 for project com.googlecode.concurrentlinkedhashmap:concurrentlinkedhashmap-lru:jar:1.2


Sean
--

Tim Donohue

da leggere,
26 ago 2015, 13:21:0226/08/15
a Sean Carte, dspace-tech
Hi Sean,

What version of Maven are you using? (NOTE: DSpace requires Maven 3)
Have you made any other customizations to the DSpace pom.xml?

I'm not able to replicate this issue with Maven 3.0.4, Java 7 and DSpace
4.1 (well, more accurately the "dspace-4_x" branch in GitHub, which is
pre-4.2). Even after completely removing my ~/.m2/ (local Maven cache)
it still all builds properly.

Is anyone else able to replicate this? Just trying to narrow down what
the problem may be.

- Tim

Sean Carte

da leggere,
26 ago 2015, 13:21:0726/08/15
a Tim Donohue, dspace-tech

On 10 July 2014 19:59, Tim Donohue <tdon...@duraspace.org> wrote:
What version of Maven are you using? (NOTE: DSpace requires Maven 3) Have you made any other customizations to the DSpace pom.xml?

I'm not able to replicate this issue with Maven 3.0.4, Java 7 and DSpace 4.1 (well, more accurately the "dspace-4_x" branch in GitHub, which is pre-4.2). Even after completely removing my ~/.m2/ (local Maven cache) it still all builds properly.

dspace@dspace:~/dspace-4.1-src-release$ mvn -v
Apache Maven 2.2.1 (rdebian-8)
Java version: 1.7.0_51
Java home: /usr/lib/jvm/java-7-openjdk-amd64/jre
Default locale: en_ZA, platform encoding: UTF-8
OS name: "linux" version: "3.2.0-60-generic" arch: "amd64" Family: "unix"

The really funny part of this is that I installed maven on another machine to see if it wasn't the machine that was the problem, and there I specifically installed maven2 because that's what I've always done in the past!

Installing now with Maven 3. (And the documentation does specify Maven 3 as a prerequisite.)

I'll let you know the outcome, but I expect it to work smoothly.

Thank you, Tim, and everybody else who tried to help.

Sean
--

Sean Carte

da leggere,
26 ago 2015, 13:21:0826/08/15
a dspace-tech

On 11 July 2014 07:31, Sean Carte <sean....@gmail.com> wrote:
I'll let you know the outcome, but I expect it to work smoothly.

[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 30:32.066s
[INFO] Finished at: Fri Jul 11 07:55:18 SAST 2014
[INFO] Final Memory: 106M/280M
[INFO] ------------------------------------------------------------------------
dspace@dspace:~/dspace-4.1-src-release$

Hooray! Thank you all for your help!

Sean
--

Hilton Gibson

da leggere,
26 ago 2015, 13:21:1026/08/15
a Sean Carte, dspace-tech
On 11 July 2014 07:31, Sean Carte <sean....@gmail.com> wrote:
Installing now with Maven 3. (And the documentation does specify Maven 3 as a prerequisite.)

​Hi Sean

Can provide a URL for this prerequiste please. Thanks.
Need to update the wiki.

Cheers

hg​

Tim Donohue

da leggere,
26 ago 2015, 13:21:1826/08/15
a Hilton Gibson, Sean Carte, dspace-tech
Hilton,

All DSpace prerequisites are specified in the official Documentation in
the "Installing DSpace" section. So, here are the prerequisite software
requirements for DSpace 4:

https://wiki.duraspace.org/display/DSDOC4x/Installing+DSpace#InstallingDSpace-PrerequisiteSoftware

On 7/11/2014 3:35 AM, Hilton Gibson wrote:
>
> On 11 July 2014 07:31, Sean Carte <sean....@gmail.com
> <mailto:sean....@gmail.com>> wrote:
>
> Installing now with Maven 3. (And the documentation does specify
> Maven 3 as a prerequisite.)
>
>
> ​Hi Sean
>
> Can provide a URL for this prerequiste please. Thanks.
> Need to update the wiki.
>
> Cheers
>
> hg​
>
>
> *Hilton Gibson*

Hilton Gibson

da leggere,
26 ago 2015, 13:21:1926/08/15
a Tim Donohue, dspace-tech
Hi Tim

Thanks.

Sean and I were working on it this morning, trying to figure out what maven version Ubuntu installs.

I think "maven2" is a relic from Ubuntu 10.04 LTS, when I originally wrote the wiki page.
Sean suggested to change to maven only, which I have done.

But I am still not sure if a hidden .m2 folder is created automatically or not.

I will update wiki with the prerequisite link you sent.

Cheers

hg

Hilton Gibson
Ubuntu Linux Systems Administrator
JS Gericke Library
Room 1025D
Stellenbosch University
Private Bag X5036
Stellenbosch
7599
South Africa

Sean Carte

da leggere,
26 ago 2015, 13:21:2226/08/15
a Adan Roman, dspace-tech
On 10 July 2014 14:09, Sean Carte <sean....@gmail.com> wrote:

Same thing:


Downloading: http://oss.sonatype.org/content/groups/sourceforge//org/sonatype/oss/oss-parent/3/oss-parent-3.pom
184b downloaded  (oss-parent-3.pom)
[WARNING] *** CHECKSUM FAILED - Checksum failed on download: local = '780ba3cf6b6eb0f7c9f6d41d8d25a86a2f46b0c4'; remote = '<html>
<head><title>301' - IGNORING
[INFO] ------------------------------------------------------------------------
[ERROR] BUILD ERROR
[INFO] ------------------------------------------------------------------------
[INFO] Error building POM (may not be this project's POM).


Project ID: com.googlecode.concurrentlinkedhashmap:concurrentlinkedhashmap-lru:jar:1.2

Reason: Cannot find parent: org.sonatype.oss:oss-parent for project: com.googlecode.concurrentlinkedhashmap:concurrentlinkedhashmap-lru:jar:1.2 for project com.googlecode.concurrentlinkedhashmap:concurrentlinkedhashmap-lru:jar:1.2


Sean
--
Rispondi a tutti
Rispondi all'autore
Inoltra
0 nuovi messaggi