Uploaded image for project: 'Syncope'
  1. Syncope
  2. SYNCOPE-1334

Maven install problem with Apache Syncope 2.1.0

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Trivial
    • Resolution: Fixed
    • 2.1.0
    • 2.1.1, 3.0.0-M0
    • archetype
    • None

    Description

      I create the project

      mvn archetype:generate \
          -DarchetypeGroupId=org.apache.syncope \
          -DarchetypeArtifactId=syncope-archetype \
          -DarchetypeRepository=http://repo1.maven.org/maven2 \
          -DarchetypeVersion=2.1.0
      

      then in the folder I made

      mvn clean install
      

      Got ERROR

      [INFO] Scanning for projects...
      [ERROR] [ERROR] Some problems were encountered while processing the POMs:
      [ERROR] 'dependencies.dependency.version' for junit:junit:jar is missing. @ pt.up:syncope-console:[unknown-version], /home/fsilva/idm210/upidm/console/pom.xml, line 101, column 17
      (...) 

      Workaround is to clean in console/pom.xml the

      <!-- TEST -->
         <dependency>
         <groupId>junit</groupId>
         <artifactId>junit</artifactId>
         <scope>test</scope>
       </dependency>
      

      Attachments

        Issue Links

          Activity

            People

              ilgrosso Francesco Chicchiriccò
              filipe.silva Filipe Silva
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: