[ 
https://issues.apache.org/jira/browse/GORA-43?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Lewis John McGibbney updated GORA-43:
-------------------------------------

    Attachment: GORA-43.patch

Well after updating my pom.xml with all new dependencies, not unsurprisingly ( 
:) ) the full build broke, The build is complaining as follows
{code}
[INFO] ------------------------------------------------------------------------
[ERROR] BUILD ERROR
[INFO] ------------------------------------------------------------------------
[INFO] Failed to resolve dependencies for one or more projects in the reactor. 
Reason: Missing:
----------
1) maven-plugins:maven-cobertura-plugin:plugin:1.3

  Try downloading the file manually from the project website.

  Then, install it using the command: 
      mvn install:install-file -DgroupId=maven-plugins 
-DartifactId=maven-cobertura-plugin -Dversion=1.3 -Dpackaging=plugin 
-Dfile=/path/to/file

  Alternatively, if you host your own repository you can deploy the file there: 
      mvn deploy:deploy-file -DgroupId=maven-plugins 
-DartifactId=maven-cobertura-plugin -Dversion=1.3 -Dpackaging=plugin 
-Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]

  Path to dependency: 
        1) org.apache.gora:gora-hbase:jar:0.2-SNAPSHOT
        2) org.jdom:jdom:jar:1.1.2
        3) jaxen:jaxen:jar:1.1.3
        4) maven-plugins:maven-cobertura-plugin:plugin:1.3

2) maven-plugins:maven-findbugs-plugin:plugin:1.3.1

  Try downloading the file manually from the project website.

  Then, install it using the command: 
      mvn install:install-file -DgroupId=maven-plugins 
-DartifactId=maven-findbugs-plugin -Dversion=1.3.1 -Dpackaging=plugin 
-Dfile=/path/to/file

  Alternatively, if you host your own repository you can deploy the file there: 
      mvn deploy:deploy-file -DgroupId=maven-plugins 
-DartifactId=maven-findbugs-plugin -Dversion=1.3.1 -Dpackaging=plugin 
-Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]

  Path to dependency: 
        1) org.apache.gora:gora-hbase:jar:0.2-SNAPSHOT
        2) org.jdom:jdom:jar:1.1.2
        3) jaxen:jaxen:jar:1.1.3
        4) maven-plugins:maven-findbugs-plugin:plugin:1.3.1

----------
2 required artifacts are missing.

for artifact: 
  org.apache.gora:gora-hbase:jar:0.2-SNAPSHOT

from the specified remote repositories:
  apache.snapshots (http://repository.apache.org/snapshots),
  central (http://repo1.maven.org/maven2)



[INFO] ------------------------------------------------------------------------
[INFO] For more information, run Maven with the -e switch
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 8 minutes 30 seconds
[INFO] Finished at: Thu Nov 17 19:02:04 GMT 2011
[INFO] Final Memory: 51M/151M

{code}

Now although neither maven-plugins:maven-findbugs-plugin:plugin:1.3.1 nor 
maven-plugins:maven-cobertura-plugin:plugin:1.3 are available on either of the 
above two repositories, they are available on http://search.maven.org/. If I 
add them manually they break the build even more!
I've attached the patch which includes all up-to-date dependency properties for 
record.
                
> Forward port 0.1.1 incubating Maven poms to trunk
> -------------------------------------------------
>
>                 Key: GORA-43
>                 URL: https://issues.apache.org/jira/browse/GORA-43
>             Project: Gora
>          Issue Type: Improvement
>          Components: build process
>            Reporter: Chris A. Mattmann
>            Assignee: Chris A. Mattmann
>             Fix For: 0.2-incubating
>
>         Attachments: GORA-43.patch
>
>
> I improved the Maven poms in 0.1.1-incubating, and trimmed them down to a 
> publishable set of dependencies.
> My improvements:
> 1. reduce the redundancy in the deps section by not repeating deps in each 
> sub-project.
> 2. use explicit dependency and module version #s which are required to not 
> have "moving target" dependencies in the downstream applications and that 
> allow each individual gora-* module to be included on its own (without having 
> to include gora-core). 
> I'd like to forward port these to trunk and then update per trunk's 
> dependencies.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to