This is an automated email from the ASF dual-hosted git repository.
skygo pushed a change to branch master
in repository
https://gitbox.apache.org/repos/asf/incubator-netbeans-mavenutils.git.
at 2cd0c95 Imported Mojohaus from hash
80021ab48705a199513abdf2ad9fc339a8c000e2
This branch includes the following new commits:
new 511c2d3 initial contribution of nbm-maven-plugin, plugin for handling
netbeans module projects.
new 4c6a1c3 correct lifecycle
new e88b457 update docs
new b12e23b mojo style site descriptor + url typo fixed.
new 0f79fd1 make 2.2 snapshot
new 5d689fc [maven-release-plugin] prepare release nbm-maven-plugin-2.2
new 18e0129 [maven-release-plugin] prepare for next development iteration
new ad97dca first attempt at creating a netbeans module packaging project
template
new 35e6ffd jira section added.
new a797553 Set svn properties
new 6ef8316 Set svn properties
new ee78c90 Upgrade parent pom
new 1014135 MNBMODULE-3 fix language section of artifact handler,seems to
be the reason for skipping the project with pmd plugin
new 12a9692 [maven-release-plugin] prepare release nbm-maven-plugin-2.3
new f0535cf [maven-release-plugin] prepare for next development iteration
new b238149 update javadoc, reference the deploy repo id.
new f735628 MNBMODULE-7 trim the classpath entry values to prevent
failure of netbeans harness build
new 76d8380 allow builds with custom distribution URL settings without
modifying the actual project
new 829a8ff have a counter for installed/deployed modules to better
inform user on progress.
new ce6b312 new mojo for executing the netbeans ide with given additional
module clusters. useful for test running netbeans modules.
new 95add57 default-value rather then expression
new 4c024e5 ignore list update
new 1115258 comment out cluster pom creation, not ready yet.
new 3df5598 --userdir instead of -userdir otherwise extra clusters are
not picked up.
new d40b381 javadoc spelling fix
new 5637619 add mojo for creating branding items..
new 35f07ec use 5.5 version of netbeans ant tasks, has the corrent
branding task.
new 2191b21 use the same expression for branding token as other mojos.
new bee3683 add goal for running the NetBeans as platform application,
instead of as an IDE.
new 3730d3d update docs
new 86cec96 update docs
new a612433 a descriptive message added.
new 9468e6e param gets expression
new 0934179 a descriptive message added.
new a6f38b1 param gets expression
new bdab3a9 fix typos
new d4b66f8 depend of parent version 12
new d4d9723 [maven-release-plugin] prepare release nbm-maven-plugin-2.4
new 7b3063b get ready for 2.5 work
new ab1cbef have expressions for location of netbeans userdir
new ed4d470 add source deployment as well, even though sources are not
readily available for netbeans IDE in maven format.
new d3bcca2 minor tweaks
new 71df2cb Updated pom parent versions to 14 (ensuring builds are not
broken by adding dependency when needed)
new f9df678 just an idea..
new 11d37a3 upgrade archetype to mojo's archetypeng
new a48b1e3 have the src/main/java and src/test/java folders always
created with pre-created package as well.
new ab37530 add a netbeans platform based application archetype, just a
first version, not completely working, based on archetypeng..
new e5d6d91 buildable generated project. a superpom contains a sample
module and a branding module.
new 457945f explicit versioning.
new d9c67a5 mark the archetypes as ArchetypeNG ones.
new 6344ebc mark the archetypes as ArchetypeNG ones.
new a3a454c MNBMODULE-8, MNBMODULE-12 - make module descriptor parameter
optional Add algorithm for automated recognition of module's libraries and
module's netbeans dependencies (Without relying on descriptor)
new 0f7efb9 MNBMODULE-10 - fail fast when non-existing NetBeans
installation folder declared as parameter
new aeea6e8 MNBMODULE-11 - prevent NPE and warn that wrong artifact
binary is declared as netbeans module dependency
new 725d531 identify swing-layout jar by md5 and include it as provided
dependency to the given module. should simplify setup of many modules..
new 31559f2 include just the nbms of the modules that are really in the
reactor
new 49a902b identify swing-layout jar by md5 and include it as provided
dependency to the given module. should simplify setup of many modules..
new a40d74a MNBMODULE-12 make sure wrong or missing module descriptor
files get reported.
new 780f640 docs documenting upgrade from 2.4 to 2.5 version
new 81db731 updating documentation to take the 2.5 changes into account..
new 80c103c updating documentation - note about ide support and
archetypes.
new 5c6f4ff prepare 2.5 release
new 7946837 update trunk to 2.6-SNAPSHOT
new 9ab875e MNBMODULE-15 allow to have a netbeans module explicitly
declared as library,
new 7d34fc1 be consistent with netbeans module system, use ModuleFormat1
as requirement.
new 7e1da44 correct fix for MNBMODULE-15
new dfa805a refactoring
new ce5a867 additional check for file existence. patch submitted by
Jeremy Maddera
new d1bc060 introduction.apt ->index.apt
new c4143f8 make work with latest and greatest of archetypeng
new a87745d make work with latest and greatest of archetypeng
new f8f2f44 change groupId to org.codehaus.mojo.archetypes and add all
archetypes as modules.
new 12a08f2 change groupId to org.codehaus.mojo.archetypes and add all
archetypes as modules.
new aa6ac1b better pom description
new f939417 add maven.nbm.buildDir parameter expression with the
default-value of {project.build.dir}/nbm
new c42e5b7 add handling for swing-layout 1.0.2
new 12cf9b3 some docck check fixes.
new d647d29 more dock:checks
new 5f8bf10 remove empty faq file.
new 90f6148 new dev iteration 2.7-SNAPSHOT
new 28b8f02 MNBMODULE-18 used wrong -userdir switch instead of correct
--userdir
new e1eb623 use File.separatorPath instead of hardcoded ":" (patch
submitted by Emilian Bold)
new 8047c21 do a 2.6.1 respin, required to be able to create correct
"hidden" modules for 6.0 beta1 update center. When 6.0beta1 ant tasks are added
to plugin as deps, need to use reflection for setting description on AU
generating task, signature changed from String param to File param.
new e786502 go back to 2.7-SNAPSHOT
new f800435 param with default value don't need to be required.
new 9967166 param with default value don't need to be required.
new 209ac51 add javahelp generation/packaging to nbms.
new a162e60 MNBMODULE-19 - add the docs/<codenamebase>.jar file with
javadoc on the module's classpath.
new 74a6f15 use http://deadlock.netbeans.org/maven2 as default repository
for netbeans artifacts.
new b76d16b google analytics token
new 524dd7c add @since tags
new c99ace3 MNBMODULE-20 make sure not to execute the standard copy task
when no filesets were added.
new fac4f7e cosmetic changes.
new a31d2e2 do a 2.6.2 minor release
new 01a428d back to 2.7-SNAPSHOT version
new 0715707 upgrade the archetype to current archetypeng codebase, add
simple assembly setup to zip up the platform app
new c20faa2 upgrade the archetype to current archetypeng codebase.
new 63e9e08 MNBMODULE-22, not necessary to throw exception when the jar
file in question doesn't contain a manifest file.
new f31bc38 downgrade log message level to debug
new 1d7537c mockup toolchains support classes, code commented out.
new c8f7997 1. reduce the nbm lifecycle, the nbm file (goal nbm:nbm) is
not invoked anymore on package phase. 2. nbm:cluster requires nbm:directory
invokation to create the netbeans module directory structure 3. nbm:nbm now
attaches the nbm artifact, allows deployment of nbms to remote repository. 4.
new bddd3dc more docs
new 4f27908 add link to new article by Emilian Bold on NetBeans platform
based development
new 5f9e8df when non-netbeans jar is marked as dependency, accept it as
such only if the explicit value is set.
new df43d73 MNBMODULE-25 handle nbm files correctly in order not to mess
up snapshot deployments.
new a0a01fb polish the archetype
new a260f5a polish the archetype, simplify the setup (removed the
branding module, now part of the main pom.
new 8d568fe polish the archetype, simplify the setup (removed the
branding module, now part of the main pom.
new 1e6e35c better names and descriptions
new 03d04c3 better names and descriptions
new 674cfef depend on non-snapshot parent
new e6de753 depend on non-snapshot parent
new c292d01 [maven-release-plugin] prepare release nbm-archetype-1.0
new 7c3aa8f [maven-release-plugin] prepare for next development iteration
new f3918d4 [maven-release-plugin] prepare release
netbeans-platform-app-archetype-1.0
new 1063c9c [maven-release-plugin] prepare for next development iteration
new c12d7a4 note about release status of 2.7
new dc971f8 add reference to netbeans module archetypes.
new 6e25468 use 2.0.2 version of compiler plugin and 1.5 source/target
for modules.
new 043038f avoid RELEASE version, stop inheriting assembly plugin config
and have compiler's source/target at 1.5
new 8d2081a remove reference to toolchains from the plugin.
new 448392f remove folder
new ad6c655 will this allow me to release an alpha?
new f05667f [maven-release-plugin] prepare release
nbm-maven-plugin-2.7-alpha-1
new dee1606 [maven-release-plugin] prepare for next development iteration
new ffa53fd [maven-release-plugin] prepare release nbm-archetype-1.0.1
new b0ec702 [maven-release-plugin] prepare for next development iteration
new bc26013 [maven-release-plugin] prepare release
netbeans-platform-app-archetype-1.0.1
new 1e97424 [maven-release-plugin] prepare for next development iteration
new 6f1efc6 add info message and overwrite files by default.
new 97190ad in 6.1 builds the cluster needs to have a .lastModified file
present and touched in order to avoid class caches when running..
new 594bf60 [maven-release-plugin] prepare release
nbm-maven-plugin-2.7-alpha-2
new 54aad81 [maven-release-plugin] prepare for next development iteration
new 62de0ae o Added svn:eol-style=native
new 1868d20 o Added svn:eol-style=native
new 153e52a o Fixed svn:keywords (see also
http://www.nabble.com/svn%3Akeywords-without-quotes-td16066538s177.html)
new e10d74c o Fixed svn:keywords (see also
http://www.nabble.com/svn%3Akeywords-without-quotes-td16066538s177.html)
new 2dd851a o Fixed svn:keywords (see also
http://www.nabble.com/svn%3Akeywords-without-quotes-td16066538s177.html)
new e414261 MNBMODULE-28 patch submitted by Johan Andrén add goals for
zipping netbeans platform based application and creating a webstart bundle.
new 6b2d985 MNBMODULE-29 have the branding goal support also localized
resources correctly. Instead of using the ant task from netbeans.org, use our
own handling. patch submitted by Johan Andrén.
new 301760d correct netbeans.installation property name.
new 06a25e2 simplified goal names, both need to be aggregators to prevent
repeating the job for every sub module. additionally check for null values in
project instance (like organization can be null). provide some reasonable
defaults then.
new d8d62ce exclude plexus api jar from classpath, upgrade plexus-utils
to later version.
new 9e682fe [maven-release-plugin] prepare release
netbeans-platform-app-archetype-1.0.2
new b5701c2 [maven-release-plugin] prepare for next development iteration
new d32243a set target cluster property for nbms, upgrade to 6.0 ant tasks
new 23ea409 allow to install/deploy nbm files for a netbeans installation
(optionally)
new 94de79b remove reflection and use the new parameter type for
description
new efe02d2 use cluster as mojo parameter, rather then getting it from
module descriptor. allows inheritance.
new e8da54c use the same default value for cluster -> "extra"
new aaa8f50 attempting to get rid of netbeans.installation
property/parameter and have everything constructed based on content of remote
repository. create a special packaging and lifecycle for creating a netbeans
application. not fully done yet.
new 57b5c8c use netbeans 6.1 dependencies as base for the archetype
new c0e1f34 use netbeans 6.1 dependencies as base for the archetype
new 24c7ff1 proper zip file location, some minor performance speedup on
recreation.
new a44beb7 get rid of deprecated method.
new e626330 create a runnable platform based application. Copy/create the
bin/ and etc/ folder content.
new 7c80cf5 be able to reference nbm files in autoupdate center xml as
they appear in the maven repository. Thus making the maven repository the
uptimate distributiuon channel for the nbm files.
new 3ddb4e6 add maven formatting rules for netbeans to netbeans-public
profile
new 44ea3d1 reformat source to conform to maven code style
new 85a7a1f remove debug and unnecessary log messages
new 9bc26e2 minor
new 5465d02 add update site generation for the nbm-application packaging,
gzip the update size xml and for nbm-application, attach it to the main
artifact.
new fa517c1 better documentation
new 9703bc7 allow repository based distribution urls in single nbms as
well.
new c06d64f better deprecation behaviour
new c23a571 update code formatting properties
new 9ba00d6 documentation
new f21c9eb use class instead of instance
new dac289f have backup executables and conf file for the resulting
application as part of the plugin. Use it if not customized one is present and
when the harness cluster is missing.
new 8090ed4 rework how nbm files get created. instead of post processing
the jar file created, prepare the maqnifest file ahead. (Requires the jar
plugin configuration) reintroduce the nbm goal into the default lifecycle.
new b5b7a3a branding goal only for nbm packaging now.
new 564dd27 webstart goal only for nbm-application packaging, base it on
the netbeans' own ant tasks. not finished yet.
new e68e561 upgrade the archetype to current trunk of nbm-maven-plugin
state
new 579f0ea reintroduce the module.xml file, still useful sometimes.
new e95a192 upgrade the archetype to current state of nbm-maven-plugin
new c2bce63 increase version to 3.0-SNAPSHOT, the changes are way to
radical for a 2.7 version.
new 8a44b5b increase version to 3.0-SNAPSHOT, the changes are way to
radical for a 2.7 version.
new 49f07b7 increase version to 3.0-SNAPSHOT, the changes are way to
radical for a 2.7 version.
new aee287f inclue all external binaries shipping with netbeans into the
populated repository. invent a new groupid ("org.netbeans.external") for the
unrecognized dependencies.
new 7725f24 optionally use the local copy of a nexus lucene index to find
external module dependencies' identification.. remove the preexisting hacks.
new 7f3122e lucene needed for populate repository goal
new 8644673 generate proper content for webstartable netbeans.
new 0c480c4 minor site update, add the default master.jnlp file details.
new 6f82c67 documentation and allow to set a custom master.jnlp file
new c853276 add signing of jars.. works now with local codebase
deployment.
new ef81079 these files are not needed as part of the archetype's root
project
new dd67139 the format of netbeans formatting properties seems to have
changed in trunk.
new 4421b05 add tests for library/module inclusion. small refactoring
that adds DependencyNode from maven.shared:dependency-tree (not used yet) and
pushes the module/library methods up the stack.
new e4e6c03 fix test for transitive dependencies.
new 901c065 Recognize transitive dependencies that shall be included on
module's Class-Path, via dependency-tree library.
new 21362d1 use runtime dependencies now.
new 4e11210 when examining the manifest, also note the list of
public/friend packages and list of friend modules
new 74f7b17 perform classes analysis and warn on cases where the classes
used in project jar or it's libraries and not accessible in public packages of
modules that project depends on or are coming from transitive dependencies.
using both dependency-tree and dependency-analyze share maven bits here to find
out..
new 62d7485 pmd shall use 1.5 target.
new c7352a4 add/update documentation, put component parameters in closed
folds.
new 8e06632 update documentation, add folds for components. add parameter
to fail/warn/skip runtime dependencies check
new 004c543 reformat
new 76afdb2 formatting
new 087e1a3 add documentation on how to populate own repository with
netbeans artifacts.
new 9571654 more docs on changes in 3.0
new 8f2d8a6 accomodate the nbm:run-platform goal to the nbm-application
packaging only
new 3d9e33e moe docs
new 17adefc MNBMODULE-32 declare public packages in plugin configuration.
always generate the relevant manifest entry.
new 5d2c8e1 more docs update for 3.0
new ac37b96 describe dependency resolution in 3.0+
new f8d79e2 indentation, not a header
new e3c21fa more docs.
new 0997859 use latest mojo parent
new 91380e4 move webstart and update iste config to profile, won't work
out of the box.
new 1ca48fc simplify the archetype creation command line entries
new faae691 register ant tasks as the javahelp jar presence is checked
there as well.
new cf648db the goal shall execute the app with console.
new f767bff ignore profiles.xml
new fb22865 MNBMODULE-40 using ant 1.7.1 could get us rid of this issue.
new bf4832e list the innaccesible classes that are being used in the
modules..
new 32c0f01 allow the nbm-application packaging projects to depend on
jar/nbm dependency types. For these, generate the nbm-file artifact
automatically and use it. (in case the dependency is a module artifact itself)
new 401ca98 abstract out the jar-to-nbm file conversion to abstract
class, reuse in update site mojo.
new 5061a69 add references to places where released official nbm files
can be downloaded
new f6abf24 update docs
new a6f78f3 latest archetype plugin can deal with empty directories
new d609f19 default netbeans version is 6.5 and repository is
bits.netbeans.org/maven2
new 59663f3 removed unused files.
new e6c3fc4 use bits.netbeans.org repository, remove additional required
parameters, replace them with reasonable default values use netbeans 6.5 by
default as dependency
new 2dd8805 core/ folder placed modules are also in the nb* cluster (and
possibly elsewhere)
new d0fe3c8 use latest parent
new a99e557 make sure netbeans is using 1.5 jdk for completion and
elsewhere
new 46e85f8 MNBMODULE-41 even the binaries coming from the custom
location shall be renamed according to the branding tokens when copying.
new 2d89edd MNBMODULE-33 zip file shall now have correct execution
permissions for the executable files, also the zip file now contains the root
application folder as well.
new 6dd1a14 use the version 2 of parent pom
new 67972f4 use the version 2 of parent pom
new e429df8 o Set svn:eol-style=native
new a0a1ab1 o Set svn:eol-style=native
new 1d64475 o Set svn:eol-style=native
new 323aa91 MNBMODULE-42 proper entries in jnlp files. patch provided by
Vincent Behar
new 9996c0e add optional parameter to skip installation in local
repository when deploying to a remote one
new 854824d update docs
new 230a51c use File as parameter type rather than String, use consistent
parameter naming for the same thing.
new d65b4d3 listen to dependency:analyze and declare the deps used by the
code.
new 42b9508 use latest parent pom
new 431f311 scm element added
new bca9d91 comment out toolchain plugin, use the depManaged version of
dependency
new 3e68cef inherit most parts of the content
new c09c981 use the project.build.source.target property as defined in
parent
new bba9f26 add javadoc to parameter, rename another one to macth the
params in other mojos.
new 011ed64 fix reports
new 6c12fd0 more optimization of site.xml file
new 70b9a2c MNBMODULE-43
new ad461e1 [maven-release-plugin] prepare release nbm-maven-plugin-3.0
new 7acc0b3 [maven-release-plugin] prepare for next development iteration
new a13a2f0 use version 3.0
new d274350 use version 3.0
new 953cb30 [maven-release-plugin] prepare release nbm-archetype-1.1
new b4e6023 oh well, something wrong with release again.
new b5bd99d [maven-release-plugin] prepare release nbm-archetype-1.1
new baeb820 [maven-release-plugin] prepare for next development iteration
new c4d89cd [maven-release-plugin] prepare release
netbeans-platform-app-archetype-1.1
new 67a3445 [maven-release-plugin] prepare for next development iteration
new b9cb16b add ciManagement section to the pom
new 2309fce MNBMODULE-47 maven seems to process $$ characters wrong in
parameter default value, added a workaround
new c6aba78 MNBMODULE-44 if remote/local repository resolution fails,
check if there's a sibling nbm file to the primary artifact
new a4fb9b2 MNBMODULE-49 allow setting custom clasifier for webstart zip
when deploying to the repository
new 8333a27 MNBMODULE-52 scan 2 top level folders for the *.jar patter
for inclusion in branding, caters for cases like modules/ext/updater.jar
new f71b291 MNBMODULE-53 only examine and use the manifest file if it
actually exists in filesystem, otherwise ignore. patch sumbitted by Michel
Rasschaert
new d1057df MNBMODULE-51 some nasty reflection added to workaround the
problem of residue instances from previous invokations of javahelp that seems
to break subsequent invokations.
new 802a1d7 add javahelp from central on plugin's classpath, remove code
that checked for javahelp on classpath, it's always there now..
new 25bb3de MNBMODULE-55 in 6.7, there's no nb.exe anymore
new 5a0b770 show the debug output in the proper if/else branch.
new 4758449 allow generating of nbm files in jar packaged projects as
well.
new 0f8a82e MNBMODULE-56 proper permissions for executable files
new 3c41beb deal with 6.7 no longer having *_w.exe binary platform
executable
new c4d9b62 remove wrong elements
new dc1ae40 upgrade to 6.7 as the default platform
new 20ebbba upgrade to 6.7 as the default platform
new 7845fdf report error when no clusters found
new 46800b0 fix error message
new 12dbbdf update parent version and the netbeans ant tasks version
new f3626b6 make use of the new MakeJNLP task parameter in NB 6.7 and
allow generating versions.xml
new f02cb37 [maven-release-plugin] prepare release nbm-maven-plugin-3.1
new 039967f [maven-release-plugin] prepare for next development iteration
new c2c0c47 upgrade the archetypes to 3.1 of nbm-maven-plugin
new 5ef54c8 upgrade the archetypes to 3.1 of nbm-maven-plugin
new fd2928e [maven-release-plugin] prepare release nbm-archetype-1.2
new b550634 [maven-release-plugin] prepare for next development iteration
new 74c896d [maven-release-plugin] prepare release
netbeans-platform-app-archetype-1.2
new a86df78 [maven-release-plugin] prepare for next development iteration
new e62941f remove default value from descriptor
new 9fe457b add debug message
new 781939b updated POM xsd location to
http://maven.apache.org/xsd/maven-4.0.0.xsd
new 68d46ae updated POM xsd location to
http://maven.apache.org/xsd/maven-4.0.0.xsd
new ea6129b updated POM xsd location to
http://maven.apache.org/xsd/maven-4.0.0.xsd
new dd78f02 added XML Schema reference to site.xml
new f6cb640 make smarter, recognize also non-netbeans platform with
different executable/configuration file names.
new c041ed1 make extra clusters work with non-netbeans stuff.
new 236b6b1 remove System.out
new 9980a5c proper splash branding, upgrade branding progress/text
alignment, all frame gifs
new a0efba5 [maven-release-plugin] prepare release
netbeans-platform-app-archetype-1.2.1
new 630b0bb [maven-release-plugin] prepare for next development iteration
new d6a38b8 use latest parent, remove custom netbeans formatting rules,
delegate to checkstyle
new e00b754 MNBMODULE-66 fix running the platform in 6.7 environment,
patch submitted by Bjorn Nord
new 52ea35e add reference to ForceTen
new e23b118 details on fabrizio's forceten app
new 6bbd629 use latest junit dependency, not 3.x line
new c2d99de add comments to bundle file with other possible localizable
nbm manifest content
new b80bef8 MNBMODULE-73 configure the external nbm resources from within
plugin configuration.
new d2a40de make modello generate 1.5 code
new 014d0f6 -> 1.5
new 4e0dd91 -> 1.5
new aa29e31 MNBMODULE-72 have the update_tracking files generated within
the assembled application, reusing the makeListOfnbm ant task
new 12f72f0 use RELEASE68 as netbeans dependency
new 47eb849 use RELEASE68 as netbeans dependency
new 38d44c0 6.8 has platform11 cluster
new 426813f add workaround for
http://jira.codehaus.org/browse/MCOMPILER-98 into the archetype, allowing
annotations to be processed.
new 470933b MNBMODULE-63 replace an error log with warn log
new 62cc896 use non-version cluster artifactid
new 96386d5 6.8 splash
new be66bb3 MNBMODULE-67 cut the cluster number from generated
artifactId, easing upgrades.
new 578f232 https://netbeans.org/bugzilla/show_bug.cgi?id=179677
new b90f0be https://netbeans.org/bugzilla/show_bug.cgi?id=179677
new f71541c MNBMODULE-64 make fallback cluster name configurable
new d83796c prepare infra for osgi bundle recognition.
new f0666a4 include osgi bundles into the netbeans platform application
new 6e25596 hack to avoid the makelistnbms ant task thinking the felix
jar is the module jar..
new dcfdaff autoloads cannot have enabled element
new 577dca7 allow netbeans modules to depend on osgi bundles, creating
correct dependency section in the manifest
new 34bc7c4 documenting the osgi bundle contract
new 3e822ef rework the way deployment artifact are created to properly
support deploying timestamped SNAPSHOT
new a543640 use latest 3.2-snapshot of nbm-maven-plugin and snapshot of
6.9 netbeans binaries. relevant remote repositories added.
new 898bbcd use latest 3.2-snapshot of nbm-maven-plugin and snapshot of
6.9 netbeans binaries. relevant remote repositories added.
new 700b8a0 remove the maven word from archetype name
new c1a4cfa remove the maven word from archetype name
new 3bda242 turn to valid xml
new b976593 more reliable recognition of what jar in the nbm is the
actual module jar.
new ae22c0e need codehaus snapshot in repositories list as well as in
pluginRepositories to please the nb stone age embedder.
new 9d8120a need codehaus snapshot in repositories list as well as in
pluginRepositories to please the nb stone age embedder.
new d1fd027 nbm dependencies are deprecated
new 5468fc4 splash from dev builds.
new 3392e5b MNBMODULE-75 1. adding a switch to enable wrapper vs. osgi
dependency resolution. 2. better runtime classpath reporting, add usage of
transitive module's private packages 3. improved algorithm for recognition of
bundles when constructing the final application
new df46327 update fallback bianry files to current 6.9 snapshot.
new 6d37a8e create cluster structure out of the reactor bundle projects.
new 10ddbc5 if the module jar file in nbm is a pack200 beast,
unzip+unpack it when copying out of the nbm file
new f1988ce use 2.2-SNAPSHOT of maven-compiler plugin to improve support
for annotation processors
new bc4f8d7 use 2.2-SNAPSHOT of maven-compiler plugin to improve support
for annotation processors
new e685bb2 archetype for nbm module suite a simple pom packaged project
preconfigured to act as "module suite"
new 8c463b4 name
new ff1c37f remove the sample module from the achetype
new 5a6784c use 2.2-SNAPSHOT
new 00bc88a tuning
new c5504d9 tuning
new 7458c0b tuning
new c4ef578 module no longer a dependency
new 7c5b4a9 cleanup - sample module filesets removed, also related
directories deleted, as sample module is now generated dynamically in netbeans
new 3730d4d MNBMODULE-77 basic lifecycle doc
new c906ac4 [maven-release-plugin] prepare release nbm-maven-plugin-3.2
new 8831c6e [maven-release-plugin] prepare for next development iteration
new d7bd5eb updated dependencies to newly released plugins - nbm plugin
and compiler plugin, repositories also cleaned up
new 1cf6c73 updated dependencies to newly released plugins - nbm plugin
and compiler plugin, repositories also cleaned up
new be03297 updated dependencies to newly released plugins - nbm plugin
and compiler plugin, repositories also cleaned up
new ec61d9e explaining comment about code syncing added
new 7011de5 added newlines as last character of manifest files in order
to be able to parse manifests correctly
new 42f68a5 changes to depend on RELEASE69-BETA NetBeans version
new 6a1c546 changes to depend on RELEASE69-BETA NetBeans version
new ca78719 changes to depend on RELEASE69-BETA NetBeans version
new da7ec8e [maven-release-plugin] prepare release
nbm-archetype-1.3-beta-1
new e544b78 [maven-release-plugin] prepare for next development iteration
new 2925225 [maven-release-plugin] prepare release
nbm-suite-root-1.0-beta-1
new b865770 [maven-release-plugin] prepare for next development iteration
new 5e7feb8 [maven-release-plugin] prepare release
netbeans-platform-app-archetype-1.3-beta-1
new 31927ac [maven-release-plugin] rollback the release of
netbeans-platform-app-archetype-1.3-beta-1
new c3444fa [maven-release-plugin] prepare release
netbeans-platform-app-archetype-1.3-beta-1
new bda0d79 [maven-release-plugin] prepare for next development iteration
new 1dd8058 MNBMODULE-79 no leasing slash in loading resources
new cf9a948 update of netbeans and compiler version
new 7f32862 update of netbeans and compiler version
new 183efcb update of netbeans and compiler version
new 5ea17fd [maven-release-plugin] prepare release nbm-archetype-1.3
new ca3f220 [maven-release-plugin] prepare for next development iteration
new 859d1ad [maven-release-plugin] prepare release nbm-suite-root-1.0
new 657ead9 [maven-release-plugin] prepare for next development iteration
new 80b592a [maven-release-plugin] prepare release
netbeans-platform-app-archetype-1.3
new 63b54c6 [maven-release-plugin] prepare for next development iteration
new 3d5fab2 update of splash image
new 80faaf3 [maven-release-plugin] prepare release
netbeans-platform-app-archetype-1.3.1
new 0bbe504 [maven-release-plugin] prepare for next development iteration
new 2ed1978 MNBMODULE-82 properly cut just the initial netbeans/ part of
the path
new 9dc462b formatted poms and changed xsd reference to
http://maven.apache.org/xsd/maven-4.0.0.xsd
new de2d521 formatted poms and changed xsd reference to
http://maven.apache.org/xsd/maven-4.0.0.xsd
new 6f95bc9 formatted poms and changed xsd reference to
http://maven.apache.org/xsd/maven-4.0.0.xsd
new e27572c o added xsd reference to archetype descriptors o removed id
attribute, which is not part of the descriptor model
new ce32542 o added xsd reference to archetype descriptors o removed id
attribute, which is not part of the descriptor model
new 847d784 o added xsd reference to archetype descriptors o removed id
attribute, which is not part of the descriptor model
new ce7c3f0 updated version of netbeans artifacts to release691
new 06181a9 updated version of netbeans artifacts to release691
new 1c2fb1f updated version of netbeans artifacts to release691
new 16196db [maven-release-plugin] prepare release nbm-archetype-1.4
new 2b67859 [maven-release-plugin] prepare for next development iteration
new 2108521 [maven-release-plugin] prepare release nbm-suite-root-1.1
new 920a168 [maven-release-plugin] prepare for next development iteration
new 50d4f7c [maven-release-plugin] prepare release
netbeans-platform-app-archetype-1.4
new bba4130 [maven-release-plugin] prepare for next development iteration
new 5f5f958 MNBMODULE-86 applied patch provided by jglick
new 885c318 MNBMODULE-84 Generate timestamp using 24h date format
new ba084aa splash image updated to 6.9.1 version
new 7fdd0cf [maven-release-plugin] prepare release
netbeans-platform-app-archetype-1.5
new dad5ff0 [maven-release-plugin] prepare for next development iteration
new 64bdd96 MNBMODULE-89 skip generating keystore if already exists from
last build. patch provided by jglick
new a8d4206 jesse provides patches
new 824fb91 MNBMODULE-88 when adding jars on Class-Path prevent clashes
by including artifact's groupid in the path
new 745ad4f MNBMODULE-77 docs
new f68a39d MNBMODULE-92
new 89ee7a8 MNBMODULE-92 revert
new 1a96229 MNBMODULE-81 signing of branding jars now works thanks to a
patch by Manfred Odenstein
new 5fde951 MNBMODULE-95 modules/bundles that were dependencies of
classpath jars were not included in the transitive module list resulting in
missing classes to be matched against dependency class references.
new 46ce0ec MNBMODULE-96 there shall be no '-' chars in bundle names..
patch supplied by Jaroslav Tulach
new c2d3a9e Fixing labels. Also verifying that I can commit to this repo!
new 9eac430 Apparently unused class left over from an old refactoring.
new 6f5663c Fixing Johan Andrén's name in UTF-8.
new 636f278 Better diagnosis of MNBMODULE-61.
new 76dad42 [MNBMODULE-79] webstart-app failed with an NPE similar to
that for default-cluster-app.
new 7902118 Typo.
new a53f643 [FIXED MNBMODULE-90] Missing newline caused slow parsing for
config/Modules/*.xml of OSGi bundles.
new 956d2df [FIXED MNBMODULE-91] Distribution URL mayhem. Creating an
update center ought to work out of the box.
new 1fcd91b [FIXED MNBMODULE-46] Use $JAVA_HOME to run app.
new f410bc2 Removing notice of a now-dead repo.
new a068e2d dependency:analyze
new 7ce3c88 [maven-release-plugin] prepare release nbm-maven-plugin-3.3
new 1e59bb3 [maven-release-plugin] prepare for next development iteration
new 92eba2e [maven-release-plugin] rollback the release of
nbm-maven-plugin-3.3
new d183f60 mojo-parent 25
new 1409239 Miscellaneous updates.
new 21ffd91 Fixing source level property to work w/ new parent POM.
new c3bcc37 Use managed version of junit.
new 91d5b1b [maven-release-plugin] prepare release nbm-maven-plugin-3.3
new 3ffb7f3 [maven-release-plugin] prepare for next development iteration
new 2543cf8 [maven-release-plugin] rollback the release of
nbm-maven-plugin-3.3
new a428009 [maven-release-plugin] prepare release nbm-maven-plugin-3.3
new 54e4bab [maven-release-plugin] prepare for next development iteration
new 018bd4f [maven-release-plugin] rollback the release of
nbm-maven-plugin-3.3
new dd8df20 Temporary fix to make this releasable!
new 05cbcb5 [maven-release-plugin] prepare release nbm-maven-plugin-3.3
new 40c5a13 [maven-release-plugin] prepare for next development iteration
new 79ad709 Capitalization in labels.
new 054d80b Minor fixes suggested by rfscholte.
new e1d4308 Proper capitalization.
new b1ffd6b Inheriting <scm> from the parent does not work in
maven-release-plugin for these archetypes. (Perhaps because the parent is
specified as a release rather than a snapshot.)
new d156dce Inheriting <scm> from the parent does not work in
maven-release-plugin for these archetypes. (Perhaps because the parent is
specified as a release rather than a snapshot.)
new e35c5c1 Inheriting <scm> from the parent does not work in
maven-release-plugin for these archetypes. (Perhaps because the parent is
specified as a release rather than a snapshot.)
new 0881d45 Update to version 3 of parent POM.
new 755b7b5 Update to version 3 of parent POM.
new f9edb54 Update to version 3 of parent POM.
new fe12152 nbm-maven-plugin 3.3
new 08326aa nbm-maven-plugin 3.3
new ef40f25 nbm-maven-plugin 3.3
new e3f358d Will not generally need to set distBase.
new d5c8fb3 Proper escapes for Velocity.
new 9e6a862 [FIXED MNBMODULE-94] Do not create a profiles.xml in the
archetype; this file is deprecated. Can still add to settings.xml: <profile>
<id>netbeans-ide</id> <activation>
<activeByDefault>true</activeByDefault> </activation> <properties>
<netbeans.installation>...</netbeans.installation> </properties>
</profile>
new f85baa6 Comment.
new e96e42f Switching to maven-archetype packaging.
new eb3c3d9 Switching to maven-archetype packaging.
new 92d2872 Switching to maven-archetype packaging.
new e93060f Prettier declaration of NB repo.
new c3a8da4 Prettier declaration of NB repo.
new cf3362d Prettier declaration of NB repo.
new 0ee67f9 [FIXED MNBMODULE-92] Better initial specification of branding
token / cluster name.
new 0397ba0 [FIXED MNBMODULE-92] Better initial specification of branding
token / cluster name.
new 03e81f4 Improved comments.
new 5d9747b Improved comments.
new 4d82da3 Improved comments.
new 53e0c51 Pass in ${netbeans.version} as an archetype parameter, to
make it easy to substitute from an IDE without publishing new archetypes.
new f7c6981 Pass in ${netbeans.version} as an archetype parameter, to
make it easy to substitute from an IDE without publishing new archetypes.
new 34896ea Pass in ${netbeans.version} as an archetype parameter, to
make it easy to substitute from an IDE without publishing new archetypes.
new 1cad796 Prefer api.annotations.common to openide.util as the default
dependency needed on a module to indicate what NB release it is using. This
module is much smaller and has no dependencies, so it is less onerous when
unused. (Also handy for letting you run FindBugs.)
new 7f31e85 Prefer api.annotations.common to openide.util as the default
dependency needed on a module to indicate what NB release it is using. This
module is much smaller and has no dependencies, so it is less onerous when
unused. (Also handy for letting you run FindBugs.)
new 1b69cc0 Set project.build.sourceEncoding=UTF-8 for reproducible
builds and to avoid a warning.
new 6ec12a0 Set project.build.sourceEncoding=UTF-8 for reproducible
builds and to avoid a warning.
new 1582f6d Not necessarily important to define
OpenIDE-Module-Display-Category. (Used only for modules visible in Plugin
Manager.) Certainly do not set it to a bogus value like "Maven".
new e541c3f Not necessarily important to define
OpenIDE-Module-Display-Category. (Used only for modules visible in Plugin
Manager.) Certainly do not set it to a bogus value like "Maven".
new cee46ad Smarter way of defining OpenIDE-Module-Short-Description.
new 95a0c56 Use latest plugin versions.
new 1c78caf Use latest plugin versions.
new 2cd89ff Use latest plugin versions.
new 4d2d3f1 Shorter, clearer names for component projects.
new eaef58a [maven-release-plugin] prepare release
netbeans-platform-app-archetype-1.6
new ee62c49 [maven-release-plugin] prepare for next development iteration
new 3f79f69 [maven-release-plugin] prepare release nbm-archetype-1.5
new 4d0bfc2 [maven-release-plugin] prepare for next development iteration
new 4679ac9 [maven-release-plugin] prepare release nbm-suite-root-1.2
new 5fb6701 [maven-release-plugin] prepare for next development iteration
new 9e00384 Can remove MSITE-459 hotfix now.
new 13ba3e8 Use mojo-parent 27.
new eb76afe Updated parent.
new 811fa10 Updated parent.
new 791fa06 Updated parent.
new 04b4a61 NB 00f7094ec01e means it is better for
${netbeans.run.params.ide} to already be defined.
new ba4221f [FIXED MNBMODULE-100] nbjunit failed to depend on INSANE.
new f634a65 [FIXED MNBMODULE-101] Incorrect file extension for locally
deployed *.nbm.
new 6a4d756 Better netbeans.run.params.ide handling as in 9852f0b2a569.
new 7fe3e2d Using StringBuilder.
new 8eda3ad NPE from MNBMODULE-100 fix.
new f54d9f5 Clearer reporting of MNBMODULE-102.
new f3ab3b2 Missing braces.
new beb5f3e [FIXED MNBMODULE-103] JARs are signed, so do not try to fix
up policy.
new 238b003 [MNBMODULE-81] Give all permissions to branding JARs, just in
case.
new d431fdb module.xml should be empty by default.
new 2bb89ab module.xml should be empty by default.
new 08585c5 [FIXED MNBMODULE-98] Stop using modules/{autoload,eager}
new 7604c86 [FIXED MNBMODULE-78] Module logs are not printed to output
window when running netbeans module
new 660f89f Updated to JDK 6, to match 6.9+ harness (ef996062ee4f).
new 8fc418c [FIXED MNBMODULE-97] Use current versions of nbbuild tasks
new 4a66ac8 Warnings.
new 74d02cb [FIXED MNBMODULE-106] Wrong JAR extension.
new b5c185c [FIXED MNBMODULE-107] Lifecycle bindings for tests in
nbm-application.
new 3f2f0b3 Commented-out instructions on using NbModuleSuite. See:
http://netbeans.org/bugzilla/show_bug.cgi?id=190992
new 7270e36 Using a standard constant.
new 0d54e3e Upgrade to Ant 1.8.1.
new 9c4334b [FIXED MNBMODULE-108] Omit Class-Path from bare module JARs
deployed to the repo, since it does not make any sense outside the cluster.
new f1f27b9 For convenience, also note how to use Jelly in functional
tests.
new 6237a69 Update test deps to JUnit 4.8.2.
new 937354d Update test deps to JUnit 4.8.2.
new d39a0e1 Typo in Javadoc.
new 173571c After MNBMODULE-97, bundling a fixed version of JHIndexer
which does not override JH classes, there is no more need to manually add
jh.jar to classpath.
new 07162ab Use current version of JavaHelp.
new 53057a1 Something in Ant 1.8.1 seems to break the webstart goal;
hangs waiting for jarsigner?
new 8af7a83 [FIXED MNBMODULE-112] Pass <additionalParameters> to
master.jnlp.
new 0ae2dd7 [FIXED MNBMODULE-109] Process master.jnlp to a file with a
basename matching app name.
new a3be166 [FIXED MNBMODULE-104] Properly handle JNLP codebase.
new 5b72bf9 [FIXED MNBMODULE-104] Properly handle JNLP codebase.
new 5e9e06f [FIXED MNBMODULE-105] Factor out groupId/version better.
new 7c0d916 [FIXED MNBMODULE-114] Package JNLP app as complete WAR.
new 70d6666 Comment re. untested feature.
new 039450a [FIXED MNBMODULE-110] Move all module definitions into one
extension JNLP, for easier publishing of updates.
new 6ee17bd Use a distinctive package for branding module's resources, so
as not to (silently!) clash with a sample module added by IDE wizard. Also
remove useless empty layer.
new e65795b [FIXED MNBMODULE-117] Simplify lifecycles a bit.
new 7cb2e74 [FIXED MNBMODULE-117] Simplify lifecycles a bit.
new 1477137 Improved file extensions for secondary artifacts.
new 1d02569 [FIXED MNBMODULE-116] <offline-allowed/>
new 2ae0ada [FIXED MNBMODULE-115] Add href on master JNLP to make sure
cached apps work.
new 4cf9975 [MNBMODULE-113] Removing <icon/> since it is currently broken
anyway. Also reenabling VerifyJNLP, which ought to catch missing files (though
it currently ignores missing icons).
new f8a0f2d Filing comment as MNBMODULE-119.
new f432e43 Misc. updates, and removing some very old info about 2.x
versions.
new 370a2ce [maven-release-plugin] prepare release nbm-maven-plugin-3.4
new 3712467 [maven-release-plugin] prepare for next development iteration
new a89cea5 Use 3.4 plugin.
new 8bf70c3 Use 3.4 plugin.
new 7c4490b Use 3.4 plugin.
new ea189ab [maven-release-plugin] prepare release nbm-archetype-1.6
new 25dcce9 [maven-release-plugin] prepare for next development iteration
new 9fc0f6c [maven-release-plugin] prepare release nbm-suite-root-1.3
new 14f8746 [maven-release-plugin] prepare for next development iteration
new 8e5046d [maven-release-plugin] prepare release
netbeans-platform-app-archetype-1.7
new b3015a3 [maven-release-plugin] prepare for next development iteration
new f36a60a Noting @HelpSetRegistration.
new 14b3cb1 Comments, and use of constant.
new eff1fb9 [FIXED MNBMODULE-122] 'mvn test' fails on nbm wrapper project
in reactor
new 11a99ba [FIXED MNBMODULE-125] Strip off attributes from bundle
symbolic name.
new f1a0162 [FIXED MNBMODULE-126] Handle newlines in <description>.
new aea3ea6 [MNBMODULE-102] At least mention bug number in error.
new 3018f75 Better placement of local var.
new c3fe0a4 [FIXED MNBMODULE-129] Empty module description leads to
exception for nbm:manifest
new 7c0fde3 Comment filed as MNBMODULE-133.
new f034f70 [FIXED MNBMODULE-132] Record Maven-Class-Path for use with
NbModuleSuite. Also using File.deleteOnExit for /tmp/maven*.pom.
new 9083aa1 [FIXED MNBMODULE-128] ${master.jnlp.file.name}
new 764ef14 Deleting out of date, and apparently unlinked, page.
new 9196f77 Better error reporting. Relates to MNBMODULE-131.
new bb93560 [MNBMODULE-131] Amelioration but not full fix.
new 97fb3d2 [MNBMODULE-131] Move functional tests to integration-test
phase so NBMs will have been packaged first.
new fb39a2f Surefire update, and mentioning effect of MNBMODULE-131.
new 074723e [FIXED MNBMODULE-74] ${keystoretype}
new 1bc1d07 [maven-release-plugin] prepare release nbm-maven-plugin-3.5
new c734bbb [maven-release-plugin] prepare for next development iteration
new a10b3bb nbm-maven-plugin 3.5
new e845756 nbm-maven-plugin 3.5
new 2757ea2 nbm-maven-plugin 3.5
new 2adb0b9 [maven-release-plugin] prepare release nbm-archetype-1.7
new dc8721f [maven-release-plugin] prepare for next development iteration
new dcd0f25 [maven-release-plugin] prepare release nbm-suite-root-1.4
new fb85c63 [maven-release-plugin] prepare for next development iteration
new 6ba6f8f [maven-release-plugin] prepare release
netbeans-platform-app-archetype-1.8
new 9e33adc [maven-release-plugin] prepare for next development iteration
new ccd8bb7 Updated parent version.
new 380fcba Use <dependencyManagement> for JUnit dep. Cf.:
https://netbeans.org/bugzilla/show_bug.cgi?id=191441
new e803d87 Use <dependencyManagement> for declaring JUnit in a POM.
new c38bbb8 Apparently unused dir.
new 02eef52 Removing empty test dirs.
new ab4d678 Removing empty test dirs.
new 7424c5d [MNBMODULE-138] Until fixed, better to fail the build when
*.external encountered in an NBM, than pretend to work but produce incorrect
results.
new fd88598 [maven-release-plugin] prepare release
netbeans-platform-app-archetype-1.9
new 052cf48 [maven-release-plugin] prepare for next development iteration
new 2957483 [maven-release-plugin] prepare release nbm-archetype-1.8
new f953fc6 [maven-release-plugin] rollback the release of
nbm-archetype-1.8
new eeccd7c [maven-release-plugin] rollback the release of
netbeans-platform-app-archetype-1.9
new bbf161d [maven-release-plugin] prepare release
netbeans-platform-app-archetype-1.9
new 98601bd [maven-release-plugin] prepare for next development iteration
new 543848e [maven-release-plugin] rollback the release of
netbeans-platform-app-archetype-1.9
new afc9a3b [maven-release-plugin] prepare release
netbeans-platform-app-archetype-1.9
new 742973a [maven-release-plugin] prepare for next development iteration
new 7cca753 [maven-release-plugin] prepare release nbm-archetype-1.8
new 8fb895e [maven-release-plugin] prepare for next development iteration
new b0c798f [maven-release-plugin] prepare release nbm-suite-root-1.5
new 0a7a7b5 [maven-release-plugin] prepare for next development iteration
new f7a7ec5 Do not append extra suffixes to <name>; just use
<artifactId>. Related to: https://netbeans.org/bugzilla/show_bug.cgi?id=196520
new 9639c2a Do not append extra suffixes to <name>; just use
<artifactId>. Related to: https://netbeans.org/bugzilla/show_bug.cgi?id=196520
new 1eadecc Do not set unnecessary initial branding.
https://netbeans.org/bugzilla/show_bug.cgi?id=197913
new 687623b Changing default artifactId's and name's of component
modules. Background: https://netbeans.org/bugzilla/show_bug.cgi?id=196520
new 623686b RELEASE70 artifacts are published, so use that as the default.
new cfaaa78 RELEASE70 artifacts are published, so use that as the default.
new f0b4b9c RELEASE70 artifacts are published, so use that as the default.
new 1b52f4c Upgraded to harness from NB 7.0 FCS.
new 46aed25 [FIXED MNBMODULE-142] Made consistent with
org.netbeans.nbbuild.Branding. (Might be better to simply delegate to the Ant
task. Main concern is potentially different behavior of defaultExcludes.)
new a081596 [FIXED MNBMODULE-144] Dependency artifact is in
target/classes.
new 231ac20 Create new modules without a layer.
https://netbeans.org/bugzilla/show_bug.cgi?id=154752 makes it easy to add one
later if needed.
new ed21b96 [FIXED MNBMODULE-146] Do not overquote userdir.
new 71418d0 [FIXED MNBMODULE-139] Do not even consider OSGi manifests
unless directed to do so.
new d9cbae5 Removing pointless Javadoc comments.
new c04bf69 [FIXED MNBMODULE-133] Reserve Class-Path attribute for
cluster-structured JARs; use Maven-Class-Path for JAR artifact.
new 0070951 Increment plugin version.
new 1dd8edf RELEASE701 is available, might as well use it as the default.
new 5f59206 RELEASE701 is available, might as well use it as the default.
new f4c1629 RELEASE701 is available, might as well use it as the default.
new 6fc6cb3 Updating most dependencies to latest versions. Exceptions: 1.
PLXCOMP-185 means plexus-io:2.0 is broken. 2. Using 1.0.0+ of
plexus-container-default breaks PopulateRepositoryMojoTest for reasons TBD. 3.
Lucene 3.x has incompatible API changes.
new 0eae5d5 [maven-release-plugin] prepare release nbm-maven-plugin-3.6
new 1f44899 [maven-release-plugin] prepare for next development iteration
new 4ce7694 Optimistically use 3.6 version of nbm-maven-plugin (vote in
progress).
new d98184f Optimistically use 3.6 version of nbm-maven-plugin (vote in
progress).
new 72e2fda Optimistically use 3.6 version of nbm-maven-plugin (vote in
progress).
new 989732c [maven-release-plugin] prepare release nbm-suite-root-1.6
new 977e235 [maven-release-plugin] prepare for next development iteration
new 8d674a1 [maven-release-plugin] prepare release
netbeans-platform-app-archetype-1.10
new 7453de5 [maven-release-plugin] prepare for next development iteration
new fdbc9f9 [maven-release-plugin] prepare release nbm-archetype-1.9
new 52b75f3 [maven-release-plugin] prepare for next development iteration
new 5f175aa Typos.
new 4ec53ec "Netbeans" -> "NetBeans"
new 84a4e5b Typo.
new 15d7f66 Branding module will appear in Plugin Manager - OK, but user
should not be permitted to disable it.
new 1ae81d9 JUnit 4.10.
new bf49f3d JUnit 4.10.
new bdf3feb Noting that nbm:run-ide is discouraged.
new 0fd11cf FindBugs.
new eb41e15 More concise impl of hex encoding.
new fff23dd FindBugs, and orphaned @param's.
new 1796372 Typo.
new 6f6ad7d [FIXED MNBMODULE-149] nbm:populate-repository should permit
translation of a single module.
new a1c08bf Default (daily) update policy is fine for this purpose.
new b16921e Updated.
new 9c3c858 Remove empty src/main/java root.
new 5200491 Simplified and updated filesets; no more icons in archetype,
so no need to disable filtering on them.
new 25c2c18 [FIXED MNBMODULE-147] Add sample functional test.
new d0e2e1f Mentioning snapshot repo.
new 9c2a41c Capitalization.
new 9ffd484 Inlining getters & setters used only internally.
new c6b2649 Introduced GROUP_* constants.
new ca4616c [FIXED MNBMODULE-152] Handle OSGi bundles in input.
new 3789ebf Timezone fix mentioned in MNBMODULE-150. Also compute current
time just once, to prevent a theoretical race condition.
new 6ec29a2 ${harness.version} is newer than 6.9.
new a117e04 Define branding.token for benefit of NbModuleSuite in NB
7.1+. http://netbeans.org/bugzilla/show_bug.cgi?id=197066
new f528dc6 Comment.
new 3c8b07a Moving plugin into subdir.
new 1bf641b Factoring harness into its own artifact. Seems clearer and
should prevent subtle problems with system-scope deps like NB bug #205865.
new f98be8b Factoring harness into its own artifact. Seems clearer and
should prevent subtle problems with system-scope deps like NB bug #205865.
new 9bc2bcb MDEP-334 is indeed cleaner.
new 83873b0 Updating Maven dependencies. Cannot update
plexus-container-default to 1.0.0 or PopulateRepositoryMojoTest fails
inexplicably.
new eb0c1f1 Use Animal Sniffer to verify JDK 6 compatibility.
new 67db937 Upgraded to RELEASE71 harness.
new 51740b0 Upgraded to RELEASE71 harness.
new 66d382e Upgraded to RELEASE71.
new 0c1155f Upgraded to RELEASE71.
new df44929 Upgraded to RELEASE71.
new b8e15d0 [MNBMODULE-155] build-installers goal
(build-installers-2.patch).
new 59ab8da [MNBMODULE-155] build-installers goal
(build-installers-2.patch).
new 2929ea9 [MNBMODULE-155] Moving tools.jar dep into a conditional
profile.
new 4d39f46 #207956 workaround.
new 165f688 Automatically switch between cluster.path.final vs.
all.clusters acc. to NB version.
new 6f7d3df Updates for RELEASE71. (Though better would be to switch
based on ${netbeansVersion}.)
new 0cd269e [FIXED MNBMODULE-159] Broken local links.
new bfba0fd Fixing most warnings from site:site.
new fd59a6b Replacing broken link with more contemporary information.
new 5348947 MNBMODULE-155 build-installers-3.patch
new 6dfc4bb [MNBMODULE-155] Run installers goal by default in
-Pdeployment.
new 9ce4f0d Need to mark this 3.7-SNAPSHOT for now due to
build-installers goal.
new 8de7124 Proper handling of logging from embedded Ant builds.
new 212037f Added mantlik as a contributor.
new c12d75c Trailing spaces.
new a0014d4 Noting actual license.
new e630941 dependency:analyze -> plexus-io
new 77d6fc8 Trying a version scheme that maven-release-plugin is likely
to accept.
new a75f30e Trying a version scheme that maven-release-plugin is likely
to accept.
new 58aa109 [maven-release-plugin] prepare release nbm-maven-1.0
new 253b40e [maven-release-plugin] prepare release nbm-maven-1.0
new 9e31f67 [maven-release-plugin] prepare for next development iteration
new d7226f5 [maven-release-plugin] prepare for next development iteration
new 37b2854 3.7
new c71a8eb 3.7
new 9f59257 3.7
new 07e59ea [maven-release-plugin] prepare release nbm-archetype-1.10
new 5d35f55 [maven-release-plugin] prepare for next development iteration
new e710c3b [maven-release-plugin] prepare release
netbeans-platform-app-archetype-1.11
new a76b1c8 [maven-release-plugin] prepare for next development iteration
new 05fa82b [maven-release-plugin] prepare release nbm-suite-root-1.7
new 56b06ba [maven-release-plugin] prepare for next development iteration
new 28c1a2b [maven-release-plugin] rollback the release of
nbm-archetype-1.10
new 578109f [maven-release-plugin] rollback the release of
netbeans-platform-app-archetype-1.11
new 91f807c [maven-release-plugin] rollback the release of
nbm-suite-root-1.7
new 1747d03 mojo-archetypes 6
new 85d6302 mojo-archetypes 6
new 893186b mojo-archetypes 6
new b1fd3cf [maven-release-plugin] prepare release nbm-archetype-1.10
new 0ac1087 [maven-release-plugin] prepare for next development iteration
new d217749 [maven-release-plugin] rollback the release of
nbm-archetype-1.10
new 748ebe6 [maven-release-plugin] prepare release nbm-archetype-1.10
new a5874a8 [maven-release-plugin] rollback the release of
nbm-archetype-1.10
new 1d2bec4 New versions were in fact deployed.
new a7c97ed New versions were in fact deployed.
new 156933e New versions were in fact deployed.
new 0bc0fce [FIXED MNBMODULE-160] Better documentation of
build-installers.
new be0aa1d [MNBMODULE-160] Added hyperlinks.
new 9345c7e [FIXED MNBMODULE-162] Misc. site issues.
new 2f6157e MNBMODULE-162 cont'd.
new 6dfc63e MNBMODULE-162 cont'd.
new 2d4fcca Removing code which has been dead since revision 4507
("Refactoring").
new 4dab6ed Formally deprecating nbmJavahelpSource.
new 1297d01 [MNBMODULE-138] *.external support, parts 1 & 2.
new 3ebfbab updated Maven POM xsd url in documentation
new f1ce087 added IDE files to svn:ignore
new dbca068 added IDE files to svn:ignore
new ba3abd4 fixed indentation
new ca3412f code formatting
new e42728f #212068: include the size(s) of external NBM content in the
NBM download size.
new 7102de3 Noting where final part of MNBMODULE-138 should be fixed.
new a78d63c [FIXED MNBMODULE-164] Support for 64-bit launchers.
new ee9542b [FIXED MNBMODULE-164] Support for 64-bit launchers.
new 96c1d55 New issue number.
new 21d69fe Documentation improvements w.r.t. nbmResources as requested
in MNBMODULE-165.
new ddfea98 [FIXED MNBMODULE-163] Updates to build-installers doc.
new 920331a [FIXED MNBMODULE-167] More precise determination of module
JAR in an NBM.
new 02196ad MNBMODULE-172 use java annotations instead of javadoc tags
for goal and parameter setup
new ccdfc01 MNBMODULE-172 <plugins> and <reporting> as well, to have the
site generated properly
new ad3616f use version 3.1
new 3d60d77 delete on exit added to the original build script, we only
want to add the attribute if not present already. Otherwise creates a broken
ant file.
new 036a0d3 MNBMODULE-166 introduce finalName parameter for reading the
name of the zip file, clean up some other value assignments
new 1e63112 cleanup, simplifications, todos
new 1e92c34 MNBMODULE-171 maven classpath entry needs to be in sync with
the x-class-path, use base version to resolve snapshots to -SNAPSHOT.
new c6b0a85 Can use RELEASE72 now.
new d3dbf86 MNBMODULE-177 have default values for license related nbm
entries
new 1cccac2 MNBMODULE-178 maven classpath coordinates need to include
classifier next to GAV
new b0c7841 MNBMODULE-176 set executable flag when unpacking according to
the Info/executables.list in the nbm
new ef86095 MNBMODULE-181 website refreshing done by Eric Barboni
new e4177fe MNBMODULE-69 create requiresRestart parameter and deprecate
the one coming from module file
new 5ee6d3d MNBMODULE-69 create moduleType parameter and deprecate the
one coming from module file
new e4667d0 MNBMODULE-69 create codeNameBase parameter and deprecate the
one coming from module file
new 03dd5cb MNBMODULE-69 improve docs and default value handling
new fb59f59 MNBMODULE-69 homepageurl parameter introduced
new d5ce7cc MNBMODULE-69 author parameter introduced
new abfb98e MNBMODULE-69 author parameter introduced
new 8982f01 doc
new 8f8d8f1 MNBMODULE-69 distributionUrl put in line with other
deprecated parameters
new 73a31e8 MNBMODULE-69 no default author
new f642da4 MNBMODULE-69 licenseName and licenseFile parameters introduced
new c539bf3 MNBMODULE-69 moduleDependencies parameter introduced,
descriptor parameter deprecated and site updated.
new 007fd44 72 is the default netbeans release now
new a1e0277 72 is the default netbeans release now
new 602c1fa 72 is the default netbeans release now
new 6af5839 upgrade plugin versions, remove module descriptor files
new 36c50c8 upgrade plugin versions, remove module descriptor files
new f7fca4c upgrade plugin versions, remove module descriptor files
new 2356162 MNBMODULE-182 fix typo in annotation's value, patch provided
by Eric Barboni
new 8e9f55d MNBMODULE-102 upgrade to dependency-tree 2.0, which
apparently calculates just the graph so duplicates and conflict warnings were
removed. Additionally bump the version of required maven to 2.2.0 as that's
what is required by dependency-tree 2.0
new a4f9479 [maven-release-plugin] prepare release nbm-maven-1.1
new 2707ae0 [maven-release-plugin] prepare release nbm-maven-1.1
new 959bab5 [maven-release-plugin] prepare for next development iteration
new 41b5710 [maven-release-plugin] prepare for next development iteration
new 7cd31b8 [FIXED MNBMODULE-185] Typo in default value.
new 5435137 [MNBMODULE-138] Missing newline between CRC and SIZE.
new 8500cb5 update versions
new 6106a23 MNBMODULE-186 make run on maven 2.2.x
new 7d7bcf9 MNBMODULE-138 have explicit configuration element for making
nbm's libraries external.
new f4e7222 [maven-release-plugin] prepare release nbm-maven-1.1
new 5aa0d6c [maven-release-plugin] prepare release nbm-maven-1.1
new eb2bee1 [maven-release-plugin] prepare for next development iteration
new dc9b32b [maven-release-plugin] prepare for next development iteration
new b72375b [maven-release-plugin] prepare release nbm-maven-1.1
new 4e764e9 [maven-release-plugin] prepare release nbm-maven-1.1
new 296acb3 [maven-release-plugin] prepare for next development iteration
new 355dcb4 [maven-release-plugin] prepare for next development iteration
new 93cbd81 upgraded maven-nbm plugin versions to 3.8 , and surefire as
well.
new abb7d87 upgraded maven-nbm plugin versions to 3.8 , and surefire as
well.
new 2d5e4bd upgraded maven-nbm plugin versions to 3.8 , and surefire as
well.
new 8e2a451 [maven-release-plugin] prepare release nbm-archetype-1.11
new 725e319 [maven-release-plugin] prepare for next development iteration
new 10abe0c [maven-release-plugin] prepare release
netbeans-platform-app-archetype-1.12
new b5d992e [maven-release-plugin] prepare for next development iteration
new 62bd832 [maven-release-plugin] prepare release nbm-suite-root-1.8
new fdd119e [maven-release-plugin] prepare for next development iteration
new dc36f81 [FIXED MNBMODULE-183] targetcluster="extra" should not be
written to info.xml.
new 11fe8b3 MNBMODULE-192 external entries need to appear in update
tracking file as well.
new ef7204a always copy binary launchers from the harness nbm for the
appropriate version of the platform
http://netbeans.org/bugzilla/show_bug.cgi?id=218211
new cd679b9 MNBMODULE-188 define suite.props.app.name and use basedir for
suite.location
new ff2b871 Improved error message.
new 04d9237 MNBMODULE-196 support lucene format -11
new 29c34b3 use non snapshot parent and harness dependency, no changes
since last release
new 9c79f2d [maven-release-plugin] prepare release nbm-maven-plugin-3.8.1
new e17c8d5 [maven-release-plugin] prepare for next development iteration
new 1a0cb6d MNBMODULE-197 create a separate plugin for
populate-repository goal. additionally create another goal that retrieves and
prepares the index from remote server for consumption by the
populate-repository goal (now renamed to populate only.
new b91946b MNBMODULE-197 create a separate plugin for
populate-repository goal. additionally create another goal that retrieves and
prepares the index from remote server for consumption by the
populate-repository goal (now renamed to populate only.
new 33e1ed9 support updates of index
new 49b9a46 documentation
new 526d10d MNBMODULE-197 finalize the split, no longer have one plugin
depend on the other
new 890300c MNBMODULE-197 finalize the split, no longer have one plugin
depend on the other
new df26873 MNBMODULE-197 finalize the split, no longer have one plugin
depend on the other
new 206671a http://netbeans.org/bugzilla/show_bug.cgi?id=220130 more
details about the transitive dependency usage problem. explicitly note what is
the solution for modules and some osgi bundles.
new 3e9c10a MNBMODULE-197 documentation split
new 8dfe175 MNBMODULE-197 documentation split
new 1d4664b MNBMODULE-197 documentation split
new ea847af docs and required parameters
new 83b8459 more documentation changes.
new 47441f4 more documentation changes.
new db4e02e “Cannot find cluster for…” message is harmless if you are
creating IDE plugins; do not display as a warning.
new b3d92e8 MNBMODULE-200 proper updates.xml is generated by RELEASE721
netbeans artifacts
new 154e4f4 MNBMODULE-200 proper updates.xml is generated by RELEASE721
netbeans artifacts
new 3cf6074 [maven-release-plugin] prepare release nbm-maven-1.2
new c458a88 [maven-release-plugin] prepare release nbm-maven-1.2
new 362b3c1 [maven-release-plugin] prepare release nbm-maven-1.2
new aef69b4 [maven-release-plugin] prepare release nbm-maven-1.2
new daf5dd0 [maven-release-plugin] prepare for next development iteration
new b5d6f83 [maven-release-plugin] prepare for next development iteration
new 2868b45 [maven-release-plugin] prepare for next development iteration
new fa0b393 [maven-release-plugin] prepare for next development iteration
new 475c86e http://netbeans.org/bugzilla/show_bug.cgi?id=224374 branding
path compositing to be done in the same way as in the netbeans.org ant task.
new 694f6a2 make test work on windows
new 27ca70f MNBMODULE-137 Class-Path entries contain both codenamebase of
the module and the groupid + artifactid of the dependency, not the version
though. That's both unique and stable when it comes to the path used inside the
nbm
new 478381a note added
new c47ef7e MNBMODULE-157 try to determine the right cluster for an osgi
bundle based on inward and outward dependencies
new 0a39dc3 MNBMODULE-157 try to determine the right cluster for an osgi
bundle based on inward and outward dependencies
new f16a92a add tests
new 3d4d538 typo fixed
new 431de90 increase nbm-maven-plugin version used
new 475a94a increase nbm-maven-plugin version used
new 84054ba increase nbm-maven-plugin version used
new 89b0522 #225522 include classifier in generated maven-class-path
new 7432101 more detailed message
new bbb8784 [maven-release-plugin] prepare release
nb-repository-plugin-1.0.1
new 5e2dc64 [maven-release-plugin] prepare for next development iteration
new 6f8a857 use release73 harness
new 06a9120 MNBMODULE-205 add verification step when assembling the
nbm-application, making sure required tokens, osgi import and regular module
dependencies are satisfied
new 7850512 MNBMODULE-205 add verification step when assembling the
nbm-application, making sure required tokens, osgi import and regular module
dependencies are satisfied
new 6b755b7 unused imports
new 1b00a8f MNBMODULE-207
new fc78d91 MNBMODULE-208 allow authors of osgi bundles included in
application to hint if the bundle is to behave as autoload or regularly enabled
module. Nbm-Maven-Plugin-Autoload is the manifest attribute.
new 5cb9792 MNBMODULE-208 allow authors of osgi bundles included in
application to hint if the bundle is to behave as autoload or regularly enabled
module. Nbm-Maven-Plugin-Autoload is the manifest attribute.
new e7b85b6 more docs
new 573ffa3 add note about nbjunit scope
new eac1aa7 MNBMODULE-209 fix osgi handling in verifyIntegrity turned on,
additionally in case of problems add backtraces to modules/bundles declaring
the missing dependency.
new 478d5a6 MNBMODULE-209 fix osgi handling in verifyIntegrity turned on,
additionally in case of problems add backtraces to modules/bundles declaring
the missing dependency.
new 6dbc217 https://netbeans.org/bugzilla/show_bug.cgi?id=225255 - need
to disable classpath elements which are apparently different in ant and maven,
additionally without clusters(.*) the test apparently never really worked
properly
new cd9ddb8 [maven-release-plugin] prepare release
netbeans-platform-app-archetype-1.13
new 205a8bb [maven-release-plugin] prepare for next development iteration
new d40f4d8 note to self
new 6ab2bc4 MNBMODULE-213 use getBaseVersion() to properly support
X-SNAPSHOT versions
new e9573b3 MNBMODULE-210 more debug output
new e1e2afc MNBMODULE-210 handle CoS in nb 7.4 correctly, artifact's file
can be target/classes, deal with it and examine the manifest file instead of
entire jar. nbm file has to reside in local repository though.
new 4f9015e minor changes, default release is 7.3 now
new 3ac09bf minor changes, default release is 7.3 now
new 9bf74ed minor changes, default release is 7.3 now
new f4cc47d minor changes, default release is 7.3 now
new a1b458f nothing changed in parent, use old release version
new d211aa0 nothing changed in parent, use old release version
new 31284a7 [maven-release-plugin] prepare release nb-shared-1.1
new 7b98dd8 [maven-release-plugin] prepare for next development iteration
new 79a6dd0 [maven-release-plugin] rollback the release of nb-shared-1.1
new 16b961d proper scm tags
new c03da3f [maven-release-plugin] prepare release nb-shared-1.1
new 36fec36 [maven-release-plugin] prepare for next development iteration
new 53a6cef nothing changed in parent, use old release version
new e68a10a [maven-release-plugin] prepare release nbm-maven-harness-7.3
new 2ee6249 [maven-release-plugin] prepare for next development iteration
new 7932d20 use released versions of dependencies
new c736504 [maven-release-plugin] prepare release nbm-maven-plugin-3.10
new 37fc12d [maven-release-plugin] prepare for next development iteration
new 6a5cd00 updated archetypes with nbm-maven-plugin version 3.10
new b29b729 updated archetypes with nbm-maven-plugin version 3.10
new b69e7ce updated archetypes with nbm-maven-plugin version 3.10
new 6be0d82 [maven-release-plugin] prepare release nbm-archetype-1.12
new 6c11d23 [maven-release-plugin] prepare for next development iteration
new 1e3f718 [maven-release-plugin] prepare release
netbeans-platform-app-archetype-1.14
new b829a94 [maven-release-plugin] prepare for next development iteration
new 10fa7bc [maven-release-plugin] prepare release nbm-suite-root-1.9
new 93fc4ab [maven-release-plugin] prepare for next development iteration
new d822dbe MNBMODULE-216 do not rely on harness/ cluster dir existence,
there can be many modules in there along with the apisupport-harness one
new 99f4f7c MNBMODULE-214 when building non clean application, make sure
that while copying of old/same artifacts is skipped we still collect
verification data.
new 8a73462 [maven-release-plugin] prepare release nbm-maven-plugin-3.10.1
new 1713ebb [maven-release-plugin] prepare for next development iteration
new 2b7a4ea MNBMODULE-214 upgrade archetypes to use the version with
hotfix
new 42f44a5 MNBMODULE-214 upgrade archetypes to use the version with
hotfix
new b499b88 MNBMODULE-214 upgrade archetypes to use the version with
hotfix
new 5407aff [maven-release-plugin] prepare release nbm-archetype-1.12.1
new 6e66e73 [maven-release-plugin] prepare for next development iteration
new 055ac4a [maven-release-plugin] prepare release nbm-suite-root-1.9.1
new a3dc88e [maven-release-plugin] prepare for next development iteration
new dd2204c [maven-release-plugin] prepare release
netbeans-platform-app-archetype-1.14.1
new 496aa35 [maven-release-plugin] prepare for next development iteration
new 77bf3c6 MNBMODULE-215 use dep-tree 2.1
new 361f60f nb.org #226065 - underscore is evil in branding token, pushes
out locales
new 19068bd [maven-release-plugin] prepare release
netbeans-platform-app-archetype-1.15
new fbe8516 [maven-release-plugin] prepare for next development iteration
new 6b8d66e use latest version of shared lib
new 48f341d introduce new parameter for debugging options, mirroring the
similar setup in surefire plugin.
new 8ffca52 docs
new bb27fec nb.org 232648 - do not exclude implementation dependencies.
Since annotation processors, it's important to have the complete classpath
new 8c093b9 [maven-release-plugin] prepare release nb-shared-1.2
new e664f85 [maven-release-plugin] prepare for next development iteration
new ddaf2bc use 1.2 of the nbm-shared lib
new 33411f4 use 1.2 of the nbm-shared lib
new 509a8ed use released parent
new 60e3bc3 [maven-release-plugin] prepare release
nb-repository-plugin-1.1
new ca88259 [maven-release-plugin] prepare for next development iteration
new 3a39649 MNBMODULE-219 more specific condition has to come first
new 68756f4 MNBMODULE-221 allow disabled modules - patch provided by
Valeriy Prokophev
new bf60d59 MNBMODULE-220 wrapped bundle CNB was not collected properly
resulting in the bundle being shipped as part of module and also individually
in the application
new 561a245 MNBMODULE-222 build branding jars including those that are
localized.
new fd613e3 use upcoming 3.11 version of nbm-maven-plugin
new 8eb7579 use upcoming 3.11 version of nbm-maven-plugin
new 4aec7c7 use upcoming 3.11 version of nbm-maven-plugin
new 36ed0e5 [maven-release-plugin] prepare release nbm-maven-plugin-3.11
new fbfde79 [maven-release-plugin] prepare for next development iteration
new 94a0d4e [maven-release-plugin] prepare release nbm-archetype-1.13
new e6013a2 [maven-release-plugin] prepare for next development iteration
new 91b9f2d [maven-release-plugin] prepare release
netbeans-platform-app-archetype-1.16
new 54cb253 [maven-release-plugin] prepare for next development iteration
new 3e76838 use the .debug property instead of the .ide
new 50020f5 [maven-release-plugin] prepare release
netbeans-platform-app-archetype-1.17
new 290c0d1 [maven-release-plugin] prepare for next development iteration
new 4581abd run mojo also needs the debug additional params
new a1bd9f5 [maven-release-plugin] prepare release nbm-maven-plugin-3.11.1
new e19dcad [maven-release-plugin] prepare for next development iteration
new b058a16 javadoc
new d78685b use 3.11.1
new 321a183 use 3.11.1
new bc67bc6 use 3.11.1
new 604e9e4 [maven-release-plugin] prepare release nbm-archetype-1.13.1
new 6b397a5 [maven-release-plugin] prepare for next development iteration
new 02c28ba [maven-release-plugin] prepare release nbm-suite-root-1.9.1
new 3f9438c [maven-release-plugin] prepare for next development iteration
new 38c1f5f [maven-release-plugin] prepare release
netbeans-platform-app-archetype-1.17.1
new 43c1883 [maven-release-plugin] prepare for next development iteration
new 464d0ed new repo url shown
new 26b2f0e allow groupid other than org.netbeans
new 78439e4 [maven-release-plugin] prepare release
nb-repository-plugin-1.2
new 83e3a2b [maven-release-plugin] prepare for next development iteration
new 590ddf3 use 7.4 release harness
new c12544d use current harness from sources
new d6fc725 MNBMODULE-224 remove non deterministic output
new b452f37 MNBMODULE-217 mark lifecycle goals as thread safe
new 555d851 MNBMODULE-217 use own dateformat, that class is not threadsafe
new 999e841 MNBMODULE-228 handle ${java.home} + javafx ClassPath entry
introduced in 8.0 dev builds
new 56f7124 [maven-release-plugin] prepare release nbm-maven-harness-7.4
new 39aa3a9 [maven-release-plugin] prepare for next development iteration
new d78c0b5 use 7.4 harness
new e45e817 [maven-release-plugin] prepare release nbm-maven-plugin-3.12
new 28decde [maven-release-plugin] prepare for next development iteration
new 26ed7a8 upgrade source level, default platform version and nbm-plugin
version
new a969ea1 upgrade source level, default platform version and nbm-plugin
version
new ad46332 upgrade source level, default platform version and nbm-plugin
version
new 1ba3c0f [maven-release-plugin] prepare release nbm-archetype-1.14
new 7f33e40 [maven-release-plugin] prepare for next development iteration
new d9f4f9e [maven-release-plugin] prepare release
netbeans-platform-app-archetype-1.18
new 79a881c [maven-release-plugin] prepare for next development iteration
new 2817cf3 [maven-release-plugin] prepare release nbm-suite-root-1.10
new b07d6bd [maven-release-plugin] prepare for next development iteration
new b608c69 MNBMODULE-229 guard against bad configuration
new 67ffc6b MNBMODULE-230 deprecate the installDir parameter, is not used
and likely never was
new 3340af3 nb.org 240297: jdk 1.7 and ant 1.9.2 is necessary with
harness 7.4
new 828c52f nb.org 240297: jdk 1.7 and ant 1.9.2 is necessary with
harness 7.4
new 77914f0 MNBMODULE-234 JavaFX token needs to be excluded, no module
declaratively provides it
new 42717f6 MNBMODULE-233 branding jars need to be signed with
keystoretype set as well, patch provided by Dennis Spenkelink
new cc179e4 MNBMODULE-235 use RELEASE80-BETA harness binaries
new 5bcf371 MNBMODULE-235 use RELEASE80-BETA harness binaries
new a8a5845 [maven-release-plugin] prepare release
nbm-maven-harness-8.0-beta
new e2f7447 [maven-release-plugin] prepare for next development iteration
new 6bed3e3 use 8.0-beta
new 72fd980 [maven-release-plugin] prepare release nbm-maven-plugin-3.13
new 1ed6279 [maven-release-plugin] prepare for next development iteration
new 970ad0c us 3.13 of nbm-maven-plugin + update the netbeans repository
url, apparently the url redirection but will never be fixed by nb.org web guys.
new 4e07d00 us 3.13 of nbm-maven-plugin + update the netbeans repository
url, apparently the url redirection but will never be fixed by nb.org web guys.
new f30e906 us 3.13 of nbm-maven-plugin + update the netbeans repository
url, apparently the url redirection but will never be fixed by nb.org web guys.
new efa4851 [maven-release-plugin] prepare release
netbeans-platform-app-archetype-1.19
new 52672cd [maven-release-plugin] prepare for next development iteration
new e8b910d MNBMODULE-237 handle empty value (null) in public packages
gracefully
new 5190df0 MNBMODULE-194 for autoload and eager, do set
AutoUpdate-Show-In-Client to false automatically.
new af7d377 note added
new ea73aed increase dependency version for maven-indexer and associated
libs
new 6bbe6eb MNBMODULE-240 when building with m2 and clean repository, m2
will download different set of deps than m3, causing a failure of loading the
project in netbeans. if you are always building with m2 only, there's no way to
get the project in netbeans IDE to load currently resulting in endless
"unloadable" project
new b80aa7a [maven-release-plugin] prepare release nbm-maven-plugin-3.13.1
new 7b856ac [maven-release-plugin] prepare for next development iteration
new 2852221 MNBMODULE-241 fix regression caused by MNBMODULE-240
new 704a254 [maven-release-plugin] prepare release nbm-maven-plugin-3.13.2
new 1f9151e [maven-release-plugin] prepare for next development iteration
new 3bc8440 MNBMODULE-242 revert the removal of tools.jar profile
new 94057a0 [maven-release-plugin] prepare release nbm-maven-plugin-3.13.3
new 63790bb [maven-release-plugin] prepare for next development iteration
new 4f0bb61 MNBMODULE-248 add includes parameter to mojo
new bc1bd1b [maven-release-plugin] prepare release nbm-maven-plugin-3.14
new 31c8b3b [maven-release-plugin] prepare for next development iteration
new c4e6b55 have a way to force inclusion of osgi items. Direct
dependency is never wrapped by modules.
new 9155022 upgrade plugin
new 3e5e1b7 MNBMODULE-249 upgrade the analyzer dependency to fix jdk8
features
new 9e83863 MNBMODULE-252 handling latest sources (patch courtesy of Eric
Barboni)
new 447f66d [maven-release-plugin] prepare release
nb-repository-plugin-1.3
new eeaa49f [maven-release-plugin] prepare for next development iteration
new 16a44fd update scm, parent and other bits to point at github
new 9cc93d8 update scm, parent and other bits to point at github
new 7d2a9f8 update scm, parent and other bits to point at github
new 0e4a134 ignore target
new 8f3e726 ignore target
new d3d2864 ignore target
new 259132b Create README.md
new a0fd287 Merge branch 'master' of github.com:mojohaus/nbm-maven-plugin
new 508ad11 Update README.md
new c3129f8 Create README.md
new 17fa03f Update README.md
new ee075b0 Update README.md
new bcd6d86 use latest Maven Wagon as it seems more reliable to upload as
the 2.2 version
new 465bb09 wagon is not a plugin
new e1cd26e Merge pull request #1 from ebarboni/master
new aa83428 plugin version cobertura -> 2.6 (site generation impossible
with lower version) issues tracking to github
new 045dcfa space
new fbd3306 fix link in buildinstallers-mojo to remove codehaus, fix
layout for upgrade page and link to github rewritten issue, allow maven
properties in index.apt to stick to current version in pom
new 584e19b Merge pull request #2 from ebarboni/plugin_update
new 0e34d36 Merge pull request #4 from ebarboni/site_update
new 7a7a406 upgrade parent, update dev connection
new 2046dce upgrade parent, fix enforcer rule
new 64b69e2 #6 when transitive classes are read, don't emit warnings and
don't fail build when friend dependency headers are found, we are after a
different thing here, it only matters for direct dependencies that actually end
up in manifest
new 137e78c update parent, fix scm.
new 66b3c38 let's try 36
new daeaf71 [maven-release-plugin] prepare release nbm-maven-harness-8.0
new b32a901 [maven-release-plugin] prepare for next development iteration
new 5b8c263 revert changes to the pom after failed release, include a
dummy java file to have release generate a source and javadoc jars. That
satisfies a rule on oss.sonatype.org for merging into central
new 2eb4753 [maven-release-plugin] prepare release nbm-maven-harness-8.0
new e809fe3 [maven-release-plugin] prepare for next development iteration
new d550cad #1 upgrade minimal required maven to 3.0.5
new 151849a [maven-release-plugin] prepare release nbm-maven-plugin-4.0
new 8649bad [maven-release-plugin] prepare for next development iteration
new ee883c3 add it test to nbm-maven-plugin
new 9b22eeb fix-plexus api error
new 1a5fb08 Merge pull request #9 from ebarboni/fix-plexus
new efa2ae5 Merge pull request #10 from ebarboni/nbm-it-test
new 952f156 codeship
new 629d52e fix test
new e99c8b0 codeship status
new 146e3cd [maven-release-plugin] prepare release nbm-maven-plugin-4.0.1
new 4e7a86e [maven-release-plugin] prepare for next development iteration
new d2f1e7a change pom to reflect mojohaus migration
new ac1587f ignore target folder
new e4d78b6 Merge pull request #2 from ebarboni/master
new 42b376a fix error for javadoc in case of jdk8 build limit warning on
javadoc by adding description
new dca0143 upgrade version in pom to get rid of the plexus error if
building with maven 3.3.3
new ec4ec58 Merge remote-tracking branch 'upstream/master'
new be293f7 upgrade to nb release 8.1
new 3638dba adjust CreateWebstartAppMojo to changes in NB trunk - in case
of osgi bundles is codenameBase given by Bundle-SymbolicName - skip
org.objectweb.asm.all in .generateExtensions
new 86b6cf6 NB release 8.1 - set version to 4.1 - depend on
nbm-maven-harness 8.1
new 3fa38b3 Update pom.xml
new cf3c198 Update pom.xml
new 6c74316 Update CreateWebstartAppMojo.java
new 098e92c NB release 8.1 - changed nbm-maven-plugin version in pom
template
new 0f750f4 NB release 8.1 - changed nbm-maven-plugin version in pom
template
new 4b5cd0a Merge pull request #1 from tstupka/master
new e2bef0d [maven-release-plugin] prepare release nbm-maven-harness-8.1
new 9f4ab06 [maven-release-plugin] prepare for next development iteration
new 0892393 Merge pull request #13 from ebarboni/master
new d032ab2 Merge pull request #14 from tstupka/master
new b6a3e1c [maven-release-plugin] prepare release nbm-maven-plugin-4.1
new 2281290 [maven-release-plugin] prepare for next development iteration
new 0e9ee8e Merge pull request #1 from tstupka/master
new 9fd8f43 use 4.1 of nbm-maven-plugin
new 63fbcd2 upgrade archetype to github + netbeans 8.1 + nbm-maven-plugin
4.1
new c9f7b60 upgrade archetype to github + netbeans 8.1 + nbm-maven-plugin
4.1
new 2b408dc [maven-release-plugin] prepare release nbm-archetype-1.15
new 7dcfcd1 [maven-release-plugin] prepare for next development iteration
new 09362ed [maven-release-plugin] prepare release
netbeans-platform-app-archetype-1.20
new 4115c58 [maven-release-plugin] prepare for next development iteration
new 7ab4919 Merge pull request #1 from tstupka/master
new 40806fb try external as final fallback
new d32d36e Merge pull request #3 from ebarboni/master
new bc9a039 various jdk level hints
new 4806a04 use RELEASE81 for tests
new 1ed1b3a Merge pull request #16 from ebarboni/master
new d55b0a6 Replace screencast by netbeans tutorial. Add more color.
new 56b6f1c Merge pull request #18 from ebarboni/master
new d2ae5ca Update pom.xml
new 30fbf03 Merge pull request #2 from ebarboni/patch-1
new cb4faa0 [maven-release-plugin] prepare release nbm-maven-harness-8.2
new 974b8ea [maven-release-plugin] prepare for next development iteration
new 6f34d8d Update pom.xml to Netbeans 8.2 Artifacts
new af2857b Merge pull request #22 from ebarboni/patch-2
new 0a217dd #27 avoid explicit target location, use project's build
directory
new 3c5b254 change ow2.asm dependency seems to fix #10
new f066359 Merge pull request #31 from ebarboni/asm
new 3978490 update to maven jar 3.0+
new b85322a use properties to fix version
new a549e01 Merge pull request #32 from ebarboni/jar302
new ddb59d3 javadoc warning
new 4e7842e migration to mojohaus + reporting section
new 80ff33d remove unused dependencies
new 9213933 removed as this element is intended for maven-plugin
new 170bc13 remove plugin related to maven-plugin infra and testing
harness dependencies (not needed for this artifact)
new 34e833a HelpMojo is not generated useless to exclude
new 7377d83 remove not needed dependencies
new 5c6cbbe Merge pull request #1 from ebarboni/jdk
new 7047973 update pom
new 68a4df1 update pom
new 1536192 reporting + web page fix
new 394070b make nb-repository-plugin download runnable on maven 3.5+
new 76e1dba integration test
new c1999da Merge pull request #34 from ebarboni/report1
new 05e0fe1 maven related version update
new eeb0085 prerequisite maven 3.1.1
new ce6de8b indexer 6.0.0 + sisu removal
new 22ea1b6 version maven to 3.1.1 with properties keep prerequisites
hardcoded
new b046c9b Merge pull request #4 from ebarboni/indexer
new 9747194 fix javadoc
new 8476143 reporting section for maven future
new 8f0d453 Merge pull request #5 from ebarboni/reporting
new 5bf8efb try to fix error on jdk 10 during branding (bumping version)
new de3e99e Merge pull request #35 from ebarboni/jdk10
new e962e93 maven-dependency-analyzer version upgrade to 1.10
new 1210ee5 Merge pull request #39 from jGauravGupta/master
new c4702f0 add rat report
new 6c7cc82 add rat report
new 454cc25 add some licence
new 48a487b Merge pull request #2 from ebarboni/lice
new 8541ab1 Merge pull request #44 from ebarboni/lice
new aa1f2c3 move nbm-maven-plugin to his directory
new bfdf36e Merge remote-tracking branch 'nbm-maven-harness/master' into
preparation
new fec45c3 move nbm-maven-harness to his directory
new 517faec Merge remote-tracking branch 'nbm-shared/master' into
preparation
new c994588 move nbm-shared to his directory
new f62e958 move nb-repository-plugin to his directory
new a496aff Merge remote-tracking branch 'nbm-suite-root/master' into
preparation
new a7a12c9 move nbm-suite-root to his directory
new 67f44f5 move nbm-archetype to his directory
new 161d89d move netbeans-platform-app-archetype to his directory
new 4f25f6a Merge pull request #49 from ebarboni/preparation
new 8e4163c nbm-maven-plugin licence header (except mf files)
new 104a149 nb-repository licence header
new efd607d LICENCE Change to Apache 2.0 (this tools will handle RELEASE
90 Netbeans that is under Apache Licence)
new 2f7e211 Licence to apache 2.0 add rat report, exclude file in
resources
new c6407a4 gitignore
new 80021ab Merge pull request #50 from ebarboni/licence
new 2cd0c95 Imported Mojohaus from hash
80021ab48705a199513abdf2ad9fc339a8c000e2
The 1147 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists