You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@clerezza.apache.org by "Hasan (JIRA)" <ji...@apache.org> on 2011/07/05 19:13:17 UTC

[jira] [Commented] (CLEREZZA-590) problem compiling slf4j-scala-api offline

    [ https://issues.apache.org/jira/browse/CLEREZZA-590?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13060006#comment-13060006 ] 

Hasan commented on CLEREZZA-590:
--------------------------------

one possible solution is to replace in the pom.xml

  <parent>
    <groupId>org.slf4j</groupId>
    <artifactId>slf4j-parent</artifactId>
    <version>1.6.1</version>
  </parent>

with

<parent>
    <groupId>org.apache.clerezza</groupId>
    <artifactId>parent</artifactId>
    <version>0.2-incubating-SNAPSHOT</version>
  </parent>



> problem compiling slf4j-scala-api offline
> -----------------------------------------
>
>                 Key: CLEREZZA-590
>                 URL: https://issues.apache.org/jira/browse/CLEREZZA-590
>             Project: Clerezza
>          Issue Type: Improvement
>            Reporter: Hasan
>
> [INFO] Scanning for projects...
> [WARNING] 
> [WARNING] Some problems were encountered while building the effective model for org.apache.clerezza.ext:slf4j-scala-api:bundle:1.6.1-SNAPSHOT
> [WARNING] 'parent.relativePath' of POM org.apache.clerezza.ext:slf4j-scala-api:1.6.1-SNAPSHOT (/home/hasan/workspace/apache/clerezza/trunk/parent/slf4j-scala-api/pom.xml) points at org.apache.clerezza:parent instead of org.slf4j:slf4j-parent, please verify your project structure @ 
> [WARNING] 'build.plugins.plugin.version' for org.apache.maven.plugins:maven-javadoc-plugin is missing. @ 
> [WARNING] 'build.plugins.plugin.version' for org.apache.maven.plugins:maven-compiler-plugin is missing. @ 
> [WARNING] 'build.plugins.plugin.version' for org.codehaus.mojo:build-helper-maven-plugin is missing. @ 
> [WARNING] 'build.plugins.plugin.version' for org.apache.maven.plugins:maven-source-plugin is missing. @ 
> [WARNING] 'reporting.plugins.plugin.version' for org.apache.maven.plugins:maven-site-plugin is missing. @ 
> [WARNING] 'reporting.plugins.plugin.version' for org.apache.maven.plugins:maven-project-info-reports-plugin is missing. @ 
> [WARNING] 'reporting.plugins.plugin.version' for org.apache.maven.plugins:maven-jxr-plugin is missing. @ 
> [WARNING] 'reporting.plugins.plugin.version' for org.codehaus.mojo:clirr-maven-plugin is missing. @ 
> [WARNING] 
> [WARNING] It is highly recommended to fix these problems because they threaten the stability of your build.
> [WARNING] 
> [WARNING] For this reason, future Maven versions might no longer support building such malformed projects.
> [WARNING] 
> [INFO]                                                                         
> [INFO] ------------------------------------------------------------------------
> [INFO] Building SLF4J Scala API Module 1.6.1-SNAPSHOT
> [INFO] ------------------------------------------------------------------------
> [INFO] ------------------------------------------------------------------------
> [INFO] BUILD FAILURE
> [INFO] ------------------------------------------------------------------------
> [INFO] Total time: 2.090s
> [INFO] Finished at: Tue Jul 05 19:07:53 CEST 2011
> [INFO] Final Memory: 4M/82M
> [INFO] ------------------------------------------------------------------------
> [ERROR] Failed to execute goal on project slf4j-scala-api: Unable to get dependency information for org.slf4j:slf4j-api:jar:1.6.1-SNAPSHOT: Failed to retrieve POM for org.slf4j:slf4j-api:jar:1.6.1-SNAPSHOT: The repository system is offline and the requested artifact is not locally available at /home/hasan/.m2/repository/org/slf4j/slf4j-api/1.6.1-SNAPSHOT/slf4j-api-1.6.1-SNAPSHOT.pom
>   org.slf4j:slf4j-api:pom:1.6.1-SNAPSHOT
> from the specified remote repositories:
>   trialox-release (http://repo.trialox.org/release, releases=true, snapshots=true),
>   trialox-ext (http://repo.trialox.org/ext, releases=true, snapshots=true),
>   trialox-snapshot (http://repo.trialox.org/snapshot, releases=true, snapshots=true),
>   apache-clerezza-snapshot (https://repository.apache.org/content/repositories/snapshots, releases=true, snapshots=true),
>   getunik-releases (http://maven.dev.getunik.net/content/repositories/getunik-releases, releases=true, snapshots=true),
>   getunik-snapshots (http://maven.dev.getunik.net/content/repositories/getunik-snapshots, releases=true, snapshots=true),
>   codehouse (http://repository.code-house.org/content/repositories/code-house.public.release, releases=true, snapshots=true),
>   central (http://repo1.maven.org/maven2, releases=true, snapshots=false)
> -> [Help 1]
> [ERROR] 
> [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
> [ERROR] Re-run Maven using the -X switch to enable full debug logging.
> [ERROR] 
> [ERROR] For more information about the errors and possible solutions, please read the following articles:
> [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/ArtifactResolutionException

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira