You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@whirr.apache.org by "Tom White (JIRA)" <ji...@apache.org> on 2010/11/03 19:52:24 UTC

[jira] Created: (WHIRR-126) Deployment process does not deploy required test JARs

Deployment process does not deploy required test JARs
-----------------------------------------------------

                 Key: WHIRR-126
                 URL: https://issues.apache.org/jira/browse/WHIRR-126
             Project: Whirr
          Issue Type: Bug
          Components: core
            Reporter: Tom White
            Assignee: Tom White
            Priority: Blocker


The command for deployment {{mvn deploy -Ppackage -Pdeploy -Pjavadoc}} (see https://cwiki.apache.org/confluence/display/WHIRR/How+To+Release), does not build or deploy test jars, which are needed since WHIRR-109.

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


[jira] Updated: (WHIRR-126) Deployment process does not deploy required test JARs

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

Tom White updated WHIRR-126:
----------------------------

    Fix Version/s: 0.2.0
           Status: Patch Available  (was: Open)

> Deployment process does not deploy required test JARs
> -----------------------------------------------------
>
>                 Key: WHIRR-126
>                 URL: https://issues.apache.org/jira/browse/WHIRR-126
>             Project: Whirr
>          Issue Type: Bug
>          Components: core
>            Reporter: Tom White
>            Assignee: Tom White
>            Priority: Blocker
>             Fix For: 0.2.0
>
>         Attachments: WHIRR-126.patch
>
>
> The command for deployment {{mvn deploy -Ppackage -Pdeploy -Pjavadoc}} (see https://cwiki.apache.org/confluence/display/WHIRR/How+To+Release), does not build or deploy test jars, which are needed since WHIRR-109.

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


[jira] Updated: (WHIRR-126) Deployment process does not deploy required test JARs

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

Patrick Hunt updated WHIRR-126:
-------------------------------

    Resolution: Fixed
        Status: Resolved  (was: Patch Available)

+1 committed to trunk and branch-0.2, thanks Tom!

> Deployment process does not deploy required test JARs
> -----------------------------------------------------
>
>                 Key: WHIRR-126
>                 URL: https://issues.apache.org/jira/browse/WHIRR-126
>             Project: Whirr
>          Issue Type: Bug
>          Components: core
>            Reporter: Tom White
>            Assignee: Tom White
>            Priority: Blocker
>             Fix For: 0.2.0
>
>         Attachments: WHIRR-126.patch
>
>
> The command for deployment {{mvn deploy -Ppackage -Pdeploy -Pjavadoc}} (see https://cwiki.apache.org/confluence/display/WHIRR/How+To+Release), does not build or deploy test jars, which are needed since WHIRR-109.

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


[jira] Updated: (WHIRR-126) Deployment process does not deploy required test JARs

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

Tom White updated WHIRR-126:
----------------------------

    Attachment: WHIRR-126.patch

Bug was due to a non-obvious difference between skipTests and maven.test.skip. The former only skips execution (which is what we want), the latter skips compilation.

> Deployment process does not deploy required test JARs
> -----------------------------------------------------
>
>                 Key: WHIRR-126
>                 URL: https://issues.apache.org/jira/browse/WHIRR-126
>             Project: Whirr
>          Issue Type: Bug
>          Components: core
>            Reporter: Tom White
>            Assignee: Tom White
>            Priority: Blocker
>         Attachments: WHIRR-126.patch
>
>
> The command for deployment {{mvn deploy -Ppackage -Pdeploy -Pjavadoc}} (see https://cwiki.apache.org/confluence/display/WHIRR/How+To+Release), does not build or deploy test jars, which are needed since WHIRR-109.

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