You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@netbeans.apache.org by "Rami Swailem (JIRA)" <ji...@apache.org> on 2018/11/13 07:39:00 UTC

[jira] [Commented] (NETBEANS-467) maven artifacts for Apache NetBeans Platform need to be created and hosted

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

Rami Swailem commented on NETBEANS-467:
---------------------------------------

I'm using this code on Linux:

cd ~/NetBeansProjects/incubator-netbeans/;

git fetch;

git pull;

export JAVA_HOME=/usr/lib/jvm/jdk1.8.0_192;

echo $JAVA_HOME;

update-alternatives --set java /usr/lib/jvm/jdk1.8.0_192/bin/java;

update-alternatives --set javac /usr/lib/jvm/jdk1.8.0_192/bin/javac;

ant -Dcluster.config=full build build-nbms generate-uc-catalog build-source-zips; 

 mvn org.codehaus.mojo:nb-repository-plugin:1.4-SNAPSHOT:populate\

 -DdeployUrl=file:////root/.m2/repository/\

 -DgeneratePom=true\

 -DnetbeansNbmDirectory=./nbbuild/nbms\

 -DnetbeansInstallDirectory=./nbbuild/netbeans\

 -DnetbeansSourcesDirectory=./nbbuild/build/source-zips\

 -DforcedVersion=RELEASE10\

 -DgroupIdPrefix=org.apache.netbeans\

 -Ddetail=true;

export JAVA_HOME=/usr/lib/jvm/jdk-11.0.1;

echo $JAVA_HOME;

update-alternatives --set java /usr/lib/jvm/jdk-11.0.1/bin/java;

update-alternatives --set javac /usr/lib/jvm/jdk-11.0.1/bin/javac;

> maven artifacts for Apache NetBeans Platform  need to be created and hosted
> ---------------------------------------------------------------------------
>
>                 Key: NETBEANS-467
>                 URL: https://issues.apache.org/jira/browse/NETBEANS-467
>             Project: NetBeans
>          Issue Type: Task
>          Components: website
>    Affects Versions: 9.0
>            Reporter: Eric Barboni
>            Priority: Critical
>              Labels: NETBEANS-9
>
> Hi (hope I did not miss mails on this topic),
>  During test on maven NetCAT, testers are told to create and generate mavenized NetBeans Platform Module and Suite.
>  Maven archetype for Netbeans platform module [1] are linked to artefacts stored in  [2] (RELEASE 6 to 8.2) and it is also possible to use snapshot versions from [3]
> Artefacts are generated from Oracle NetBeans sources at the moment, RELEASE* artefact were built from a specific build, SNAPSHOT artefact are refreshed every day with no history (I suppose for space reason).
>  
> It would be nice to recreate a workflow to  regenerate maven artefacts for the Apache NetBeans Platform from Apache NetBeans sources.
>  
> [1][https://github.com/mojohaus/nbm-archetype/]
> [2][https://bits.netbeans.org/nexus]
> [3][https://bits.netbeans.org/dev/maven-snapshot/|http://bits.netbeans.org/dev/maven-snapshot/]
>  
>  
>  



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@netbeans.apache.org
For additional commands, e-mail: commits-help@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists