[jbosstools-issues] [JBoss JIRA] (JBIDE-13746) BrowserSim: make standalone available for download/launch

Mickael Istria (JIRA) jira-events at lists.jboss.org
Wed Mar 27 10:37:42 EDT 2013


    [ https://issues.jboss.org/browse/JBIDE-13746?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12763456#comment-12763456 ] 

Mickael Istria edited comment on JBIDE-13746 at 3/27/13 10:37 AM:
------------------------------------------------------------------

[~yradtsevich] [~kmarmaliykov]: Submitted PR https://github.com/jbosstools/jbosstools-vpe/pull/49 which attach the artifact to the build. Can you please review and merge it?

Once this is applied, one can reference the standalone jar artifact by
{code}
        <groupId>org.jboss.tools.browsersim</groupId>
        <artifactId>org.jboss.tools.browsersim-standalone</artifactId>
        <version>3.5.0-SNAPSHOT</version>
        <type>jar</type>
        <classifier>standalone</classifier>
{code}

The best ways to retrieve this artifact locally is to use the [dependency-get|http://maven.apache.org/plugins/maven-dependency-plugin/get-mojo.html] mojo from command-line:
{code}
mvn org.apache.maven.plugins:maven-dependency-plugin:2.7:get -Dartifact=org.jboss.tools.browsersim:-Org.jboss.tools.browsersim-standalone:3.5.0-SNAPSHOT:jar:-Standalone
{code}
or, via Nexus UI: https://repository.jboss.org/nexus/index.html#nexus-search;quick~browsersim-standalone which allows you to download stuff easily.
                
      was (Author: mickael_istria):
    [~yradtsevich] [~kmarmaliykov]: Submitted PR https://github.com/jbosstools/jbosstools-vpe/pull/49 which attach the artifact to the build. Can you please review and merge it?

Once this is applied, one can reference the standalone jar artifact by
{code}
        <groupId>org.jboss.tools.browsersim</groupId>
        <artifactId>org.jboss.tools.browsersim-standalone</artifactId>
        <version>3.5.0-SNAPSHOT</version>
        <type>jar</type>
        <classifier>standalone</classifier>
{code}
                  
> BrowserSim: make standalone available for download/launch
> ---------------------------------------------------------
>
>                 Key: JBIDE-13746
>                 URL: https://issues.jboss.org/browse/JBIDE-13746
>             Project: Tools (JBoss Tools)
>          Issue Type: Feature Request
>          Components: Build/Releng, Visual Page Editor core
>            Reporter: Max Rydahl Andersen
>            Assignee: Konstantin Marmalyukov
>             Fix For: 4.1.x
>
>
> We want to make browersim easily available.
> To do that we need:
> A) buildable from our target platform
> B) built in jenkins
> C) put on nexus

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


More information about the jbosstools-issues mailing list