Commit Graph

1611 Commits

Author SHA1 Message Date
epugh
c157baa4a2 Add myself, and update the project for the next version we are working on.
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@114223 13f79535-47bb-0310-9956-ffa450edef68
2003-10-18 21:40:03 +00:00
epugh
64a8e9bc8e Add support for multiple additional directoris in the eclipse classpath.
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@114222 13f79535-47bb-0310-9956-ffa450edef68
2003-10-18 21:39:43 +00:00
epugh
187c976b9f Add name to project list.
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@114221 13f79535-47bb-0310-9956-ffa450edef68
2003-10-18 21:21:23 +00:00
dion
f5230b42b1 update faq
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@114220 13f79535-47bb-0310-9956-ffa450edef68
2003-10-18 00:27:59 +00:00
jvanzyl
4634ebc56c o incorporating Mauro Televi's patch to the release plugin, these
changes have been battle tested with DNA/Loom.

  Mauro's comments are attached for posterity:

  ---

attached is a first crack that incorporates the release functionality
currently in DNA and Loom distribution modules.

Two types of distributions:
- bin: this requires user customisation - uses dependency properties to
assign a category to a dependency and via a property
Eg, maven.release.distribution.categories=shared:lib,tools:tools/lib
tells it to place any "shared" dependency in path lib/ and
"tools" dependendency in tools/lib.
User can postGoal release:setup-distribution-bin to add any further
content to distribution.

- src: uses SCM plugin out of a box :-) works quite well IMO.

distribution artifact names are customisable but default to
${maven.final.name}-[bin|src].[tar.gz|zip]

Patch has documentation updated - so feel free to browse,
and let me if too scarse or patch.

If you create an issue in jira I can also attach the patch to it.
(I'm not sure If I can create the issue myself on maven project)

Further work would include incorporating the wrapper exes for the
release,�� but perhaps that's better done via a separate plugin.


git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@114219 13f79535-47bb-0310-9956-ffa450edef68
2003-10-17 22:21:41 +00:00
bwalding
582557428b Now checks the StatusLine object which will be null if the validation failed badly.
This prevents an unexpected NPE when checking the status code.
PR: MAVEN-943


git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@114218 13f79535-47bb-0310-9956-ffa450edef68
2003-10-17 14:15:01 +00:00
dion
5d38fdf022 Apply MAVEN-940.
Doesn't seem to have that much of an effect though.


git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@114217 13f79535-47bb-0310-9956-ffa450edef68
2003-10-17 05:31:38 +00:00
dion
deb758fd38 Comment out test momentarily
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@114216 13f79535-47bb-0310-9956-ffa450edef68
2003-10-17 02:23:11 +00:00
dion
7aaed2733c Add test project.
Shows bad plugin.properties loading


git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@114215 13f79535-47bb-0310-9956-ffa450edef68
2003-10-17 01:56:25 +00:00
dion
e2dc0c3e94 Apply MAVEN-939
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@114214 13f79535-47bb-0310-9956-ffa450edef68
2003-10-17 01:23:51 +00:00
dion
fc06b198af Docs for fixes
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@114213 13f79535-47bb-0310-9956-ffa450edef68
2003-10-16 08:48:06 +00:00
dion
8b15fec7a1 - Prefix basedir on copied ant build file
- Only create ant build file if the project has source
- Only copy maven.src.dir if it exists


git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@114212 13f79535-47bb-0310-9956-ffa450edef68
2003-10-16 08:46:34 +00:00
dion
e91e5c55f6 Update docs/project
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@114211 13f79535-47bb-0310-9956-ffa450edef68
2003-10-16 08:13:19 +00:00
dion
ed61fd268e Move properties to plugin.properties
Prefix ant build file with basedir for reactored build


git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@114210 13f79535-47bb-0310-9956-ffa450edef68
2003-10-16 08:11:03 +00:00
dion
ae3c2e2070 Fix MAVEN-938
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@114209 13f79535-47bb-0310-9956-ffa450edef68
2003-10-16 07:56:57 +00:00
dion
43d4ffc276 Auto genned docs
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@114208 13f79535-47bb-0310-9956-ffa450edef68
2003-10-14 15:23:21 +00:00
dion
347aaadbd1 Ensure mandatory parameters are passed
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@114207 13f79535-47bb-0310-9956-ffa450edef68
2003-10-14 15:21:05 +00:00
dion
921100f72c Add logo properties
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@114206 13f79535-47bb-0310-9956-ffa450edef68
2003-10-14 15:20:10 +00:00
dion
26eb5ac2df Add properties for the logo position and it's width or height
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@114205 13f79535-47bb-0310-9956-ffa450edef68
2003-10-14 15:18:05 +00:00
dion
df72d0f765 Conditionally include license. If no license file is found, no license page is generated in the installer
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@114204 13f79535-47bb-0310-9956-ffa450edef68
2003-10-14 14:50:16 +00:00
dion
e2b4657295 typo
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@114203 13f79535-47bb-0310-9956-ffa450edef68
2003-10-14 07:33:04 +00:00
dion
74e1453db5 Don't trim
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@114202 13f79535-47bb-0310-9956-ffa450edef68
2003-10-14 07:30:09 +00:00
dion
dcb3a8277f - Use project provided includes where given
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@114201 13f79535-47bb-0310-9956-ffa450edef68
2003-10-14 07:27:13 +00:00
dion
bbffef4105 o Fix message on completion
o Reduce verbosity


git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@114200 13f79535-47bb-0310-9956-ffa450edef68
2003-10-14 07:07:26 +00:00
dion
4389752a53 Don't add branding image if no logo
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@114199 13f79535-47bb-0310-9956-ffa450edef68
2003-10-14 07:06:30 +00:00
dion
97052e0418 o Ensure maven.build.dir exists
o Make sure setup and project are generated before attempting compile


git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@114198 13f79535-47bb-0310-9956-ffa450edef68
2003-10-14 07:02:38 +00:00
dion
f856dc9576 Remove unneeded file
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@114197 13f79535-47bb-0310-9956-ffa450edef68
2003-10-14 07:01:06 +00:00
dion
398dbe4127 Escape NSIS variables
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@114196 13f79535-47bb-0310-9956-ffa450edef68
2003-10-14 07:00:45 +00:00
dion
a1a0240489 Add comments where includes will be needed
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@114195 13f79535-47bb-0310-9956-ffa450edef68
2003-10-14 06:53:43 +00:00
dion
4b51b7e353 Add some directories on the include list
Conditionally add the logo in


git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@114194 13f79535-47bb-0310-9956-ffa450edef68
2003-10-14 06:49:48 +00:00
dion
e7b381e1dc Conditionally define the logo
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@114193 13f79535-47bb-0310-9956-ffa450edef68
2003-10-14 06:47:53 +00:00
dion
499fe93a05 Add logo property
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@114192 13f79535-47bb-0310-9956-ffa450edef68
2003-10-14 06:44:23 +00:00
dion
27203f7c0c Start of nsis plugin.
NOT YET FUNCTIONAL.
Please help with it!!!


git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@114191 13f79535-47bb-0310-9956-ffa450edef68
2003-10-14 06:33:09 +00:00
dion
80734acc8d Prep for release
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@114189 13f79535-47bb-0310-9956-ffa450edef68
2003-10-14 01:20:01 +00:00
dion
2f333449e8 Prep for release
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@114188 13f79535-47bb-0310-9956-ffa450edef68
2003-10-14 01:11:56 +00:00
evenisse
c4f1ae133f Fix repository adresses
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@114186 13f79535-47bb-0310-9956-ffa450edef68
2003-10-10 19:21:02 +00:00
vmassol
6e2ce7d4db Fixed paths to license file, due to recent move from maven to maven-plugins CVS module.
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@114185 13f79535-47bb-0310-9956-ffa450edef68
2003-10-10 09:13:50 +00:00
vmassol
3b09cc534d update license date
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@114184 13f79535-47bb-0310-9956-ffa450edef68
2003-10-10 08:46:42 +00:00
vmassol
a1c42223a7 Added license so that plugins can use it for the checkstyle report and the license report
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@114183 13f79535-47bb-0310-9956-ffa450edef68
2003-10-10 08:43:19 +00:00
dion
41581888ce Update docs
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@114182 13f79535-47bb-0310-9956-ffa450edef68
2003-10-10 00:07:08 +00:00
dion
b42642e635 Update project and changes
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@114181 13f79535-47bb-0310-9956-ffa450edef68
2003-10-10 00:05:39 +00:00
dion
a7badd88b1 Apply MAVEN-904 with some changes for reporting.
Add a test project to test new functionality.


git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@114180 13f79535-47bb-0310-9956-ffa450edef68
2003-10-10 00:04:08 +00:00
dion
f0ce20ec34 Fix typo giving aslak credit back :-)
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@114179 13f79535-47bb-0310-9956-ffa450edef68
2003-10-08 17:07:44 +00:00
dion
3bdac7c039 Apply MAVEN-852
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@114178 13f79535-47bb-0310-9956-ffa450edef68
2003-10-08 16:56:34 +00:00
dion
f7aaf20e27 Apply MAVEN-850
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@114177 13f79535-47bb-0310-9956-ffa450edef68
2003-10-08 16:49:14 +00:00
dion
82a8f7b1ef Apply MAVEN-890
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@114176 13f79535-47bb-0310-9956-ffa450edef68
2003-10-08 16:41:59 +00:00
dion
caa6b2f593 Fix for MAVEN-888
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@114175 13f79535-47bb-0310-9956-ffa450edef68
2003-10-08 16:38:11 +00:00
dion
42e9ed012b Fix for Maven-887
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@114174 13f79535-47bb-0310-9956-ffa450edef68
2003-10-08 16:27:18 +00:00
dion
2f60e33976 Apply MAVEN-894
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@114173 13f79535-47bb-0310-9956-ffa450edef68
2003-10-08 16:22:00 +00:00
dion
46fcbb1f52 Fix reversions
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@114172 13f79535-47bb-0310-9956-ffa450edef68
2003-10-08 15:49:44 +00:00