You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@uima.apache.org by "Marshall Schor (JIRA)" <ui...@incubator.apache.org> on 2009/08/28 16:31:48 UTC

[jira] Created: (UIMA-1535) Lucas POM issues

Lucas POM issues
----------------

                 Key: UIMA-1535
                 URL: https://issues.apache.org/jira/browse/UIMA-1535
             Project: UIMA
          Issue Type: Bug
          Components: Sandbox-Lucas
            Reporter: Marshall Schor
            Assignee: Marshall Schor
            Priority: Minor


Some issues to resolve for the Lucas POM

1) it specifies in distributionManagement <url>scp://login.coling.uni-jena.de/var/lib/maven/coling</url>
This looks like it might left over from its life elsewhere.  I think the distributionManagement element should be deleted.

2) factor out ant executions for copying standard stuff - done in parent

3) There is a section of the POM specifying actions for the phase "site".   We currently do not run a mvn site lifecycle as part of our build process, so I think this will never execute.   Its purpose is to copy to the ${project.build.directory}/site/downloads the downloadable artifacts: the jar and the pear.

I think we can leave this in as a comment reminding us in the future if we go to individually downloadable things from our main website, how we might want to do this.

4) There is an execution in the Ant-run for building the pear directories that will be bound up with the pear.  This adds 
* doc/ with a copy of the generated html and pdf from the docbook sources, Should these be included in the PEAR?  They are already included in the binary distribution of the Sandbox.
* doc/downloads with 2 files: the lucas.xsd, and a sample CasConsumer descriptor.  Do these belong in the PEAR? They are already included in the src and binary distribution of the Sandbox
* resources dir for the PEAR is populated with the contents of src/test/resources.  This seems a bit unusual - why are the test resources being included in the PEAR?

5) The PearPackagingMavenPlugin is setting a classpath that includes
* $main_root/lib/cglib-nodep-2.1_3.jar  - but this jar is not present.  What is it? can this be deleted?
* $main_root/lib/google-collect-snapshot-20080530.jar
* $main_root/lib/log4j-1.2.14.jar 
* $main_root/lib/lucene-core-2.4.0.jar - needs updating to proper level 
* $main_root/lib/lucene-snowball-2.4.0.jar

These need  updating to proper level, which is no level since the level was stripped from the /lib



-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


Re: [jira] Reopened: (UIMA-1535) Lucas POM issues

Posted by Rico Landefeld <ri...@googlemail.com>.
Ok, I thought this is done in the parent pom. Anyway, I'll add the lib
directory creation again.

On Fri, Sep 4, 2009 at 11:45 AM, Thilo Goetz
(JIRA)<ui...@incubator.apache.org> wrote:
>
>     [ https://issues.apache.org/jira/browse/UIMA-1535?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
>
> Thilo Goetz reopened UIMA-1535:
> -------------------------------
>
>
> This patch seems to have done a little too much clean-up.  The lib directory of the pear file is now empty.  When I go back to Joern's latest revision, the pear looks ok (though I did not install and run it).
>
>
>> Lucas POM issues
>> ----------------
>>
>>                 Key: UIMA-1535
>>                 URL: https://issues.apache.org/jira/browse/UIMA-1535
>>             Project: UIMA
>>          Issue Type: Bug
>>          Components: Sandbox-Lucas
>>            Reporter: Marshall Schor
>>            Assignee: Rico Landefeld
>>            Priority: Minor
>>         Attachments: UIMA-1535.patch
>>
>>
>> Some issues to resolve for the Lucas POM
>> 1) it specifies in distributionManagement <url>scp://login.coling.uni-jena.de/var/lib/maven/coling</url>
>> This looks like it might left over from its life elsewhere.  I think the distributionManagement element should be deleted.
>> 2) factor out ant executions for copying standard stuff - done in parent
>> 3) There is a section of the POM specifying actions for the phase "site".   We currently do not run a mvn site lifecycle as part of our build process, so I think this will never execute.   Its purpose is to copy to the ${project.build.directory}/site/downloads the downloadable artifacts: the jar and the pear.
>> I think we can leave this in as a comment reminding us in the future if we go to individually downloadable things from our main website, how we might want to do this.
>> 4) There is an execution in the Ant-run for building the pear directories that will be bound up with the pear.  This adds
>> * doc/ with a copy of the generated html and pdf from the docbook sources, Should these be included in the PEAR?  They are already included in the binary distribution of the Sandbox.
>> * doc/downloads with 2 files: the lucas.xsd, and a sample CasConsumer descriptor.  Do these belong in the PEAR? They are already included in the src and binary distribution of the Sandbox
>> * resources dir for the PEAR is populated with the contents of src/test/resources.  This seems a bit unusual - why are the test resources being included in the PEAR?
>> 5) The PearPackagingMavenPlugin is setting a classpath that includes
>> * $main_root/lib/cglib-nodep-2.1_3.jar  - but this jar is not present.  What is it? can this be deleted?
>> * $main_root/lib/google-collect-snapshot-20080530.jar
>> * $main_root/lib/log4j-1.2.14.jar
>> * $main_root/lib/lucene-core-2.4.0.jar - needs updating to proper level
>> * $main_root/lib/lucene-snowball-2.4.0.jar
>> These need  updating to proper level, which is no level since the level was stripped from the /lib
>
> --
> This message is automatically generated by JIRA.
> -
> You can reply to this email to add a comment to the issue online.
>
>

[jira] Assigned: (UIMA-1535) Lucas POM issues

Posted by "Thilo Goetz (JIRA)" <ui...@incubator.apache.org>.
     [ https://issues.apache.org/jira/browse/UIMA-1535?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Thilo Goetz reassigned UIMA-1535:
---------------------------------

    Assignee: Thilo Goetz  (was: Marshall Schor)

> Lucas POM issues
> ----------------
>
>                 Key: UIMA-1535
>                 URL: https://issues.apache.org/jira/browse/UIMA-1535
>             Project: UIMA
>          Issue Type: Bug
>          Components: Sandbox-Lucas
>            Reporter: Marshall Schor
>            Assignee: Thilo Goetz
>            Priority: Minor
>         Attachments: UIMA-1535.patch
>
>
> Some issues to resolve for the Lucas POM
> 1) it specifies in distributionManagement <url>scp://login.coling.uni-jena.de/var/lib/maven/coling</url>
> This looks like it might left over from its life elsewhere.  I think the distributionManagement element should be deleted.
> 2) factor out ant executions for copying standard stuff - done in parent
> 3) There is a section of the POM specifying actions for the phase "site".   We currently do not run a mvn site lifecycle as part of our build process, so I think this will never execute.   Its purpose is to copy to the ${project.build.directory}/site/downloads the downloadable artifacts: the jar and the pear.
> I think we can leave this in as a comment reminding us in the future if we go to individually downloadable things from our main website, how we might want to do this.
> 4) There is an execution in the Ant-run for building the pear directories that will be bound up with the pear.  This adds 
> * doc/ with a copy of the generated html and pdf from the docbook sources, Should these be included in the PEAR?  They are already included in the binary distribution of the Sandbox.
> * doc/downloads with 2 files: the lucas.xsd, and a sample CasConsumer descriptor.  Do these belong in the PEAR? They are already included in the src and binary distribution of the Sandbox
> * resources dir for the PEAR is populated with the contents of src/test/resources.  This seems a bit unusual - why are the test resources being included in the PEAR?
> 5) The PearPackagingMavenPlugin is setting a classpath that includes
> * $main_root/lib/cglib-nodep-2.1_3.jar  - but this jar is not present.  What is it? can this be deleted?
> * $main_root/lib/google-collect-snapshot-20080530.jar
> * $main_root/lib/log4j-1.2.14.jar 
> * $main_root/lib/lucene-core-2.4.0.jar - needs updating to proper level 
> * $main_root/lib/lucene-snowball-2.4.0.jar
> These need  updating to proper level, which is no level since the level was stripped from the /lib

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Closed: (UIMA-1535) Lucas POM issues

Posted by "Marshall Schor (JIRA)" <ui...@incubator.apache.org>.
     [ https://issues.apache.org/jira/browse/UIMA-1535?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Marshall Schor closed UIMA-1535.
--------------------------------

       Resolution: Fixed
    Fix Version/s: 2.3S

Fixed under other Jiras, as part of general sandbox build cleanup

> Lucas POM issues
> ----------------
>
>                 Key: UIMA-1535
>                 URL: https://issues.apache.org/jira/browse/UIMA-1535
>             Project: UIMA
>          Issue Type: Bug
>          Components: Sandbox-Lucas
>            Reporter: Marshall Schor
>            Assignee: Rico Landefeld
>            Priority: Minor
>             Fix For: 2.3S
>
>         Attachments: UIMA-1535-1.patch, UIMA-1535.patch
>
>
> Some issues to resolve for the Lucas POM
> 1) it specifies in distributionManagement <url>scp://login.coling.uni-jena.de/var/lib/maven/coling</url>
> This looks like it might left over from its life elsewhere.  I think the distributionManagement element should be deleted.
> 2) factor out ant executions for copying standard stuff - done in parent
> 3) There is a section of the POM specifying actions for the phase "site".   We currently do not run a mvn site lifecycle as part of our build process, so I think this will never execute.   Its purpose is to copy to the ${project.build.directory}/site/downloads the downloadable artifacts: the jar and the pear.
> I think we can leave this in as a comment reminding us in the future if we go to individually downloadable things from our main website, how we might want to do this.
> 4) There is an execution in the Ant-run for building the pear directories that will be bound up with the pear.  This adds 
> * doc/ with a copy of the generated html and pdf from the docbook sources, Should these be included in the PEAR?  They are already included in the binary distribution of the Sandbox.
> * doc/downloads with 2 files: the lucas.xsd, and a sample CasConsumer descriptor.  Do these belong in the PEAR? They are already included in the src and binary distribution of the Sandbox
> * resources dir for the PEAR is populated with the contents of src/test/resources.  This seems a bit unusual - why are the test resources being included in the PEAR?
> 5) The PearPackagingMavenPlugin is setting a classpath that includes
> * $main_root/lib/cglib-nodep-2.1_3.jar  - but this jar is not present.  What is it? can this be deleted?
> * $main_root/lib/google-collect-snapshot-20080530.jar
> * $main_root/lib/log4j-1.2.14.jar 
> * $main_root/lib/lucene-core-2.4.0.jar - needs updating to proper level 
> * $main_root/lib/lucene-snowball-2.4.0.jar
> These need  updating to proper level, which is no level since the level was stripped from the /lib

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (UIMA-1535) Lucas POM issues

Posted by "Rico Landefeld (JIRA)" <ui...@incubator.apache.org>.
     [ https://issues.apache.org/jira/browse/UIMA-1535?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Rico Landefeld updated UIMA-1535:
---------------------------------

    Attachment: UIMA-1535.patch

This patch should correct the problems 1-5 noted by Marshall

> Lucas POM issues
> ----------------
>
>                 Key: UIMA-1535
>                 URL: https://issues.apache.org/jira/browse/UIMA-1535
>             Project: UIMA
>          Issue Type: Bug
>          Components: Sandbox-Lucas
>            Reporter: Marshall Schor
>            Assignee: Marshall Schor
>            Priority: Minor
>         Attachments: UIMA-1535.patch
>
>
> Some issues to resolve for the Lucas POM
> 1) it specifies in distributionManagement <url>scp://login.coling.uni-jena.de/var/lib/maven/coling</url>
> This looks like it might left over from its life elsewhere.  I think the distributionManagement element should be deleted.
> 2) factor out ant executions for copying standard stuff - done in parent
> 3) There is a section of the POM specifying actions for the phase "site".   We currently do not run a mvn site lifecycle as part of our build process, so I think this will never execute.   Its purpose is to copy to the ${project.build.directory}/site/downloads the downloadable artifacts: the jar and the pear.
> I think we can leave this in as a comment reminding us in the future if we go to individually downloadable things from our main website, how we might want to do this.
> 4) There is an execution in the Ant-run for building the pear directories that will be bound up with the pear.  This adds 
> * doc/ with a copy of the generated html and pdf from the docbook sources, Should these be included in the PEAR?  They are already included in the binary distribution of the Sandbox.
> * doc/downloads with 2 files: the lucas.xsd, and a sample CasConsumer descriptor.  Do these belong in the PEAR? They are already included in the src and binary distribution of the Sandbox
> * resources dir for the PEAR is populated with the contents of src/test/resources.  This seems a bit unusual - why are the test resources being included in the PEAR?
> 5) The PearPackagingMavenPlugin is setting a classpath that includes
> * $main_root/lib/cglib-nodep-2.1_3.jar  - but this jar is not present.  What is it? can this be deleted?
> * $main_root/lib/google-collect-snapshot-20080530.jar
> * $main_root/lib/log4j-1.2.14.jar 
> * $main_root/lib/lucene-core-2.4.0.jar - needs updating to proper level 
> * $main_root/lib/lucene-snowball-2.4.0.jar
> These need  updating to proper level, which is no level since the level was stripped from the /lib

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Reopened: (UIMA-1535) Lucas POM issues

Posted by "Thilo Goetz (JIRA)" <ui...@incubator.apache.org>.
     [ https://issues.apache.org/jira/browse/UIMA-1535?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Thilo Goetz reopened UIMA-1535:
-------------------------------


This patch seems to have done a little too much clean-up.  The lib directory of the pear file is now empty.  When I go back to Joern's latest revision, the pear looks ok (though I did not install and run it).


> Lucas POM issues
> ----------------
>
>                 Key: UIMA-1535
>                 URL: https://issues.apache.org/jira/browse/UIMA-1535
>             Project: UIMA
>          Issue Type: Bug
>          Components: Sandbox-Lucas
>            Reporter: Marshall Schor
>            Assignee: Rico Landefeld
>            Priority: Minor
>         Attachments: UIMA-1535.patch
>
>
> Some issues to resolve for the Lucas POM
> 1) it specifies in distributionManagement <url>scp://login.coling.uni-jena.de/var/lib/maven/coling</url>
> This looks like it might left over from its life elsewhere.  I think the distributionManagement element should be deleted.
> 2) factor out ant executions for copying standard stuff - done in parent
> 3) There is a section of the POM specifying actions for the phase "site".   We currently do not run a mvn site lifecycle as part of our build process, so I think this will never execute.   Its purpose is to copy to the ${project.build.directory}/site/downloads the downloadable artifacts: the jar and the pear.
> I think we can leave this in as a comment reminding us in the future if we go to individually downloadable things from our main website, how we might want to do this.
> 4) There is an execution in the Ant-run for building the pear directories that will be bound up with the pear.  This adds 
> * doc/ with a copy of the generated html and pdf from the docbook sources, Should these be included in the PEAR?  They are already included in the binary distribution of the Sandbox.
> * doc/downloads with 2 files: the lucas.xsd, and a sample CasConsumer descriptor.  Do these belong in the PEAR? They are already included in the src and binary distribution of the Sandbox
> * resources dir for the PEAR is populated with the contents of src/test/resources.  This seems a bit unusual - why are the test resources being included in the PEAR?
> 5) The PearPackagingMavenPlugin is setting a classpath that includes
> * $main_root/lib/cglib-nodep-2.1_3.jar  - but this jar is not present.  What is it? can this be deleted?
> * $main_root/lib/google-collect-snapshot-20080530.jar
> * $main_root/lib/log4j-1.2.14.jar 
> * $main_root/lib/lucene-core-2.4.0.jar - needs updating to proper level 
> * $main_root/lib/lucene-snowball-2.4.0.jar
> These need  updating to proper level, which is no level since the level was stripped from the /lib

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Resolved: (UIMA-1535) Lucas POM issues

Posted by "Thilo Goetz (JIRA)" <ui...@incubator.apache.org>.
     [ https://issues.apache.org/jira/browse/UIMA-1535?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Thilo Goetz resolved UIMA-1535.
-------------------------------

    Resolution: Fixed
      Assignee: Rico Landefeld  (was: Thilo Goetz)

Patch applied, thanks Rico.  Please verify and close issue.

> Lucas POM issues
> ----------------
>
>                 Key: UIMA-1535
>                 URL: https://issues.apache.org/jira/browse/UIMA-1535
>             Project: UIMA
>          Issue Type: Bug
>          Components: Sandbox-Lucas
>            Reporter: Marshall Schor
>            Assignee: Rico Landefeld
>            Priority: Minor
>         Attachments: UIMA-1535.patch
>
>
> Some issues to resolve for the Lucas POM
> 1) it specifies in distributionManagement <url>scp://login.coling.uni-jena.de/var/lib/maven/coling</url>
> This looks like it might left over from its life elsewhere.  I think the distributionManagement element should be deleted.
> 2) factor out ant executions for copying standard stuff - done in parent
> 3) There is a section of the POM specifying actions for the phase "site".   We currently do not run a mvn site lifecycle as part of our build process, so I think this will never execute.   Its purpose is to copy to the ${project.build.directory}/site/downloads the downloadable artifacts: the jar and the pear.
> I think we can leave this in as a comment reminding us in the future if we go to individually downloadable things from our main website, how we might want to do this.
> 4) There is an execution in the Ant-run for building the pear directories that will be bound up with the pear.  This adds 
> * doc/ with a copy of the generated html and pdf from the docbook sources, Should these be included in the PEAR?  They are already included in the binary distribution of the Sandbox.
> * doc/downloads with 2 files: the lucas.xsd, and a sample CasConsumer descriptor.  Do these belong in the PEAR? They are already included in the src and binary distribution of the Sandbox
> * resources dir for the PEAR is populated with the contents of src/test/resources.  This seems a bit unusual - why are the test resources being included in the PEAR?
> 5) The PearPackagingMavenPlugin is setting a classpath that includes
> * $main_root/lib/cglib-nodep-2.1_3.jar  - but this jar is not present.  What is it? can this be deleted?
> * $main_root/lib/google-collect-snapshot-20080530.jar
> * $main_root/lib/log4j-1.2.14.jar 
> * $main_root/lib/lucene-core-2.4.0.jar - needs updating to proper level 
> * $main_root/lib/lucene-snowball-2.4.0.jar
> These need  updating to proper level, which is no level since the level was stripped from the /lib

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (UIMA-1535) Lucas POM issues

Posted by "Rico Landefeld (JIRA)" <ui...@incubator.apache.org>.
     [ https://issues.apache.org/jira/browse/UIMA-1535?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Rico Landefeld updated UIMA-1535:
---------------------------------

    Attachment: UIMA-1535-1.patch

This patch re includes the dependency copying  and the lib folder creation.

> Lucas POM issues
> ----------------
>
>                 Key: UIMA-1535
>                 URL: https://issues.apache.org/jira/browse/UIMA-1535
>             Project: UIMA
>          Issue Type: Bug
>          Components: Sandbox-Lucas
>            Reporter: Marshall Schor
>            Assignee: Rico Landefeld
>            Priority: Minor
>         Attachments: UIMA-1535-1.patch, UIMA-1535.patch
>
>
> Some issues to resolve for the Lucas POM
> 1) it specifies in distributionManagement <url>scp://login.coling.uni-jena.de/var/lib/maven/coling</url>
> This looks like it might left over from its life elsewhere.  I think the distributionManagement element should be deleted.
> 2) factor out ant executions for copying standard stuff - done in parent
> 3) There is a section of the POM specifying actions for the phase "site".   We currently do not run a mvn site lifecycle as part of our build process, so I think this will never execute.   Its purpose is to copy to the ${project.build.directory}/site/downloads the downloadable artifacts: the jar and the pear.
> I think we can leave this in as a comment reminding us in the future if we go to individually downloadable things from our main website, how we might want to do this.
> 4) There is an execution in the Ant-run for building the pear directories that will be bound up with the pear.  This adds 
> * doc/ with a copy of the generated html and pdf from the docbook sources, Should these be included in the PEAR?  They are already included in the binary distribution of the Sandbox.
> * doc/downloads with 2 files: the lucas.xsd, and a sample CasConsumer descriptor.  Do these belong in the PEAR? They are already included in the src and binary distribution of the Sandbox
> * resources dir for the PEAR is populated with the contents of src/test/resources.  This seems a bit unusual - why are the test resources being included in the PEAR?
> 5) The PearPackagingMavenPlugin is setting a classpath that includes
> * $main_root/lib/cglib-nodep-2.1_3.jar  - but this jar is not present.  What is it? can this be deleted?
> * $main_root/lib/google-collect-snapshot-20080530.jar
> * $main_root/lib/log4j-1.2.14.jar 
> * $main_root/lib/lucene-core-2.4.0.jar - needs updating to proper level 
> * $main_root/lib/lucene-snowball-2.4.0.jar
> These need  updating to proper level, which is no level since the level was stripped from the /lib

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


Re: [jira] Commented: (UIMA-1535) Lucas POM issues

Posted by Thilo Goetz <tw...@gmx.de>.
Jörn Kottmann (JIRA) wrote:
>     [ https://issues.apache.org/jira/browse/UIMA-1535?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12751370#action_12751370 ] 
> 
> Jörn Kottmann commented on UIMA-1535:
> -------------------------------------
> 
> I was not aware of this issue, but 1) was solved in UIMA-1550.

Sorry, our paths crossed there.  I didn't see your commit.  However,
no harm done I think, things are still working for me.  Let me know
if I screwed up somewhere.

--Thilo

> 
>> Lucas POM issues
>> ----------------
>>
>>                 Key: UIMA-1535
>>                 URL: https://issues.apache.org/jira/browse/UIMA-1535
>>             Project: UIMA
>>          Issue Type: Bug
>>          Components: Sandbox-Lucas
>>            Reporter: Marshall Schor
>>            Assignee: Rico Landefeld
>>            Priority: Minor
>>         Attachments: UIMA-1535.patch
>>
>>
>> Some issues to resolve for the Lucas POM
>> 1) it specifies in distributionManagement <url>scp://login.coling.uni-jena.de/var/lib/maven/coling</url>
>> This looks like it might left over from its life elsewhere.  I think the distributionManagement element should be deleted.
>> 2) factor out ant executions for copying standard stuff - done in parent
>> 3) There is a section of the POM specifying actions for the phase "site".   We currently do not run a mvn site lifecycle as part of our build process, so I think this will never execute.   Its purpose is to copy to the ${project.build.directory}/site/downloads the downloadable artifacts: the jar and the pear.
>> I think we can leave this in as a comment reminding us in the future if we go to individually downloadable things from our main website, how we might want to do this.
>> 4) There is an execution in the Ant-run for building the pear directories that will be bound up with the pear.  This adds 
>> * doc/ with a copy of the generated html and pdf from the docbook sources, Should these be included in the PEAR?  They are already included in the binary distribution of the Sandbox.
>> * doc/downloads with 2 files: the lucas.xsd, and a sample CasConsumer descriptor.  Do these belong in the PEAR? They are already included in the src and binary distribution of the Sandbox
>> * resources dir for the PEAR is populated with the contents of src/test/resources.  This seems a bit unusual - why are the test resources being included in the PEAR?
>> 5) The PearPackagingMavenPlugin is setting a classpath that includes
>> * $main_root/lib/cglib-nodep-2.1_3.jar  - but this jar is not present.  What is it? can this be deleted?
>> * $main_root/lib/google-collect-snapshot-20080530.jar
>> * $main_root/lib/log4j-1.2.14.jar 
>> * $main_root/lib/lucene-core-2.4.0.jar - needs updating to proper level 
>> * $main_root/lib/lucene-snowball-2.4.0.jar
>> These need  updating to proper level, which is no level since the level was stripped from the /lib
> 


[jira] Commented: (UIMA-1535) Lucas POM issues

Posted by "Jörn Kottmann (JIRA)" <ui...@incubator.apache.org>.
    [ https://issues.apache.org/jira/browse/UIMA-1535?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12751370#action_12751370 ] 

Jörn Kottmann commented on UIMA-1535:
-------------------------------------

I was not aware of this issue, but 1) was solved in UIMA-1550.

> Lucas POM issues
> ----------------
>
>                 Key: UIMA-1535
>                 URL: https://issues.apache.org/jira/browse/UIMA-1535
>             Project: UIMA
>          Issue Type: Bug
>          Components: Sandbox-Lucas
>            Reporter: Marshall Schor
>            Assignee: Rico Landefeld
>            Priority: Minor
>         Attachments: UIMA-1535.patch
>
>
> Some issues to resolve for the Lucas POM
> 1) it specifies in distributionManagement <url>scp://login.coling.uni-jena.de/var/lib/maven/coling</url>
> This looks like it might left over from its life elsewhere.  I think the distributionManagement element should be deleted.
> 2) factor out ant executions for copying standard stuff - done in parent
> 3) There is a section of the POM specifying actions for the phase "site".   We currently do not run a mvn site lifecycle as part of our build process, so I think this will never execute.   Its purpose is to copy to the ${project.build.directory}/site/downloads the downloadable artifacts: the jar and the pear.
> I think we can leave this in as a comment reminding us in the future if we go to individually downloadable things from our main website, how we might want to do this.
> 4) There is an execution in the Ant-run for building the pear directories that will be bound up with the pear.  This adds 
> * doc/ with a copy of the generated html and pdf from the docbook sources, Should these be included in the PEAR?  They are already included in the binary distribution of the Sandbox.
> * doc/downloads with 2 files: the lucas.xsd, and a sample CasConsumer descriptor.  Do these belong in the PEAR? They are already included in the src and binary distribution of the Sandbox
> * resources dir for the PEAR is populated with the contents of src/test/resources.  This seems a bit unusual - why are the test resources being included in the PEAR?
> 5) The PearPackagingMavenPlugin is setting a classpath that includes
> * $main_root/lib/cglib-nodep-2.1_3.jar  - but this jar is not present.  What is it? can this be deleted?
> * $main_root/lib/google-collect-snapshot-20080530.jar
> * $main_root/lib/log4j-1.2.14.jar 
> * $main_root/lib/lucene-core-2.4.0.jar - needs updating to proper level 
> * $main_root/lib/lucene-snowball-2.4.0.jar
> These need  updating to proper level, which is no level since the level was stripped from the /lib

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.