You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ofbiz.apache.org by "Pierre Smits (JIRA)" <ji...@apache.org> on 2015/05/04 23:55:06 UTC

[jira] [Comment Edited] (OFBIZ-6271) build management with maven

    [ https://issues.apache.org/jira/browse/OFBIZ-6271?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14527390#comment-14527390 ] 

Pierre Smits edited comment on OFBIZ-6271 at 5/4/15 9:54 PM:
-------------------------------------------------------------

It seems you're looking for something like this:

{code:xml}
<project name="MyProject" basedir="." default="main" xmlns:artifact="antlibrg.apache.maven.artifact.ant"> 

<target name="installAll" > 
<artifact:mvn> 
<arg value="install"/> 
</artifact:mvn> 
</target>
{code}

Or am I mistaken?


was (Author: pfm.smits):
It seems you're looking for something like this:

{code:xml}
<project name="MyProject" basedir="." default="main" xmlns:artifact="antlibrg.apache.maven.artifact.ant"> 

<target name="installAll" > 
<artifact:mvn> 
<arg value="install"/> 
</artifact:mvn> 
</target>
{code}

> build management with maven
> ---------------------------
>
>                 Key: OFBIZ-6271
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-6271
>             Project: OFBiz
>          Issue Type: Improvement
>          Components: ALL COMPONENTS
>            Reporter: Adam Heath
>            Priority: Minor
>         Attachments: console.log
>
>
> This is a new build system; the primary goal will be to not require any changes to existing ofbiz layouts(for backwards compatibility, at least initially).
> These pom.xml files are completely new; the existing build.xml infrastructure will continue to exist.  The existing build.xml will never call into maven(which is what processes the pom.xml), and maven will never call into build.xml either.
> I have already committed a working pom.xml for the top level, and framework/start.  Shortly, I will be adding framework/base and framework/entity, but into this branch.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)