You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@oodt.apache.org by "Adam Estrada (Created) (JIRA)" <ji...@apache.org> on 2012/01/08 20:07:39 UTC

[jira] [Created] (OODT-369) Building with Maven3

Building with Maven3
--------------------

                 Key: OODT-369
                 URL: https://issues.apache.org/jira/browse/OODT-369
             Project: OODT
          Issue Type: Bug
          Components: build proces
         Environment: Mac
            Reporter: Adam Estrada


I get the following build error.

[INFO] Scanning for projects...
[ERROR] The build could not read 1 project -> [Help 1]
[ERROR]   
[ERROR]   The project org.apache.oodt:opendapps:0.4-SNAPSHOT (/Users/adamestrada/Documents/Apache/OODT/opendapps/pom.xml) has 1 error
[ERROR]     Non-resolvable parent POM: Could not find artifact org.apache.oodt:oodt-core:pom:0.4-SNAPSHOT and 'parent.relativePath' points at wrong local POM @ line 22, column 11 -> [Help 2]
[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/ProjectBuildingException
[ERROR] [Help 2] http://cwiki.apache.org/confluence/display/MAVEN/UnresolvableModelException

The fix for this is to add 

<relativePath>../core/pom.xml</relativePath>

within the <parent> tags in opendapps/pom.xml

Adam

--
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

        

[jira] [Commented] (OODT-369) Building with Maven3

Posted by "Chris A. Mattmann (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/OODT-369?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13187092#comment-13187092 ] 

Chris A. Mattmann commented on OODT-369:
----------------------------------------

Hey Cam, agreed, but I'm also fine for this to be the umbrella issue to get it working.
                
> Building with Maven3
> --------------------
>
>                 Key: OODT-369
>                 URL: https://issues.apache.org/jira/browse/OODT-369
>             Project: OODT
>          Issue Type: Bug
>          Components: build proces
>         Environment: Mac
>            Reporter: Adam Estrada
>            Assignee: Chris A. Mattmann
>              Labels: build-failure
>             Fix For: 0.4
>
>
> I get the following build error.
> [INFO] Scanning for projects...
> [ERROR] The build could not read 1 project -> [Help 1]
> [ERROR]   
> [ERROR]   The project org.apache.oodt:opendapps:0.4-SNAPSHOT (/Users/adamestrada/Documents/Apache/OODT/opendapps/pom.xml) has 1 error
> [ERROR]     Non-resolvable parent POM: Could not find artifact org.apache.oodt:oodt-core:pom:0.4-SNAPSHOT and 'parent.relativePath' points at wrong local POM @ line 22, column 11 -> [Help 2]
> [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/ProjectBuildingException
> [ERROR] [Help 2] http://cwiki.apache.org/confluence/display/MAVEN/UnresolvableModelException
> The fix for this is to add 
> <relativePath>../core/pom.xml</relativePath>
> within the <parent> tags in opendapps/pom.xml
> Adam

--
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

        

[jira] [Commented] (OODT-369) Building with Maven3

Posted by "Cameron Goodale (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/OODT-369?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13187085#comment-13187085 ] 

Cameron Goodale commented on OODT-369:
--------------------------------------

Hey guys I saw that Adam's original issue was with building the OPeNDAPPS component...but is this issue ultimately going to be resolved when all of OODT builds using Maven 3?  The title of the issue appears that way.
If this is the update maven build process to use maven 3, then I think sub-issues per module would help break up the work.
                
> Building with Maven3
> --------------------
>
>                 Key: OODT-369
>                 URL: https://issues.apache.org/jira/browse/OODT-369
>             Project: OODT
>          Issue Type: Bug
>          Components: build proces
>         Environment: Mac
>            Reporter: Adam Estrada
>            Assignee: Chris A. Mattmann
>              Labels: build-failure
>             Fix For: 0.4
>
>
> I get the following build error.
> [INFO] Scanning for projects...
> [ERROR] The build could not read 1 project -> [Help 1]
> [ERROR]   
> [ERROR]   The project org.apache.oodt:opendapps:0.4-SNAPSHOT (/Users/adamestrada/Documents/Apache/OODT/opendapps/pom.xml) has 1 error
> [ERROR]     Non-resolvable parent POM: Could not find artifact org.apache.oodt:oodt-core:pom:0.4-SNAPSHOT and 'parent.relativePath' points at wrong local POM @ line 22, column 11 -> [Help 2]
> [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/ProjectBuildingException
> [ERROR] [Help 2] http://cwiki.apache.org/confluence/display/MAVEN/UnresolvableModelException
> The fix for this is to add 
> <relativePath>../core/pom.xml</relativePath>
> within the <parent> tags in opendapps/pom.xml
> Adam

--
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

        

[jira] [Assigned] (OODT-369) Building with Maven3

Posted by "Chris A. Mattmann (Assigned) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/OODT-369?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Chris A. Mattmann reassigned OODT-369:
--------------------------------------

    Assignee: Chris A. Mattmann
    
> Building with Maven3
> --------------------
>
>                 Key: OODT-369
>                 URL: https://issues.apache.org/jira/browse/OODT-369
>             Project: OODT
>          Issue Type: Bug
>          Components: build proces
>         Environment: Mac
>            Reporter: Adam Estrada
>            Assignee: Chris A. Mattmann
>              Labels: build-failure
>
> I get the following build error.
> [INFO] Scanning for projects...
> [ERROR] The build could not read 1 project -> [Help 1]
> [ERROR]   
> [ERROR]   The project org.apache.oodt:opendapps:0.4-SNAPSHOT (/Users/adamestrada/Documents/Apache/OODT/opendapps/pom.xml) has 1 error
> [ERROR]     Non-resolvable parent POM: Could not find artifact org.apache.oodt:oodt-core:pom:0.4-SNAPSHOT and 'parent.relativePath' points at wrong local POM @ line 22, column 11 -> [Help 2]
> [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/ProjectBuildingException
> [ERROR] [Help 2] http://cwiki.apache.org/confluence/display/MAVEN/UnresolvableModelException
> The fix for this is to add 
> <relativePath>../core/pom.xml</relativePath>
> within the <parent> tags in opendapps/pom.xml
> Adam

--
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

        

[jira] [Issue Comment Edited] (OODT-369) Building with Maven3

Posted by "Adam Estrada (Issue Comment Edited) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/OODT-369?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13182280#comment-13182280 ] 

Adam Estrada edited comment on OODT-369 at 1/8/12 7:51 PM:
-----------------------------------------------------------

This is the error at the very end of the build process. 

[ERROR] Failed to execute goal on project oodt-commons: Could not resolve dependencies for project org.apache.oodt:oodt-commons:jar:0.4-SNAPSHOT: Could not find artifact javax.transaction:jta:jar:1.0.1B in central (http://repo1.maven.org/maven2) -> [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/DependencyResolutionException
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <goals> -rf :oodt-commons

                
      was (Author: adamestrada):
    [ERROR] Failed to execute goal on project oodt-commons: Could not resolve dependencies for project org.apache.oodt:oodt-commons:jar:0.4-SNAPSHOT: Could not find artifact javax.transaction:jta:jar:1.0.1B in central (http://repo1.maven.org/maven2) -> [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/DependencyResolutionException
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <goals> -rf :oodt-commons

                  
> Building with Maven3
> --------------------
>
>                 Key: OODT-369
>                 URL: https://issues.apache.org/jira/browse/OODT-369
>             Project: OODT
>          Issue Type: Bug
>          Components: build proces
>         Environment: Mac
>            Reporter: Adam Estrada
>              Labels: build-failure
>
> I get the following build error.
> [INFO] Scanning for projects...
> [ERROR] The build could not read 1 project -> [Help 1]
> [ERROR]   
> [ERROR]   The project org.apache.oodt:opendapps:0.4-SNAPSHOT (/Users/adamestrada/Documents/Apache/OODT/opendapps/pom.xml) has 1 error
> [ERROR]     Non-resolvable parent POM: Could not find artifact org.apache.oodt:oodt-core:pom:0.4-SNAPSHOT and 'parent.relativePath' points at wrong local POM @ line 22, column 11 -> [Help 2]
> [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/ProjectBuildingException
> [ERROR] [Help 2] http://cwiki.apache.org/confluence/display/MAVEN/UnresolvableModelException
> The fix for this is to add 
> <relativePath>../core/pom.xml</relativePath>
> within the <parent> tags in opendapps/pom.xml
> Adam

--
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

        

[jira] [Commented] (OODT-369) Building with Maven3

Posted by "Adam Estrada (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/OODT-369?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13182272#comment-13182272 ] 

Adam Estrada commented on OODT-369:
-----------------------------------

Actually...this is a problem with using Maven3. Adding the relative path only fixes some of the build errors.

                
> Building with Maven3
> --------------------
>
>                 Key: OODT-369
>                 URL: https://issues.apache.org/jira/browse/OODT-369
>             Project: OODT
>          Issue Type: Bug
>          Components: build proces
>         Environment: Mac
>            Reporter: Adam Estrada
>              Labels: build-failure
>
> I get the following build error.
> [INFO] Scanning for projects...
> [ERROR] The build could not read 1 project -> [Help 1]
> [ERROR]   
> [ERROR]   The project org.apache.oodt:opendapps:0.4-SNAPSHOT (/Users/adamestrada/Documents/Apache/OODT/opendapps/pom.xml) has 1 error
> [ERROR]     Non-resolvable parent POM: Could not find artifact org.apache.oodt:oodt-core:pom:0.4-SNAPSHOT and 'parent.relativePath' points at wrong local POM @ line 22, column 11 -> [Help 2]
> [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/ProjectBuildingException
> [ERROR] [Help 2] http://cwiki.apache.org/confluence/display/MAVEN/UnresolvableModelException
> The fix for this is to add 
> <relativePath>../core/pom.xml</relativePath>
> within the <parent> tags in opendapps/pom.xml
> Adam

--
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

        

[jira] [Updated] (OODT-369) Building with Maven3

Posted by "Chris A. Mattmann (Updated) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/OODT-369?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Chris A. Mattmann updated OODT-369:
-----------------------------------

    Fix Version/s:     (was: 0.4)
                   0.5

- push to 0.5
                
> Building with Maven3
> --------------------
>
>                 Key: OODT-369
>                 URL: https://issues.apache.org/jira/browse/OODT-369
>             Project: OODT
>          Issue Type: Bug
>          Components: build proces
>         Environment: Mac
>            Reporter: Adam Estrada
>            Assignee: Chris A. Mattmann
>              Labels: build-failure
>             Fix For: 0.5
>
>
> I get the following build error.
> [INFO] Scanning for projects...
> [ERROR] The build could not read 1 project -> [Help 1]
> [ERROR]   
> [ERROR]   The project org.apache.oodt:opendapps:0.4-SNAPSHOT (/Users/adamestrada/Documents/Apache/OODT/opendapps/pom.xml) has 1 error
> [ERROR]     Non-resolvable parent POM: Could not find artifact org.apache.oodt:oodt-core:pom:0.4-SNAPSHOT and 'parent.relativePath' points at wrong local POM @ line 22, column 11 -> [Help 2]
> [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/ProjectBuildingException
> [ERROR] [Help 2] http://cwiki.apache.org/confluence/display/MAVEN/UnresolvableModelException
> The fix for this is to add 
> <relativePath>../core/pom.xml</relativePath>
> within the <parent> tags in opendapps/pom.xml
> Adam

--
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

        

[jira] [Updated] (OODT-369) Building with Maven3

Posted by "Chris A. Mattmann (Updated) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/OODT-369?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Chris A. Mattmann updated OODT-369:
-----------------------------------


- push out to 0.5
                
> Building with Maven3
> --------------------
>
>                 Key: OODT-369
>                 URL: https://issues.apache.org/jira/browse/OODT-369
>             Project: OODT
>          Issue Type: Bug
>          Components: build proces
>         Environment: Mac
>            Reporter: Adam Estrada
>            Assignee: Chris A. Mattmann
>              Labels: build-failure
>             Fix For: 0.5
>
>
> I get the following build error.
> [INFO] Scanning for projects...
> [ERROR] The build could not read 1 project -> [Help 1]
> [ERROR]   
> [ERROR]   The project org.apache.oodt:opendapps:0.4-SNAPSHOT (/Users/adamestrada/Documents/Apache/OODT/opendapps/pom.xml) has 1 error
> [ERROR]     Non-resolvable parent POM: Could not find artifact org.apache.oodt:oodt-core:pom:0.4-SNAPSHOT and 'parent.relativePath' points at wrong local POM @ line 22, column 11 -> [Help 2]
> [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/ProjectBuildingException
> [ERROR] [Help 2] http://cwiki.apache.org/confluence/display/MAVEN/UnresolvableModelException
> The fix for this is to add 
> <relativePath>../core/pom.xml</relativePath>
> within the <parent> tags in opendapps/pom.xml
> Adam

--
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

        

[jira] [Commented] (OODT-369) Building with Maven3

Posted by "Chris A. Mattmann (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/OODT-369?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13182277#comment-13182277 ] 

Chris A. Mattmann commented on OODT-369:
----------------------------------------

Thanks Adam -- can you specify precisely what other build areas arise after adding the relativePath part? What other errors do you get?
                
> Building with Maven3
> --------------------
>
>                 Key: OODT-369
>                 URL: https://issues.apache.org/jira/browse/OODT-369
>             Project: OODT
>          Issue Type: Bug
>          Components: build proces
>         Environment: Mac
>            Reporter: Adam Estrada
>              Labels: build-failure
>
> I get the following build error.
> [INFO] Scanning for projects...
> [ERROR] The build could not read 1 project -> [Help 1]
> [ERROR]   
> [ERROR]   The project org.apache.oodt:opendapps:0.4-SNAPSHOT (/Users/adamestrada/Documents/Apache/OODT/opendapps/pom.xml) has 1 error
> [ERROR]     Non-resolvable parent POM: Could not find artifact org.apache.oodt:oodt-core:pom:0.4-SNAPSHOT and 'parent.relativePath' points at wrong local POM @ line 22, column 11 -> [Help 2]
> [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/ProjectBuildingException
> [ERROR] [Help 2] http://cwiki.apache.org/confluence/display/MAVEN/UnresolvableModelException
> The fix for this is to add 
> <relativePath>../core/pom.xml</relativePath>
> within the <parent> tags in opendapps/pom.xml
> Adam

--
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

        

[jira] [Commented] (OODT-369) Building with Maven3

Posted by "Adam Estrada (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/OODT-369?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13182280#comment-13182280 ] 

Adam Estrada commented on OODT-369:
-----------------------------------

[ERROR] Failed to execute goal on project oodt-commons: Could not resolve dependencies for project org.apache.oodt:oodt-commons:jar:0.4-SNAPSHOT: Could not find artifact javax.transaction:jta:jar:1.0.1B in central (http://repo1.maven.org/maven2) -> [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/DependencyResolutionException
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <goals> -rf :oodt-commons

                
> Building with Maven3
> --------------------
>
>                 Key: OODT-369
>                 URL: https://issues.apache.org/jira/browse/OODT-369
>             Project: OODT
>          Issue Type: Bug
>          Components: build proces
>         Environment: Mac
>            Reporter: Adam Estrada
>              Labels: build-failure
>
> I get the following build error.
> [INFO] Scanning for projects...
> [ERROR] The build could not read 1 project -> [Help 1]
> [ERROR]   
> [ERROR]   The project org.apache.oodt:opendapps:0.4-SNAPSHOT (/Users/adamestrada/Documents/Apache/OODT/opendapps/pom.xml) has 1 error
> [ERROR]     Non-resolvable parent POM: Could not find artifact org.apache.oodt:oodt-core:pom:0.4-SNAPSHOT and 'parent.relativePath' points at wrong local POM @ line 22, column 11 -> [Help 2]
> [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/ProjectBuildingException
> [ERROR] [Help 2] http://cwiki.apache.org/confluence/display/MAVEN/UnresolvableModelException
> The fix for this is to add 
> <relativePath>../core/pom.xml</relativePath>
> within the <parent> tags in opendapps/pom.xml
> Adam

--
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

        

[jira] [Updated] (OODT-369) Building with Maven3

Posted by "Chris A. Mattmann (Updated) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/OODT-369?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Chris A. Mattmann updated OODT-369:
-----------------------------------

    Fix Version/s: 0.4

- set fix version
                
> Building with Maven3
> --------------------
>
>                 Key: OODT-369
>                 URL: https://issues.apache.org/jira/browse/OODT-369
>             Project: OODT
>          Issue Type: Bug
>          Components: build proces
>         Environment: Mac
>            Reporter: Adam Estrada
>            Assignee: Chris A. Mattmann
>              Labels: build-failure
>             Fix For: 0.4
>
>
> I get the following build error.
> [INFO] Scanning for projects...
> [ERROR] The build could not read 1 project -> [Help 1]
> [ERROR]   
> [ERROR]   The project org.apache.oodt:opendapps:0.4-SNAPSHOT (/Users/adamestrada/Documents/Apache/OODT/opendapps/pom.xml) has 1 error
> [ERROR]     Non-resolvable parent POM: Could not find artifact org.apache.oodt:oodt-core:pom:0.4-SNAPSHOT and 'parent.relativePath' points at wrong local POM @ line 22, column 11 -> [Help 2]
> [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/ProjectBuildingException
> [ERROR] [Help 2] http://cwiki.apache.org/confluence/display/MAVEN/UnresolvableModelException
> The fix for this is to add 
> <relativePath>../core/pom.xml</relativePath>
> within the <parent> tags in opendapps/pom.xml
> Adam

--
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