default auth for settings.xml

2011-10-13 Thread Tommy Chheng
Hi, I have a few servers in the settings.xml where the username/password is the same for all server ids. is there a way to set a default username/password so i don't have to add a new server xml block every time? 26server 27 idscala-tools.org/id 28 usernamet/username 29

Re: default auth for settings.xml

2011-10-13 Thread Tommy Chheng
I have nexus installed and the servers are proxied, how can I use nexus to set a default username/password for each server? On Thu, Oct 13, 2011 at 11:24 AM, Ron Wheeler rwhee...@artifact-software.com wrote: On 13/10/2011 2:06 PM, Tommy Chheng wrote: Do you have Nexus or another repo

Re: default auth for settings.xml

2011-10-13 Thread Tommy Chheng
...@googlemail.com wrote: Am 13.10.2011 20:06, schrieb Tommy Chheng: I have a few servers in the settings.xml where the username/password is the same for all server ids. Hi, use a different password for different servers. The server administrators will probably be very grateful for this fine act

Re: default auth for settings.xml

2011-10-13 Thread Tommy Chheng
. I would like to avoid having to specify the nexus username/password in every server definition. On Thu, Oct 13, 2011 at 12:06 PM, Ansgar Konermann ansgar.konerm...@googlemail.com wrote: Am 13.10.2011 20:57, schrieb Tommy Chheng: The server ids are different because each is a different

Re: maven 3.0.3 - performance with version ranges

2011-09-30 Thread Tommy Chheng
+1 for using aether 1.12, this reduced 2:00 compile time to ~45 seconds. 2011/9/30 Tamás Cservenák ta...@cservenak.net Take a peek at this thread (especially 1st mail): http://maven.40175.n5.nabble.com/Apache-Maven-distribution-with-fixes-td4639045.html Thanks, ~t~ On Fri, Sep 30, 2011

overhead in running maven jetty:run

2011-08-11 Thread Tommy Chheng
Is there much of an overhead of running a servlet via mvn jetty:run vs an embedded jetty Main class in a production environment? Any other concerns? I typically stick a war into a jetty web-apps directory but i find it easier to run mvn jetty:run. Was curious if there's any negative to running

connection refused using nexus

2011-05-30 Thread Tommy Chheng
I just setup a Nexus maven repo to host thirdparty jar files. I'm able to deploy to the server using mvn deploy:deploy-file but I get a connection refused when I try to mvn compile my project. Downloading:

Re: connection refused using nexus

2011-05-30 Thread Tommy Chheng
Disregard this message, I found the problem. I accidentally used https when I only setup http on the server. On Mon, May 30, 2011 at 10:54 AM, Tommy Chheng tommy.chh...@gmail.comwrote: I just setup a Nexus maven repo to host thirdparty jar files. I'm able to deploy to the server using mvn

Re: multiple project builds

2011-05-03 Thread Tommy Chheng
I assume your client and server projects build separate JAR files? If there are intertwined code, you can have: project-core project-server project-client Both project-server/project-client can have a dependency on project-core You can use parent POM or module poms to build

Re: multiple project builds

2011-05-03 Thread Tommy Chheng
Yes, you can still have a flat structure. In app-server/etc, you can specify base-utillites/app-common as a dependency xml block. On Tue, May 3, 2011 at 2:21 PM, offbyone r...@iridiumsuite.com wrote: Thanks for the reply. I am looking at something like this: base-utilities app-common

Re: multiple project builds

2011-05-03 Thread Tommy Chheng
Check out https://github.com/apache/mahout by etc, i meant any other sub-project. On Tue, May 3, 2011 at 2:53 PM, offbyone r...@iridiumsuite.com wrote: I am curious about the use of etc in your example. What is that all about? Do you perchance know the location of any examples like this

maven-nar-plugin

2011-04-27 Thread Tommy Chheng
I'm trying to use the maven-nar-plugin ( https://issues.sonatype.org/browse/NAR) to test compile a c++ app I can't seem to find the repo for it. http://mvnrepository.com/search.html?query=maven-nar-plugin Where can i find a repo for this plugin dependency? -- @tommychheng

proguard out of heap space

2010-04-08 Thread Tommy Chheng
/outjar libs lib${java.home}/lib/rt.jar/lib lib${java.home}/lib/jsse.jar/lib /libs proguardInclude${basedir}/proguard.conf/proguardInclude /configuration /plugin -- Tommy Chheng Programmer and UC Irvine Graduate Student Twitter @tommychheng http://tommy.chheng.com