You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tomee.apache.org by "David Blevins (JIRA)" <ji...@apache.org> on 2010/11/15 19:46:15 UTC

[jira] Closed: (OPENEJB-1400) Cannot build without installing to local m2 repository

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

David Blevins closed OPENEJB-1400.
----------------------------------

    Resolution: Fixed
      Assignee: Stephen Connolly

> Cannot build without installing to local m2 repository
> ------------------------------------------------------
>
>                 Key: OPENEJB-1400
>                 URL: https://issues.apache.org/jira/browse/OPENEJB-1400
>             Project: OpenEJB
>          Issue Type: Improvement
>          Components: build
>    Affects Versions: 3.1.x
>            Reporter: Stephen Connolly
>            Assignee: Stephen Connolly
>
> A good Maven build does not require that the artifacts be pushed to the local repository in order to build successfully.
> A good maven project will build from an empty local repository with the command
> mvn clean verify
> Currentlty the build does not do this.
> This prevents the easy use of the maven release plugin to run releases, and prevents a clean release using the standard maven release process, as artifacts should always be resolved from the reactor if they are produced by the reactor

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