You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@netbeans.apache.org by sk...@apache.org on 2019/08/05 15:31:32 UTC

[netbeans-mavenutils-nb-repository-plugin] branch master updated: Try to make README up to date with current Apache NetBeans

This is an automated email from the ASF dual-hosted git repository.

skygo pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/netbeans-mavenutils-nb-repository-plugin.git


The following commit(s) were added to refs/heads/master by this push:
     new 9803976  Try to make README up to date with current Apache NetBeans
9803976 is described below

commit 98039762da58ecd627425336e4442a8ff93864b9
Author: Eric Barboni <sk...@apache.org>
AuthorDate: Mon Aug 5 17:31:23 2019 +0200

    Try to make README up to date with current Apache NetBeans
---
 README.md | 22 ++++++++--------------
 1 file changed, 8 insertions(+), 14 deletions(-)

diff --git a/README.md b/README.md
index a974ec5..4d6715b 100755
--- a/README.md
+++ b/README.md
@@ -19,40 +19,34 @@
 
 -->
 
-#Apache NetBeans Repository plugin
+# Apache NetBeans Repository plugin
 
-The plugin is capable of populating the local or remote maven repository with module jars and NBM files from a given NetBeans installation. Useful for
+The plugin is capable of populating the local or remote maven repository with module jars and NBM files from a given Apache NetBeans installation. Useful for
 module development, modules with public APIs are separated from those without a public API.
 See the `populate` goal.
 
- To get access to a repository with NetBeans.org module artifacts and metadata, add [http://bits.netbeans.org/maven2/](http://bits.netbeans.org/maven2/) repository to your project POM
-or the repository manager you are using. The repository hosts binaries of NetBeans 6.5 and later.
-
- Also see: [Maven NBM development FAQs](http://wiki.netbeans.org/NetBeansDeveloperFAQ#Mavenized_Builds)
+ Also see: [Building from source](http://netbeans.apache.org/download/dev/index.html)
  
 ## HOWTO: Upload NetBeans release binaries to a Maven repository
 
 There is a `populate` goal that converts the NetBeans module information into Maven metadata
 and is capable of uploading the module jar file, javadoc, sources and nbm files to local
-and remote repositories. 
+and remote repositories.
 
-For a binary-only upload (jar files and nbm files only), it's possible to download the bits from official sites. See below for URLs.
+For a binary-only upload (jar files and nbm files only), it's possible to download the bits from official sites.
 
 For the complete upload, you will need to checkout the sources of the IDE/Platform you
-want to upload. See this FAQ entry on [HowTo checkout sources from Hg](http://wiki.netbeans.org/DevFaqAccessSourcesUsingMercurial)
+want to upload. See this page [Building from source](http://netbeans.apache.org/download/dev/index.html)
 
 
  The goal has multiple input parameters that link the goal to binaries prepared beforehand.
 
 * `netbeansInstallDirectory` designates the base directory where resides the NetBeans installation
-that shall be uploaded. It can be either [downloaded as zip](http://www.netbeans.org/downloads/index.html) or built from sources.
+that shall be uploaded.
 Run `ant` in your local hg clone to build the distribution at `nbbuild/netbeans` sundirectory.
 
 * `netbeansNbmDirectory` designates the base directory where the nbm files are located.
-Run `ant build-nbms` in your local `hg clone` to build the nbms at `nbbuild/nbms` directory or download it from the
-[http://updates.netbeans.org/netbeans](http://updates.netbeans.org/netbeans) space eg.
-final *6.5* version at [http://updates.netbeans.org/netbeans/*6.5*/final/uc/](http://updates.netbeans.org/netbeans/6.5/final/uc/).
-Use a tool like `wget` to download the complete directory tree to a directory designated by the `netbeansNbmDirectory` parameter.
+Run `ant build-nbms` in your local `hg clone` to build the nbms at `nbbuild/nbms` directory.
 
 * `netbeansSourcesDirectory` designates the base directory containing zip files with module jar sources.
 Run `ant build-source-zips` in your local hg clone to build the nbms at `nbbuild/build/source-zips` directory.


---------------------------------------------------------------------
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