[ http://issues.apache.org/jira/browse/TUSCANY-733?page=all ]

Jojo Joseph updated TUSCANY-733:
--------------------------------

    Attachment: tuscany-773.patch

This patch allows the user to define the runtime version as part of the 
configuration. The configuration element looks like:

                <configuration>
                    <loadExtensionDependencies>false</loadExtensionDependencies>
                    <runTimeVersion>1.0-incubator-M2-SNAPSHOT</runTimeVersion>
                    <extensions>
                        .....
                    </extensions>
                    <bootLibs>
                        <dependency>
                            <groupId>org.apache.tuscany.sca.runtime</groupId>
                            <artifactId>webapp-host</artifactId>
                            <version>1.0-incubator-M2-SNAPSHOT</version>
                        </dependency>
                    </bootLibs>
                </configuration>

Please note that if bootLib dependencies are specified, that will take 
precedence over the runtime version.

> Version information should not be in war plugin source code
> -----------------------------------------------------------
>
>                 Key: TUSCANY-733
>                 URL: http://issues.apache.org/jira/browse/TUSCANY-733
>             Project: Tuscany
>          Issue Type: Bug
>          Components: Maven Plugins
>    Affects Versions: Java-M2
>            Reporter: Jeremy Boynes
>         Assigned To: Meeraj Kunnumpurath
>             Fix For: Java-M2
>
>         Attachments: tuscany-773.patch
>
>
> The version of the runtime to use should be a configuration property of the 
> war plugin and not hard coded in Dependency.
> Ideally, the default value for runtime version should come from a POM 
> property, perhaps the version of the POM plugin itself. A user of the plugin 
> should be able to override this in their own project with a configuration 
> property

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to