[ http://jira.codehaus.org/browse/MNG-1375?page=all ]
Brett Porter updated MNG-1375:
--
Description:
According to the Plugin-Matrix on the Maven2 page the IDEA plugin is final and
has all features of the Maven1 IDEA plugin. It even says it was reviewed and
[ http://jira.codehaus.org/browse/MNG-1363?page=all ]
Brett Porter updated MNG-1363:
--
Description:
java
tools
[1.4,1.5)
${java.home}/../lib/tools.jar
system
If this dependency is present maven tries to download from
[ http://jira.codehaus.org/browse/MNG-1323?page=comments#action_50012 ]
Kenney Westerhof commented on MNG-1323:
---
I don't think so - inheritance doesn't play a role. The parent-pom is just an
empty pom stating 1 module -> the pom discussed above.
I'll f
[ http://jira.codehaus.org/browse/MNG-1362?page=all ]
Brett Porter updated MNG-1362:
--
Description:
I'd like to change my target dir to be target/maven instead of target/
First problem:
===
If I add the following to my pom.xml:
${basedir}/targ
[ http://jira.codehaus.org/browse/MNG-1359?page=comments#action_50010 ]
Brett Porter commented on MNG-1359:
---
this already does it for SVN, but not others
> release plugin must rewrite scm connection (for svn projects) url in tagged
> pom or set scm tag in
[ http://jira.codehaus.org/browse/MNG-1358?page=all ]
Brett Porter updated MNG-1358:
--
Description:
I have got the task working to pull in the various deployment wagons
But when I run a deploy target and use the scp:// protocol , I get the u
[ http://jira.codehaus.org/browse/MNG-1356?page=all ]
Brett Porter updated MNG-1356:
--
Description:
Here's a use case where I'd need ${java.io.tmp.dir} interpolated in my pom.xml:
Some plugins output things. Some of those things can be transient and putting
[ http://jira.codehaus.org/browse/MNG-1355?page=all ]
Brett Porter updated MNG-1355:
--
Description:
In my open-source project (http://svn.projxperts.com/mmm/trunk/) I get an
java.lang.StackOverflowError when I can mvn.
This seems to have something to do wit
[ http://jira.codehaus.org/browse/MNG-1354?page=all ]
Brett Porter closed MNG-1354:
-
Assign To: Brett Porter
Resolution: Duplicate
Fix Version: (was: 2.0.1)
it was on the tag:
http://svn.apache.org/viewcvs.cgi/maven/components/tags/maven-
[ http://jira.codehaus.org/browse/MNG-1354?page=all ]
Brett Porter reopened MNG-1354:
---
> NPE when plugins throw certain exceptions
> -
>
> Key: MNG-1354
> URL: http://jira.codehaus.org/browse/MNG-1
[ http://jira.codehaus.org/browse/MNG-1353?page=all ]
Brett Porter updated MNG-1353:
--
Description:
This is really important for several reasons:
* I don't like to clutter my main plugin package with POJO classes. For the
Cargo m2 plugin I have 7-8 POJO cl
When profile selected in command line doesn't exist print a warning/error
-
Key: MNG-1420
URL: http://jira.codehaus.org/browse/MNG-1420
Project: Maven 2
Type: Improvement
Versions: 2.0
[ http://jira.codehaus.org/browse/MNG-1418?page=all ]
Carlos Sanchez updated MNG-1418:
Summary: When proxy host doesn't exist print a warning instead of silently
ignore (was: When proxy is not reachable print a warning instead of silently
ignore)
> Wh
resolve outstanding wagon issues
Key: MNG-1419
URL: http://jira.codehaus.org/browse/MNG-1419
Project: Maven 2
Type: Bug
Components: maven-artifact
Reporter: Brett Porter
Fix For: 2.0.1
--
This message is automaticall
When proxy is not reachable print a warning instead of silently ignore
--
Key: MNG-1418
URL: http://jira.codehaus.org/browse/MNG-1418
Project: Maven 2
Type: Improvement
Versions: 2.0
Repo
[ http://jira.codehaus.org/browse/MNG-1351?page=all ]
Brett Porter closed MNG-1351:
-
Assign To: Brett Porter
Resolution: Duplicate
> Improve error handling and message
> --
>
> Key: MNG-1351
> URL:
[ http://jira.codehaus.org/browse/MNG-1352?page=all ]
Brett Porter updated MNG-1352:
--
Description:
As you can see below the message has an "OR" but the 2 alternatives are the
same:
C:\dev\cargo\trunk\samples\extensions\maven2>mvn clean
org.codehaus.carg
[ http://jira.codehaus.org/browse/MNG-1347?page=all ]
Brett Porter updated MNG-1347:
--
Description:
Create a Mojo class that extends some base class that itself defines a
parameter that uses a setter. Here's an example:
public class Base extends AbstractM
[ http://jira.codehaus.org/browse/MNG-1340?page=all ]
Brett Porter updated MNG-1340:
--
Fix Version: 2.0.1
Environment:
> antlib doesn't check SNAPSHOTs
> --
>
> Key: MNG-1340
> URL: http://jira.codehaus.org/
[ http://jira.codehaus.org/browse/MNG-1346?page=all ]
Brett Porter updated MNG-1346:
--
Description:
The documentation page for the configuration of a Mojo, as currently generated,
only documents basic types (booleans, Lists, Sets, Properties) but fails
to sa
[ http://jira.codehaus.org/browse/MNG-1417?page=comments#action_50005 ]
Carlos Sanchez commented on MNG-1417:
-
A workaround is exclude the relocated artifacts where used
struts
struts
1.2.7
[ http://jira.codehaus.org/browse/MNG-1337?page=all ]
Brett Porter updated MNG-1337:
--
Description:
Currently there are a few problems with POM interpolation:
1) Things like ${pom.organization.name} show with the ${pom.name}
2) ${pom.build.directory} is al
[ http://jira.codehaus.org/browse/MNG-1334?page=all ]
Brett Porter closed MNG-1334:
-
Assign To: Brett Porter
Resolution: Won't Fix
...
${java.home}/lib/tools.jar
can be added to the antrun plugin
> classpath related error when invoking the
[ http://jira.codehaus.org/browse/MNG-1331?page=all ]
Brett Porter updated MNG-1331:
--
Description:
maven could offer a configurable way to include project licenses in the jar,
briefly discussed on IRC today
jorgdoes m2 have anything built-in
[ http://jira.codehaus.org/browse/MNG-1326?page=all ]
Brett Porter updated MNG-1326:
--
Description:
INTRODUCTION
This feature is about Maven being able to automatically download source for
dependent projects and compile them.
The desired procedure would be
[ http://jira.codehaus.org/browse/MNG-1330?page=all ]
Brett Porter updated MNG-1330:
--
Description:
a element of some sort would allow projects to easily
deal with mock classes.
At the moment you would have to create a separate module myproject-mocks and
[ http://jira.codehaus.org/browse/MNG-1323?page=all ]
Brett Porter updated MNG-1323:
--
Description:
I've added a dependency on an Ant Task in
project/build/plugins/plugin[artifactId='maven-antrun-plugin']/dependencies/
and run that anttask using the antrun
[ http://jira.codehaus.org/browse/MNG-1320?page=comments#action_50001 ]
Brett Porter commented on MNG-1320:
---
its not "corrupt". Its written as default, which is no versions. It doesn't try
again for another day.
1) its not empty, its just written out with
Relocated artifacts hide other versions that should be picked
-
Key: MNG-1417
URL: http://jira.codehaus.org/browse/MNG-1417
Project: Maven 2
Type: Bug
Versions: 2.0
Reporter: Carlos Sanchez
P
[ http://jira.codehaus.org/browse/MNG-1318?page=all ]
Brett Porter updated MNG-1318:
--
Description:
When running Maven 2 by calling mvn.bat on Windows 2000 (SP4) the batch file
sets M2_HOME to a value including the name of the batch file itself.
This result
[ http://jira.codehaus.org/browse/MNG-1317?page=all ]
Brett Porter updated MNG-1317:
--
Description:
the m2.bat doesn't work on Windows 2000.
This batch uses '%~dps0\mvn %*' to call the mvn batch file. %~dps0 expands to
the path including the batch name, re
[ http://jira.codehaus.org/browse/MNG-1316?page=all ]
Brett Porter updated MNG-1316:
--
Description:
My project refers to several artifacts that have a element,
refering to jar files in the ${basedir}/lib directory. The projects builds
fine, but the depend
[ http://jira.codehaus.org/browse/MNG-1313?page=all ]
Brett Porter closed MNG-1313:
-
Assign To: Brett Porter
Resolution: Duplicate
> maven-surefire-plugin cannot test custom charset providers specified in
> META-INF/services/java.nio.charset.spi.C
[ http://jira.codehaus.org/browse/MNG-1311?page=all ]
Brett Porter updated MNG-1311:
--
Description:
If you run the assembly plugin in an execution for a phase (like package), it
goes into an endless loop. I am using the verify phase as the work-around.
Enco
[ http://jira.codehaus.org/browse/MNG-1308?page=all ]
Brett Porter updated MNG-1308:
--
Description:
the embedder is not present at any remote repository currently.
i was not able to build it from trunk either.
that prevents work on IDE intergration.
was
[ http://jira.codehaus.org/browse/MNG-1256?page=comments#action_5 ]
Brett Porter commented on MNG-1256:
---
I don't understand how it can get the directory listing when requesting the
metadata file.
Can you please upload a zip of a project that exhibits
[ http://jira.codehaus.org/browse/MNG-1303?page=all ]
Brett Porter updated MNG-1303:
--
Description:
I use the common-digester to parse a configuration file. When I do this in a
test case I get the following error.
javax.xml.parsers.FactoryConfigurationErro
[ http://jira.codehaus.org/browse/MNG-1298?page=all ]
Brett Porter closed MNG-1298:
-
Assign To: Brett Porter
Resolution: Won't Fix
requiresReports doesn't do what you need here.
Please try @aggregator on the report that is configured in the root p
[
http://jira.codehaus.org/browse/MAVENUPLOAD-577?page=comments#action_49997 ]
Brian Bonner commented on MAVENUPLOAD-577:
--
Bundle URL is:
http://jira.codehaus.org/secure/attachment/17389/jt400-4.7.0-bundle.jar
> jt400-4.7.0-bundle
> -
[
http://jira.codehaus.org/browse/MAVENUPLOAD-578?page=comments#action_49996 ]
Brian Bonner commented on MAVENUPLOAD-578:
--
Bundle URL is:
http://jira.codehaus.org/secure/attachment/17390/jt400-4.8.0-bundle.jar
> jt400-4.8.0-bundle
> -
jt400-4.8.0-bundle
--
Key: MAVENUPLOAD-578
URL: http://jira.codehaus.org/browse/MAVENUPLOAD-578
Project: maven-upload-requests
Type: Task
Reporter: Brian Bonner
Attachments: jt400-4.8.0-bundle.jar
http://jt400.sourceforge.net/
http://jt400.sour
jt400-4.7.0-bundle
--
Key: MAVENUPLOAD-577
URL: http://jira.codehaus.org/browse/MAVENUPLOAD-577
Project: maven-upload-requests
Type: Task
Reporter: Brian Bonner
Attachments: jt400-4.7.0-bundle.jar
http://jt400.sourceforge.net/
http://jt400.sour
I was really hoping for a unit test on this instead. There is a suite
there already
[EMAIL PROTECTED] wrote:
Author: jdcasey
Date: Thu Nov 3 17:39:23 2005
New Revision: 330681
URL: http://svn.apache.org/viewcvs?rev=330681&view=rev
Log:
Adding test case for preserving system scope on tran
Distribution:
http://maven.zones.apache.org/~maven/builds/m2-20051104.014500.tar.gz
Log:
http://maven.zones.apache.org/~maven/logs/m2-build-log-20051104.014500.txt
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional comman
it was a tiny bit convoluted, took a while to explain it clearly
thanks though jdcasey
On 11/3/05, John Casey <[EMAIL PROTECTED]> wrote:
>
> -BEGIN PGP SIGNED MESSAGE-
> Hash: SHA1
>
> I'll go back and add a test tonight.
>
> Brett Porter wrote:
> | Where is the test?
> |
> | There are al
Distribution:
http://maven.zones.apache.org/~continuum/builds/continuum-20051104.010001.tar.gz
Log:
http://maven.zones.apache.org/~continuum/logs/continuum-build-log-20051104.010001.txt
[ http://jira.codehaus.org/browse/MNG-1413?page=all ]
Brett Porter closed MNG-1413:
-
Assign To: Brett Porter
Resolution: Fixed
> code-format links are broken on the Maven site.
> ---
>
> Key: MNG
Distribution:
http://maven.zones.apache.org/~maven/builds/m2-20051104.001501.tar.gz
Log:
http://maven.zones.apache.org/~maven/logs/m2-build-log-20051104.001501.txt
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional comman
[ http://jira.codehaus.org/browse/MNG-1415?page=comments#action_49988 ]
Alexandre Poitras commented on MNG-1415:
Seems related to http://jira.codehaus.org/browse/MNG-1389
> quoted arguments are not being protected
> --
[ http://jira.codehaus.org/browse/MNG-1416?page=all ]
K.C. Baltz updated MNG-1416:
Attachment: MNG-1416-maven-settings.patch
Here's the patch
> Patch: Small addition to Settings.xml documentation
>
>
>
Patch: Small addition to Settings.xml documentation
Key: MNG-1416
URL: http://jira.codehaus.org/browse/MNG-1416
Project: Maven 2
Type: Improvement
Components: documentation - general
Reporter: K.C. Baltz
quoted arguments are not being protected
Key: MNG-1415
URL: http://jira.codehaus.org/browse/MNG-1415
Project: Maven 2
Type: Bug
Environment: Linux
Reporter: Matthew Pocock
Priority: Critical
Arguments with whitespac
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
I'll go back and add a test tonight.
Brett Porter wrote:
| Where is the test?
|
| There are already a set of unit tests for scoping, this needs to be
| added. The behaviour also need sto be documented (with a reason) so that
| it doesn't later get ch
Distribution:
http://maven.zones.apache.org/~maven/builds/m2-20051103.220002.tar.gz
Log:
http://maven.zones.apache.org/~maven/logs/m2-build-log-20051103.220002.txt
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional comman
[ http://jira.codehaus.org/browse/MNG-1414?page=all ]
Brett Porter closed MNG-1414:
-
Assign To: Brett Porter
Resolution: Duplicate
> Maven dies when trying to report a plugin error
> ---
>
> Key:
[ http://jira.codehaus.org/browse/CONTINUUM-413?page=comments#action_49985
]
Emmanuel Venisse commented on CONTINUUM-413:
you need to refresh you page.
content is :
Continuum uses the command line return code for detecting a successful or
fail
Maven dies when trying to report a plugin error
---
Key: MNG-1414
URL: http://jira.codehaus.org/browse/MNG-1414
Project: Maven 2
Type: Bug
Versions: 2.0
Reporter: mike perham
While trying to build an EAR with
[ http://jira.codehaus.org/browse/MNG-1322?page=all ]
John Casey closed MNG-1322:
---
Resolution: Fixed
Applied, with a small change. Thanks, Allan, and sorry for the misattribution
in the SVN log!
The change was to throw a MojoFailureException instead of
In-Reply-To: <[EMAIL PROTECTED]>
Mime-Version: 1.0
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: 7bit
[ http://jira.codehaus.org/browse/MEV-171?page=comments#action_49981 ]
Alexandre Poitras commented on MEV-171:
---
Delete this
Distribution:
http://maven.zones.apache.org/~maven/builds/m2-20051103.211500.tar.gz
Log:
http://maven.zones.apache.org/~maven/logs/m2-build-log-20051103.211500.txt
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional comman
[ http://jira.codehaus.org/browse/MAVEN-1721?page=all ]
Brett Porter closed MAVEN-1721:
---
Assign To: Brett Porter
Resolution: Won't Fix
you have Maven 1.0.2 in your path before Maven 1.1. That needs to be removed.
> On start fails with FactoryCon
On start fails with FactoryConfigurationError class not found
-
Key: MAVEN-1721
URL: http://jira.codehaus.org/browse/MAVEN-1721
Project: Maven
Type: Bug
Versions: 1.1-beta-2
Environment: win xp sp 2
[ http://jira.codehaus.org/browse/MNG-1322?page=all ]
John Casey updated MNG-1322:
Fix Version: 2.0.1
> Install-file zeros file if the source file is the target file.
> --
>
> Key: MNG-1322
[ http://jira.codehaus.org/browse/MNG-1345?page=all ]
John Casey closed MNG-1345:
---
Resolution: Fixed
Applied Edwin's patch, with a minor change:
I followed Jerome's suggestion and coded it to throw an exception when
outputDir.mkdirs() returns false. The
Where is the test?
There are already a set of unit tests for scoping, this needs to be
added. The behaviour also need sto be documented (with a reason) so that
it doesn't later get changed for someone using it differently.
- Brett
[EMAIL PROTECTED] wrote:
Author: jdcasey
Date: Thu Nov 3 13
[ http://jira.codehaus.org/browse/MEV-169?page=comments#action_49975 ]
Carlos Sanchez commented on MEV-169:
4.0.0
tagsoup
tagsoup
0.9.7
org.ccil.cowan.tagsoup
tagsoup
> Relocated dependency for tagsoup in xom
> -
[ http://jira.codehaus.org/browse/MAVENUPLOAD-573?page=all ]
Carlos Sanchez closed MAVENUPLOAD-573:
--
Assign To: Carlos Sanchez
Resolution: Fixed
> Please upload tagsoup 0.9.7
> ---
>
> Key: MAVENUPLOAD-573
[ http://jira.codehaus.org/browse/MNG-1407?page=all ]
Brett Porter closed MNG-1407:
-
Assign To: Brett Porter
Resolution: Duplicate
> option on install-file to generate a skeleton pom
> -
>
>
[ http://jira.codehaus.org/browse/MAVENUPLOAD-572?page=all ]
Carlos Sanchez closed MAVENUPLOAD-572:
--
Assign To: Carlos Sanchez
Resolution: Fixed
> iCal4j 0.9.17 - Maven bundle
>
>
> Key: MAVENUPLOAD-57
Hi there,
The svn trunk eclipse plugin tests are failing for me under cygwin.
The problem is that some parts of the project/classpath/setting
writers are using absolute paths, and in others they're using
canonical paths.
The abstract test always replaces ${basedir} with either the basedir
system
[ http://jira.codehaus.org/browse/CONTINUUM-413?page=all ]
Emmanuel Venisse closed CONTINUUM-413:
--
Assign To: Emmanuel Venisse
Resolution: Fixed
Fix Version: 1.1
Faqs are updated
> build reported as successful on win xp even when ma
[ http://jira.codehaus.org/browse/MAVENUPLOAD-574?page=all ]
Carlos Sanchez closed MAVENUPLOAD-574:
--
Assign To: Carlos Sanchez
Resolution: Fixed
> add saxon-xpath 8.5.1 to repository
> ---
>
> Key:
The mojo.codehaus.org one is SVN::Notify 2.49
http://search.cpan.org/dist/SVN-Notify/
- Brett
Mark Hobson wrote:
On 03/11/05, Mark Hobson <[EMAIL PROTECTED]> wrote:
On 03/11/05, Piotr Bzdyl <[EMAIL PROTECTED]> wrote:
It is very similar to this layout (in my email reader some colours are
di
[ http://jira.codehaus.org/browse/MAVENUPLOAD-576?page=all ]
Carlos Sanchez closed MAVENUPLOAD-576:
--
Assign To: Carlos Sanchez
Resolution: Fixed
> New version of smack jabber extensions from jivesoftware
> -
[ http://jira.codehaus.org/browse/MAVENUPLOAD-575?page=all ]
Carlos Sanchez closed MAVENUPLOAD-575:
--
Assign To: Carlos Sanchez
Resolution: Fixed
> New version of smack jabber api from jivesoftware
>
New version of smack jabber extensions from jivesoftware
Key: MAVENUPLOAD-576
URL: http://jira.codehaus.org/browse/MAVENUPLOAD-576
Project: maven-upload-requests
Type: Task
Reporter: Emmanuel Venisse
--
New version of smack jabber api from jivesoftware
-
Key: MAVENUPLOAD-575
URL: http://jira.codehaus.org/browse/MAVENUPLOAD-575
Project: maven-upload-requests
Type: Task
Reporter: Emmanuel Venisse
--
This message
In-Reply-To: <[EMAIL PROTECTED]>
Mime-Version: 1.0
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: 7bit
[ http://jira.codehaus.org/browse/MEV-171?page=comments#action_49969 ]
Jean-Laurent de Morlhon commented on MEV-171:
-
code-format links are broken on the Maven site.
---
Key: MNG-1413
URL: http://jira.codehaus.org/browse/MNG-1413
Project: Maven 2
Type: Bug
Reporter: John Casey
this will affect users' abilities to submit good patches.
[ http://jira.codehaus.org/browse/MNG-1409?page=comments#action_49955 ]
Lukas Theussl commented on MNG-1409:
The german translation also has some problems. The properties files are UTF-8
encoded, but the html output is unreadable (even with -Dfile.encodi
[ http://jira.codehaus.org/browse/MEV-166?page=all ]
Carlos Sanchez closed MEV-166:
--
Assign To: Carlos Sanchez
Resolution: Fixed
Fixed icu relocation to icu4j
> Incorrect dependency for icu4j in xom
> -
>
>
[ http://jira.codehaus.org/browse/CONTINUUM-358?page=comments#action_49952
]
Emmanuel Venisse commented on CONTINUUM-358:
seems to be good.
just a little remark, why do you want to disable User Management? I think some
installation will require
[ http://jira.codehaus.org/browse/MNG-1409?page=all ]
Vincent Siveton updated MNG-1409:
-
Attachment: plexus-site-renderer.diff
plexus-site-renderer.diff
> Various encoding problems with InputStream and XML
> -
[ http://jira.codehaus.org/browse/MNG-1409?page=all ]
Vincent Siveton updated MNG-1409:
-
Attachment: plexus-utils_2.diff
plexus-utils_2.diff
> Various encoding problems with InputStream and XML
> --
>
>
[ http://jira.codehaus.org/browse/MNG-1409?page=all ]
Vincent Siveton updated MNG-1409:
-
Attachment: plexus-utils.diff
plexus-utils.diff
> Various encoding problems with InputStream and XML
> --
>
>
[ http://jira.codehaus.org/browse/MNG-1409?page=all ]
Vincent Siveton updated MNG-1409:
-
Attachment: plexus-i18n.diff
plexus-i18n.diff
> Various encoding problems with InputStream and XML
> --
>
>
[ http://jira.codehaus.org/browse/MNG-1409?page=comments#action_49947 ]
Vincent Siveton commented on MNG-1409:
--
This issue appears currently for a Japanese translation and maybe for other
East Asian languages (CJK charsets).
- Using a VM parameter coul
.classpath should have nearest order
Key: MNG-1412
URL: http://jira.codehaus.org/browse/MNG-1412
Project: Maven 2
Type: Bug
Components: maven-eclipse-plugin
Versions: 2.0
Reporter: Mark Hobson
The .classpath file
[ http://jira.codehaus.org/browse/MNG-1409?page=all ]
Vincent Siveton updated MNG-1409:
-
Component: maven-site-plugin
> Various encoding problems with InputStream and XML
> --
>
> Key: MNG-1409
>
[ http://jira.codehaus.org/browse/CONTINUUM-358?page=comments#action_49945
]
Frank Zhao commented on CONTINUUM-358:
--
Motivation: Save the work of creating/managing Continuum users by using the
existing LDAP server for user authentication.
Proposed LD
In-Reply-To: <[EMAIL PROTECTED]>
Mime-Version: 1.0
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: 7bit
[ http://jira.codehaus.org/browse/MEV-171?page=comments#action_49944 ]
Alexandre Poitras commented on MEV-171:
---
Would be nic
In-Reply-To: <[EMAIL PROTECTED]>
Mime-Version: 1.0
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: 7bit
[ http://jira.codehaus.org/browse/MEV-171?page=comments#action_49943 ]
Alexandre Poitras commented on MEV-171:
---
Whoops get r
Mime-Version: 1.0
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: 7bit
MyFaces is complete mess
--
Key: MEV-171
URL: http://jira.codehaus.org/browse/MEV-171
Project: Maven Evangelism
Type: Bug
Components: Dependenci
mvn site:site generates empty javadoc report
Key: MNG-1411
URL: http://jira.codehaus.org/browse/MNG-1411
Project: Maven 2
Type: Bug
Components: maven-site-plugin
Reporter: Boris Boehlen
When I invoke mvn site:sit
Hi,
I had a unexpected exception when generating the dependencies report
for my project, calling "mvn site".
Here is the output from maven:
[INFO] Generate "Dependencies" report.
[INFO]
[ERROR] FATAL ERROR
[INFO]
Timestamped snapshot dependencies added as file refs rather than project refs
-
Key: MNG-1410
URL: http://jira.codehaus.org/browse/MNG-1410
Project: Maven 2
Type: Bug
Components: maven-ecli
[ http://jira.codehaus.org/browse/MNG-1345?page=all ]
John Casey updated MNG-1345:
Description:
"No such file or directory" when resource targetdirectory contains "../" and
target/classes does not exist.
example:
../gen
add saxon-xpath 8.5.1 to repository
---
Key: MAVENUPLOAD-574
URL: http://jira.codehaus.org/browse/MAVENUPLOAD-574
Project: maven-upload-requests
Type: Task
Reporter: Dan Allen
In addition to the saxon 8.5.1, I would like to also
[ http://jira.codehaus.org/browse/MNG-1387?page=all ]
Erick Dovale updated MNG-1387:
--
Attachment: test-surefire.zip
an empty project with 1 single unit test that will make surefire reporting to
blow by redifing the toString method of the test case
> suref
[ http://jira.codehaus.org/browse/MNG-1387?page=comments#action_49940 ]
Erick Dovale commented on MNG-1387:
---
I think I just figure out this problem.
As I said before the problem is caused when searching for a ( when there is
none.
The reason for the probl
1 - 100 of 136 matches
Mail list logo