You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@stanbol.apache.org by "Fabian Christ (JIRA)" <ji...@apache.org> on 2011/07/18 14:24:57 UTC

[jira] [Created] (STANBOL-291) Check that all POMs use artifacts whose versions are defined in parent POM

Check that all POMs use artifacts whose versions are defined in parent POM
--------------------------------------------------------------------------

                 Key: STANBOL-291
                 URL: https://issues.apache.org/jira/browse/STANBOL-291
             Project: Stanbol
          Issue Type: Improvement
            Reporter: Fabian Christ
            Assignee: Fabian Christ


There are a number of POMs that reference the parent POM but do define there own versions of some dependencies. All versions of all dependencies should be defined in the parent POM. This prevents that different parts of Stanbol use the same artifact in different versions.

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

        

[jira] [Resolved] (STANBOL-291) Check that all POMs use artifacts whose versions are defined in parent POM

Posted by "Fabian Christ (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/STANBOL-291?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Fabian Christ resolved STANBOL-291.
-----------------------------------

    Resolution: Fixed

All artifacts that are part of the release now refer correctly to the parent POM for their dependencies.

> Check that all POMs use artifacts whose versions are defined in parent POM
> --------------------------------------------------------------------------
>
>                 Key: STANBOL-291
>                 URL: https://issues.apache.org/jira/browse/STANBOL-291
>             Project: Stanbol
>          Issue Type: Improvement
>            Reporter: Fabian Christ
>            Assignee: Fabian Christ
>              Labels: Dependencies, Release, Version
>         Attachments: org.apache.stanbol.rules.refactor.RefactoringTest.txt
>
>
> There are a number of POMs that reference the parent POM but do define there own versions of some dependencies. All versions of all dependencies should be defined in the parent POM. This prevents that different parts of Stanbol use the same artifact in different versions.

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

        

[jira] [Updated] (STANBOL-291) Check that all POMs use artifacts whose versions are defined in parent POM

Posted by "Alessandro Adamou (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/STANBOL-291?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Alessandro Adamou updated STANBOL-291:
--------------------------------------

    Attachment: org.apache.stanbol.rules.refactor.RefactoringTest.txt

Some of these version removals is causing rules/refactor tests to fail on a missing class def. 

Surefire report attached.

e.g.

----

refactoringTest(org.apache.stanbol.rules.refactor.RefactoringTest)  Time elapsed: 0.996 sec  <<< ERROR!
java.lang.NoClassDefFoundError: org/apache/clerezza/rdf/jena/serializer/JenaSerializerProvider
	at org.apache.stanbol.owl.transformation.JenaToClerezzaConverter.clerezzaMGraphToJenaModel(JenaToClerezzaConverter.java:113)
	at org.apache.stanbol.rules.refactor.impl.RefactorerImpl.kReSCoreOperation(RefactorerImpl.java:523)
	at org.apache.stanbol.rules.refactor.impl.RefactorerImpl.ontologyRefactoring(RefactorerImpl.java:391)
	at org.apache.stanbol.rules.refactor.RefactoringTest.refactoringTest(RefactoringTest.java:263)

> Check that all POMs use artifacts whose versions are defined in parent POM
> --------------------------------------------------------------------------
>
>                 Key: STANBOL-291
>                 URL: https://issues.apache.org/jira/browse/STANBOL-291
>             Project: Stanbol
>          Issue Type: Improvement
>            Reporter: Fabian Christ
>            Assignee: Fabian Christ
>              Labels: Dependencies, Release, Version
>         Attachments: org.apache.stanbol.rules.refactor.RefactoringTest.txt
>
>
> There are a number of POMs that reference the parent POM but do define there own versions of some dependencies. All versions of all dependencies should be defined in the parent POM. This prevents that different parts of Stanbol use the same artifact in different versions.

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