Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "PackageDrone/0.12.0/NewAndNoteworthy"

(Created page with "This is the first release at the Eclipse Foundation. == New features == === Maven Import with dependencies === The maven import has the capability now to resolve dependenci...")
 
m
Line 14: Line 14:
  
 
== Fixes and improvements ==
 
== Fixes and improvements ==
 +
 +
* [https://github.com/eclipse/packagedrone/issues/2 #2]: Ignored default value of Bundle-Localization
  
 
=== Working on Windows ===
 
=== Working on Windows ===

Revision as of 07:42, 16 December 2015

This is the first release at the Eclipse Foundation.

New features

Maven Import with dependencies

The maven import has the capability now to resolve dependencies before triggering the import process. It also shows an overview of what would happen during the import and allows to include/exclude artifacts before actually performing the import process.

Changes

Probably some.

Fixes and improvements

  • #2: Ignored default value of Bundle-Localization

Working on Windows

The development setup and the server test has been enhanced to actually support the Windows platform. Package Drone can now be developed, tested and run on the Windows platform. However it is not tested as well as the Linux platform.

Fix the upload API

The upload API and with it the Jekins plugin where broken. This version does fix the upload API and works together with the new version of the Jenkins Plugin (0.2.0). The Jenkins plugin is not part of the Eclipse Package Drone project.

Known bugs and issues

A few.

Back to the top