~ubuntu-branches/debian/sid/wagon2/sid

« back to all changes in this revision

Viewing changes to wagon-providers/wagon-scm/src/site/apt/index.apt

  • Committer: Package Import Robot
  • Author(s): Emmanuel Bourg
  • Date: 2013-05-16 01:37:59 UTC
  • mfrom: (1.1.1)
  • Revision ID: package-import@ubuntu.com-20130516013759-y1ex2xsoghuton6h
Tags: 2.4-1
* New upstream release
  - Removed the patch for CVE-2013-0253 fixed in version 2.4
  - Refreshed the patches
  - Added the required build dependency on libplexus-component-metadata-java
  - Added Maven rules to ignore bnd and plexus-maven-plugin
  - Added a patch to fix a type cast issue in ScmWagon.java
* Fix the watch file to report the most recent versions
* Use the upstream tarball instead of a svn tag to fetch the orig source
* debian/copyright: Fixed a typo in the Format URI

Show diffs side-by-side

added added

removed removed

Lines of Context:
34
34
 It enables Maven to use remote repositories stored in SCM systems (Subversion, CVS, ...)
35
35
 and to store Maven sites in SCMs.
36
36
 
37
 
 
38
37
Features
39
38
 
40
39
 * Deploy files and directories to several SCM using Maven SCM (only tested with CVS and SVN)
44
43
 
45
44
Known issues
46
45
 
47
 
 * If the file is changed by the SCM the checksum calculation may not work
 
46
 * If the file is changed by the SCM, the checksum calculation may not work
48
47
 
49
48
   * SVN: when a file has properties svn:eol-style or svn:keywords set
50
49
 
51
50
   * CVS: when keywords are expanded
 
51
 
 
52
 * Generated site may have inconsistent newlines (see {{{http://jira.codehaus.org/browse/MSITE-121}MSITE-121}}),
 
53
 preventing SCM check-in: prefer {{{http://maven.apache.org/plugins/maven-scm-publish-plugin/}maven-scm-publish-plugin}} to
 
54
 publish your site to SCM