+1 not included. This is very similar to maven-scm provider for
P4Java/Perforce it is maintained outside of maven.
Thanks
-Dan
On Tue, Sep 29, 2015 at 3:25 PM, jycr wrote:
> Github user jycr commented on the pull request:
>
> https://github.com/apache/maven-wagon/pull/10#issuecomment-1442
On 3 June 2015 at 18:14, Kristian Rosenvold
wrote:
> FYI; I am setting up a full copy of asf svn (just 65GB) and will be trying
> some imports once this is ready
>
How did this go?
Github user Tibor17 commented on the pull request:
https://github.com/apache/maven-surefire/pull/105#issuecomment-144214974
Thx for contributing. This PR was updated and merged with master. Feel free
to close it.
---
If your project is set up for it, you can reply to this email and h
Github user Tibor17 commented on the pull request:
https://github.com/apache/maven-surefire/pull/105#issuecomment-144211832
I made the required changes and going to push it to master.
I have to postpone the release because I found that parameter [1]
interrupted the build after
Github user jycr commented on the pull request:
https://github.com/apache/maven-wagon/pull/10#issuecomment-144208434
To be transparent with you, I've created this extension because I have not
found an effective way to share (in my company and all the projects it
manages), a rule to ex
Hi,
After diving more into this:
The line in NPE given 736 in AbstractZipArchiver (plexus-archiver:3.0.1):
// Close the output stream.
try
{
if ( zipArchiveOutputStream != null )
{
zOut.writeTo( zipArchiveOutputStream ); <-- 736
Hi Robert,
yes it works before i made the changes...
and just for the record i undone the changes and retested and it worked
as expected without the changes...
Kind regards
Karl Heinz Marbaise
On 9/29/15 9:58 PM, Robert Scholte wrote:
Hi Karl Heinz,
Just to be sure: did it work on your sys
Github user juherr commented on the pull request:
https://github.com/apache/maven-surefire/pull/105#issuecomment-144193053
I updated ranges with your comment
https://github.com/apache/maven-surefire/pull/106#issuecomment-143793736
About the documentation, I prefer to not add s
Github user michael-o commented on the pull request:
https://github.com/apache/maven-wagon/pull/10#issuecomment-144178112
I guess you are referring to `index.apt.vm`. It looks really funny and also
light a maintenance nightmare. Does this really make sense? Wouldn't it be
easier to pu
Hi Karl Heinz,
Just to be sure: did it work on your system before you made these changes?
Robert
Op Tue, 29 Sep 2015 20:31:03 +0200 schreef Karl Heinz Marbaise
:
Hi,
I'm trying to upgrade shared maven-archiver to 3.0 minimumetc.
dependencies etc. (Branch:
https://svn.apache.org/rep
Github user jycr commented on the pull request:
https://github.com/apache/maven-wagon/pull/10#issuecomment-144157463
I've added some documentations around how to use this feature.
Can you give me an example of IT (in a representative project/module) so I
can see how to do?
-
Hi,
I'm trying to upgrade shared maven-archiver to 3.0 minimumetc.
dependencies etc. (Branch:
https://svn.apache.org/repos/asf/maven/shared/branches/maven-archiver-3.0.0/)...
Currently i'm fighting with a single test which fails...and produces a
NPE in testRecreation test:
[INFO] Build
Github user michael-o commented on the pull request:
https://github.com/apache/maven-wagon/pull/10#issuecomment-144143446
I'd be interested to see an IT with your usecase.
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. I
Am 2015-09-28 um 22:40 schrieb ivange larry:
Hi all
My name is Ivange Larry, am from Cameroon and new to maven community. I
have followed the instructions on getting started as a developer in the
Apache maven community and below are a few of the things i have done so far.
First of all greeting
Github user Tibor17 commented on the pull request:
https://github.com/apache/maven-surefire/pull/105#issuecomment-144096998
@juherr I mean the configuration of plugin to be added in the documentation
[1] on the line 173 ?
[1] maven-surefire-plugin/src/site/apt/examples/testng.apt.v
Github user debovema closed the pull request at:
https://github.com/apache/maven-scm/pull/39
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is
Github user Tibor17 commented on the pull request:
https://github.com/apache/maven-surefire/pull/105#issuecomment-14404
@juherr
Can you open issue in TestNG and discussion with @cbeust, add a link in
surefire comment in our code describing why we have such branching. That's
i
Github user josephw closed the pull request at:
https://github.com/apache/maven/pull/65
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabl
Github user michael-o commented on the pull request:
https://github.com/apache/maven/pull/65#issuecomment-144029731
Fixed with 5cbc294e72c79955fb93c6434e9ac8ae7d9206cc. Please close.
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub
GitHub user o-orand opened a pull request:
https://github.com/apache/maven-plugins/pull/62
Prevents NPE in getMismatch
fix(analyze): in getMismatch, checks version extracted from dependencies
management is not null
You can merge this pull request into a Git repository by running:
Github user juherr commented on the pull request:
https://github.com/apache/maven-surefire/pull/105#issuecomment-144010693
@Tibor17 I didn't catch what I should add in the documentation as only
dataproviderthreadcount is tested for the moment.
---
If your project is set up for it, yo
Github user juherr commented on the pull request:
https://github.com/apache/maven-surefire/pull/105#issuecomment-144008010
In fact, they are taking effects in TestNG, but as I said, they are only
useful in specific cases. I don't know yet if it is a TestNG issue or not. I
will check w
Github user Tibor17 commented on the pull request:
https://github.com/apache/maven-surefire/pull/105#issuecomment-144006895
@juherr
Regarding
https://github.com/juherr/maven-surefire/commit/5ac824733ea4b8201e8acd5c1d6cead0301340ab
why the parameters are not taking any effect in T
Github user Tibor17 commented on the pull request:
https://github.com/apache/maven-surefire/pull/105#issuecomment-144005702
@juherr Can you please add the configuration detail in this use case in the
documentation [1] on the line 173 ?
I guess all people would be thankful.
[1]
Github user juherr commented on the pull request:
https://github.com/apache/maven-surefire/pull/105#issuecomment-144005599
Yes,
https://github.com/juherr/maven-surefire/commit/5ac824733ea4b8201e8acd5c1d6cead0301340ab
will avoid exception in TestNG if parameters are set.
I'm t
Github user Tibor17 commented on the pull request:
https://github.com/apache/maven-surefire/pull/105#issuecomment-144004816
@juherr LGTM. I would include this in 2.19.
Should we postpone suite thread count in the future release?
Do we need this change
https://github.com/juherr/
GitHub user debovema opened a pull request:
https://github.com/apache/maven-scm/pull/39
Fix "command line too long" bug in big 'gh-pages' repositories on Github
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/debovema/maven-scm m
Github user michael-o commented on the pull request:
https://github.com/apache/maven/pull/65#issuecomment-143988492
Already merged locally, running ITs...
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project do
Github user josephw commented on the pull request:
https://github.com/apache/maven/pull/65#issuecomment-143988014
Rebased onto 2a9a07b0a and re-pushed.
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does
Github user michael-o commented on the pull request:
https://github.com/apache/maven/pull/65#issuecomment-143978524
@josephw Can you kind rebase on current master?
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your p
Github user michael-o commented on the pull request:
https://github.com/apache/maven/pull/65#issuecomment-143977320
Indeed, just tried for today and Thai calender gives me `2558-09-29`.
---
If your project is set up for it, you can reply to this email and have your
reply appear on Git
Github user jycr commented on the pull request:
https://github.com/apache/maven-wagon/pull/10#issuecomment-143972422
I use this to easely encapsulate Version number rules (to exclude alpha,
beta and RC version)
(cf. http://www.mojohaus.org/versions-maven-plugin/version-rules.html)
32 matches
Mail list logo