Re: I am wandering how you do guys debug maven?

2018-10-14 Thread Simon Sheng
. > On Sat, 13 Oct 2018 at 12:41, Karl Heinz Marbaise > wrote: > > > > Hi, > > > > On 08/10/18 23:08, Simon Sheng wrote: > > > Hi, > > > > > > I am bringing this baby question since Maven load all it's classes by > > > ClassWorl

Re: I am wandering how you do guys debug maven?

2018-10-12 Thread Simon Sheng
John, I must call you master, it's pretty long since 2005! :-) I got you now, add the profile and run by it. Thanks a lot! man. Simon(ChengHong) Sheng On Fri, Oct 12, 2018 at 2:42 PM John Patrick wrote: > simon, > been using maven since 2005 so 1.x something, so might be bett

Re: I am wandering how you do guys debug maven?

2018-10-12 Thread Simon Sheng
Hi John, I am trying the profile, but no matter 5005 or 8000 port, I can't start debug. Would you please give me more detail of this profile. I global search maven source code, only classworld pom file has debug profile. I am looking into the wrapper you mentioned. Thank you! Simon(Chen

Re: I am wandering how you do guys debug maven?

2018-10-12 Thread Simon Sheng
orlds.conf=${M2_HOME}/bin/m2.conf" \ 21 "-Dmaven.home=${M2_HOME}" "-Dmaven.multiModuleProjectDirectory=${MAVEN_PROJECTBASEDIR}" \ 22 ${CLASSWORLDS_LAUNCHER} "$@" and the "CLASSWORLDS_LAUNCHER" is "org.codehaus.plexus.classworlds.launcher.Launcher&qu

Re: I am wandering how you do guys debug maven?

2018-10-12 Thread Simon Sheng
the same thing to debug surefire and debug maven? this question focuses on the relationship of maven itself and surefire too since I know surefire can lead me to maven itself for sure. Thanks a lot for you help. Simon(ChengHong) Sheng On Mon, Oct 8, 2018 at 9:44 PM Olivier Lamy wrote

I am wandering how you do guys debug maven?

2018-10-08 Thread Simon Sheng
Hi, I am bringing this baby question since Maven load all it's classes by ClassWorlds. Which means it doesn't have "main method". instead we debug everything by log, do we have other way like debug with any IDE: Eclipse, Intellij etc. put breakpoints and debug step by s

Implementing XDG base directory support

2017-03-23 Thread Simon Ochsenreither
behavior, or the behavior chosen when no other behavior can be applied) and "LINUX" (following the XDG spec). Definitions for other platforms (Windows, MacOS) could then be added by defining additional enums. Any thoughts? Thanks! Cheers, Simon -

Resolving a MavenProject from an Artifact

2014-10-21 Thread Simon Taddiken
find any good examples on how to use this. A little help with this task would be greatly appreciated. Regards, Simon - To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org For additional commands, e-mail: dev-h...@maven.apache.org

Re: Model Version 5.0.0

2014-06-12 Thread Simon Wang
hierarchy to help them improve their structure. ... Regards Simon 2014-06-12 21:02 GMT+08:00 Arnaud Héritier : > > http://www.gradle.org/docs/current/userguide/dependency_management.html#sub:project_dependencies > ??? > The idea behind it may be that by default we can declare in a >

Re: enforcer-rules: standard vs. extra-enforcer-rules

2014-06-11 Thread Simon Wang
^_^ sorry for that, just don't know what's the status for it. Regards Simon 2014-06-12 5:54 GMT+08:00 Karl Heinz Marbaise : > Hi Simon, > > you seemed to be very impatient... > > Kind regards > Karl-Heinz... > > BTW: I will take care within the next few d

Re: Apachecon in budapest ?

2014-06-11 Thread Simon Wang
3. elegant and intensive profile(performance or others insight information of maven session) report 4. flexible dependency resolution strategies. (dependency resolution strategy should be plug-able instead hard-coded) 5. think about parallel & distributed Regards Simon 2014-06-11 17:08 G

Re: Model Version 5.0.0

2014-06-11 Thread Simon Wang
with parent pom. Regards Simon 2014-03-25 18:41 GMT+08:00 Nigel Magnay : > On Tue, Mar 25, 2014 at 8:55 AM, Baptiste Mathus > wrote: > > > FWIW, I'm aware it's easily feasible to add that checksum validation in a > > plugin, but you'll still have to repeat the coordin

Re: enforcer-rules: standard vs. extra-enforcer-rules

2014-06-11 Thread Simon Wang
May I know who is handling this PR? https://github.com/apache/maven-enforcer/pull/13 any comments or concerns? Regards Simon 2014-05-30 10:38 GMT+08:00 Wang YunFeng : > Hi, Karl, > > Real case happened in our company is: > There are bunch of repositories using. For specific appli

Re: [GitHub] maven-enforcer pull request: [MENFORCER-193]: Add new rule: Banned...

2014-06-04 Thread Wang, Simon
Any update for this PR? Please let me know if have any concerns. Regards Simon On Jun 2, 2014, at 10:16 PM, Wang, Simon wrote: > Thanks for your comments, Karl! > > I added document for this rule, please review it. > https://github.com/apache/maven-enforcer/pull/13 > >

Re: [GitHub] maven-enforcer pull request: [MENFORCER-193]: Add new rule: Banned...

2014-06-02 Thread Wang, Simon
document, but hold enhancement to detect pom/settings.xml only instead of maven session context. Regards Simon On May 31, 2014, at 1:47 AM, Karl Heinz Marbaise wrote: > Hi Simon, > > so after checking it i found the point... > > I have defined mirrorOf * as usual in case of usi

Re: enforcer-rules: standard vs. extra-enforcer-rules

2014-05-29 Thread Wang, Simon
Hi, Robert, Karl asked same question, please refer below mail about this question. Hope that help. Regards Simon Hi, Karl, Thanks for your comments. I did dig into requireNoRepositories.html, the purpose for that rule is: detect whether pom and pom’s parents contains repositories

Re: enforcer-rules: standard vs. extra-enforcer-rules

2014-05-29 Thread Wang, Simon
Thanks for your comments, Mirko! This feature would be helpful for those enterprise maven developers. That would be great could include it into standard rules and benefit more enterprise users. Regards Simon On May 29, 2014, at 4:19 AM, Mirko Friedenhagen wrote: > Hello everybody, > &

Re: [GitHub] maven-enforcer pull request: [MENFORCER-193]: Add new rule: Banned...

2014-05-29 Thread Wang, Simon
. Regards Simon On May 29, 2014, at 7:21 PM, Karl Heinz Marbaise wrote: > Hi Simon, > > > I have taken a look into your suggestions I have a couple of thoughts > about it ... > > First there exists already a rule to avoid repositories > (http://maven.apache.org

http://jira.codehaus.org/browse/MPIR-295

2014-05-22 Thread Wang, Simon
Hi, Team, Anyone could give a review for this enhancement? https://github.com/apache/maven-plugins/pull/23 It’s trying to make dependency convergence report to be more valuable. Regards Simon

security with Maven

2013-03-02 Thread Simon Vocella
ap to fix it or for now is not the first problem and so has been set aside? regards, Simon - To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org For additional commands, e-mail: dev-h...@maven.apache.org

Re: [VOTE] Release Maven SCM 1.5

2011-03-29 Thread Simon Brandhof
Hi Olivier, For your information I successfully tested some issues of this release, particularly about Hg, svn changelog (SCM-595) and git blame (SCM-592). Here is my virtual +1 (I'm not a maven commiter) Thanks to all of you for this great release. Simon -- View this message in context:

Re: Re: Need advice to get Sonar Mojo working with Maven 3.0

2009-11-25 Thread Simon Brandhof
Hi Sascha, Unfortunately no, and I can't promise you any release date. But you can vote for the issue SONAR-1265 [1] in order to increase its priority. Thank you Simon [1] http://jira.codehaus.org/browse/SONAR-1265 On Wed, Nov 25, 2009 at 1:45 PM, Sascha Scholz wrote: > Hi Simon,

Re: Need advice to get Sonar Mojo working with Maven 3.0

2009-11-17 Thread Simon Brandhof
ute report plugin. > Note it's a work in progress but the most part is already here. > > -- > Olivier > > [1] > https://svn.apache.org/repos/asf/maven/plugins/branches/maven-site-plugin-3.x > > 2009/11/13 Simon Brandhof : > > Hi guys, > > > >

Need advice to get Sonar Mojo working with Maven 3.0

2009-11-13 Thread Simon Brandhof
n mind. To sum up the pom must be updated at runtime and maven plugins executed in independent contexts. Any recommendations are welcome. Thank you very much, Simon [1] http://sonar.codehaus.org [2] http://svn.codehaus.org/mojo/trunk/mojo/sonar-maven-plugin/ --

RE: [Proposal] mirror settings and file:// repositories

2008-03-13 Thread simon
ity" and predictability in the syntax is more important than terseness. Regards, Simon On Thu, 2008-03-13 at 21:36 -0400, Brian E. Fox wrote: > I chatted with Brett a bit and he pointed out that some http repos might > also be used locally. So how about this: > > A new wildc

Re: Plugin Versions in the Super pom

2008-02-09 Thread simon
for people who find 2.0.9 reporting errors on their builds due to incomplete dependency versioning. I've personally never encountered a situation where one version of a plugin would not work with some other version of a different plugin. What I have found difficult is determining whet

Re: [VOTE][Second Try] Release Maven Jar plugin version 2.2

2008-01-12 Thread simon
oncern to me and I felt that your attention should be drawn to it. Regards, Simon - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

myfaces-master-pom and pmd reports

2008-01-12 Thread simon
12 module a few minutes ago). What would you prefer? Regards, Simon - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Remove auto-resolution of plugin versions from Maven 2.1

2007-12-31 Thread Simon Kitching
dependency resolution. However people can also choose to invoke maven with the checked-in explicit-dependencies file to create a repeatable build. The separate dependencies file seems useful as documentation in its own right, rather like the "dependencies report" that can be generated fo

Configuring of type "Class" as configuration variable on Mojo

2006-09-29 Thread Gunzenreiner Simon
variable of type Class fails - obviously. Shouln't this be a feature that the maven configuration mechanism supports? > Thanks a lot, Simon

[M2] Surefire IsolatedClassLoader implementation

2006-08-01 Thread Simon Kitching
ng other than the special IsolatedClassLoader instance it creates. Regards, Simon - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Review surefire plugin documentation

2006-07-31 Thread Simon Kitching
On Tue, 2006-08-01 at 11:52 +1200, Simon Kitching wrote: > On Tue, 2006-08-01 at 11:15 +1200, Simon Kitching wrote: > > On Fri, 2006-07-28 at 20:05 +0200, Dennis Lundberg wrote: > > > Allan Ramirez wrote: > > > > Hi everyone, > > > > > > > >

Re: Review surefire plugin documentation

2006-07-31 Thread Simon Kitching
On Tue, 2006-08-01 at 11:15 +1200, Simon Kitching wrote: > On Fri, 2006-07-28 at 20:05 +0200, Dennis Lundberg wrote: > > Allan Ramirez wrote: > > > Hi everyone, > > > > > > Just updated the docs of the surefire plugin. I hope you dont mind if > > > yo

Re: Review surefire plugin documentation

2006-07-31 Thread Simon Kitching
o they can be passed, that would be great to document. I tried ${project.build.outputDirectory.toString()} but that doesn't work here. And by the way, is it possible to pass configuration properties set on the parent plugin, eg "$

problem building jar of maven-jar-plugin

2006-07-25 Thread Simon Kitching
Hi, I'm writing a patch to maven-jar-plugin. The code compiles fine, and runs the tests ok. However it fails shortly after, with a message I can't understand. I suspect the failure is in the "package" phase, when running the "jar" goal to create a jar. Rather ironic :-) The version I'm building

Re: Building trunk of maven-jar-plugin: needs plexus-compiler-api

2006-07-25 Thread Simon Kitching
On Wed, 2006-07-26 at 08:42 +0930, Barrie Treloar wrote: > I'm not sure if http://snapshots.maven.codehaus.org/maven2 resolves to > http://snapshots.repository.codehaus.org (having just checked they > don't appear to) Thanks, the first url above did the trick. Maybe these are the maven2 and maven1

Building trunk of maven-jar-plugin: needs plexus-compiler-api

2006-07-25 Thread Simon Kitching
snapshots (http://snapshots.repository.codehaus.org), snapshots (http://svn.apache.org/maven-snapshot-repository) As you can see, I've added a couple of snapshot repos. The codehaus one does have a lot of plexus-related stuff, but no plexus-compiler-api. Any hints welc

Re: Eclipse plugin

2006-01-30 Thread Simon Vos
so use this if it were available. > > -- > James Mitchell > Software Engineer / Open Source Evangelist > Consulting / Mentoring > 678.910.8017 > > ----- Original Message - > From: "Simon" <[EMAIL PROTECTED]> > Newsgroups: gmane.comp.jakarta.turbine

Eclipse plugin

2006-01-30 Thread Simon
he code to provide this option for myself.. King regards, Simon -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.2 (GNU/Linux) Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org iD8DBQFD3nHsbAyTrjLX2RkRAsSbAKC8NMuetwTCGOH7SVCpWUnUSKRt9QCgwx3S QwhNfPRmlmlPOGrPJMgMMlQ= =pPKW --

[jira] Created: (MNGECLIPSE-16) settings.xml in home directory/.m2/ doesn't have an effect

2005-12-21 Thread Simon Vos (JIRA)
ws XP + J2SE 1.5 + Eclipse 3.1.0 Reporter: Simon Vos Assigned to: Eugene Kuleshov I have to use a proxy-server to connect to the internet and for that I use a settings.xml file for maven2 which is configured to use the proxy server and a local remote server. This remote server is a server i

[jira] Created: (MPJAVA-38) sourceModifications handled incorrectly when more than one clause present

2005-06-24 Thread Simon Kitching (JIRA)
Reporter: Simon Kitching The loop is flawed. When the class is not present, the action does NOT reset $classPresent to a false value; instead, its previous value is left unaltered (ie is the value from the previous time around the loop). So a sourceModified clause with a

ScmLogger

2005-06-22 Thread Richardson, Simon (Treasury)
does not exist I cannot find this package or the ScmLogger class anywhere in the source for scm. Can anyone help? It's been a while since I last looked at this and I cannot be sure that I haven't changed something else on my system in the mean time (that's my getout clause to save

RE: Adding a new provider

2005-06-14 Thread Richardson, Simon (Treasury)
her providers). I believe I've done this But get the following exception when I run my goal org.apache.maven.scm.manager.NoSuchScmProviderException: No such provider: 'pvcs'. Regards Simon "MMS " made the following annotations.

maven2: feature request: jvm version info

2005-06-13 Thread Simon Kitching
m supported jvm. Regards, Simon - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: PVCS and Maven

2005-05-31 Thread Richardson, Simon (Treasury)
test-1.0-alpha-1.jar, maven-scm-provider-clearcase-1.0-alpha-1.jar Should there be others? Are these missing because the build failed? Regards Simon "A fool can ask more questions than a wise man can answer!" "MMS " made the following annotations. --

RE: PVCS and Maven

2005-05-26 Thread Richardson, Simon (Treasury)
following exception: You must specify maven.scm.cvs.module Can't understand why it states I need the "cvs" module? Regards Simon > -Original Message- > From: dan tran [mailto:[EMAIL PROTECTED] > Sent: 26 May 2005 17:31 > To: scm-dev@maven.apache.org > Sub

How to get the latest version of a jar uploaded for use by maven?

2003-09-23 Thread Simon Harris
I've been trying to work out how to get the latest version(s) of simian uploaded so that maven users can use it. Regards, Simon - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Simian version

2003-09-19 Thread Simon Harris
Hi all, I noticed that the version of simian used by maven is 1.9.1 the current version is 1.9.9 and has many many improvements and bug fixes. I was wondering how I should go about making the latest version available. Cheers, Simon -- http://www.redhillconsulting.com.au RedHill Consulting, Pty

checkstyle plugin documentation

2003-08-22 Thread Simon Matic Langford
hi, I've noticed a little bugette in the checkstyle documentation: the property "maven.checkstyle.usefile" has been documented as "maven.checkstyle.useFile" (note the capital F) do you want me to raise this in JIRA? simon The information contained in this e-mail

Uploading jars to ibiblio

2003-07-10 Thread Simon Harris
Is there a standard procedure for uploading 3rd party jars to ibiblio? Cheers, Simon http://www.aikidojo.org.au http://www.redhillconsulting.com.au - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail

RE: Ibiblio upload request: Simian

2003-07-08 Thread Simon Harris
My aplogies to all. I've been having trouble with my isp crashing hopefully it's fixed now. Cheers, Simon http://www.aikidojo.org.au http://www.redhillconsulting.com.au > -Original Message- > From: Aslak Hellesøy [mailto:[EMAIL PROTECTED] > Sent: Wednesday, Jul

Ibiblio upload request: Simian

2003-07-07 Thread Simon Harris
Would it be possible to have Simian.jar uploaded? The download for the latest (1.9.1) distribution (includes jar and license information) can be found at: http://www.redhillconsulting.com.au/products/simian/purchase.html Cheers, Simon http://www.aikidojo.org.au http

RE: Simian Plugin (fully documented and ready to use)

2003-06-24 Thread Simon Harris
Here is a copy of the license agreement that you may distribute with simian for maven Cheers, Simon > -Original Message- > From: Simon Harris [mailto:[EMAIL PROTECTED] > Sent: Wednesday, 25 June 2003 6:06 AM > To: 'Vincent Massol'; 'Maven Developers Li

RE: Simian Plugin (fully documented and ready to use)

2003-06-24 Thread Simon Harris
You have my permission to do so. The license agreement allows for this. Cheers, Simon > -Original Message- > From: Vincent Massol [mailto:[EMAIL PROTECTED] > Sent: Wednesday, 25 June 2003 4:54 AM > To: 'Maven Developers List' > Cc: [EMAIL PROTECTED]; [EMAIL