Re: Advice on dealing with hostility to Maven 2

2008-10-21 Thread Aaron Metzger

Martin Gainty wrote:

maven's documentation is either scarce and what doc i see doesnt seem to follow 
a logical progression



That *used* to be somewhat true but it is absolutely no longer true.

Google for "Maven The Definitive Guide".  Free copy available online.
Printed copy available for purchase.

No, I'm not affiliated with the authors.

I just think it is a fantastic book that has made a huge difference in 
the adoption of Maven within my organization.




-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Documentation woes

2008-10-09 Thread Aaron Metzger

Wendy Smoak wrote:

On Thu, Oct 9, 2008 at 7:33 AM, Mykel Alvis <[EMAIL PROTECTED]> wrote:

So my question is does anyone has a template or transformation tool for
taking Word documents and turning them into clean XDOC?

Any thoughts on this?


If you end up needing to write something to do it, I wonder whether
anything in Apache POI could help.



Or, maybe one of the open document format processing libraries:

http://www.jopendocument.org/



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [PLEASE TEST] Maven 2.0.10-RC9

2008-08-18 Thread Aaron Metzger

John Casey wrote:

Hi everyone,

As you're probably aware, we've been working for some time to stabilize 
Maven for the 2.0.10 release. After quite a bit of testing in the 
development community - and 8 release candidates - it looks like we 
finally have a candidate that is free of regressions and stable. You can 
download it here:





http://people.apache.org/~jdcasey/apache-maven/2.0.10-RC9/org/apache/maven/apache-maven/2.0.10-RC9 




When will that URL be valid?

Is the snapshot under "maven-drops" the same thing?




-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [SURVEY] How does your team retrieve artifacts?

2008-05-21 Thread Aaron Metzger

On Wed, 21 May 2008 18:15:44 Jason van Zyl wrote:

[X] Our team uses HTTP to retrieve our artifacts


Authenticated HTTPS.

Our developers are distributed.  Our transport must be encrypted and 
authenticated.  We use authentication information to implement access 
control lists which control access to each artifact and even control 
access to binary jar VS source for each artifact.


I wouldn't care if that was HTTPS or some custom TCP/SSL protocol as 
long as it is authenticated and encrypted.





-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: How change location of settings.xml

2008-04-07 Thread Aaron Metzger

author wrote:

I use this command, but it is not work.

C:\>mvn -s C:\work\repository\set
tings.xml
[INFO] Scanning for projects...
[INFO]

[ERROR] BUILD FAILURE
[INFO]

[INFO]

You must specify at least one goal. Try 'mvn install' to build or 'mvn -?'
for o
ptions
See http://maven.apache.org for more information.




Your error is not related to settings.xml.

Your error is "You must specify at least one goal.".

try

  C:\mvn -s C:\work\repository\settings.xml install

Then, please read one of the excellent free online reference guides for 
Maven such as "Maven:  The Definitive Guide" to better understand the 
command line options and the syntax of goals and phases.


Good luck.


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [M2] Reproducible build

2007-12-14 Thread Aaron Metzger

Rémy Sanlaville wrote:

Hi,

I would like to make sure that my project build is reproducible.
For instance, I want to be sure that I can package again a tagged version.

So I am looking for a tools that can compare two package (two jar, two war,
two ear...) and eventually shows the potential differences.
Do you know if a such tools exists ?

In order two verify if two package are identical, I was thinking of
generating and comparing the corresponding checksum (md5 or sha1) .
Do you think that it would be good enough ?



Comparing checksums can be a bad strategy if any of your build artifacts 
are crypographically signed or otherwise include data which might 
legitimately vary from build to build because it is time dependent or 
actually includes date or time stamps.




-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Gatekeeper is the newest Apache Maven repository manager.

2007-05-11 Thread Aaron Metzger



Gatekeeper is the newest Apache Maven repository manager.


Please throw us a bone ;)

Days, weeks, months away ???

will it be open source?

Will it be full featured right out of the gate?

Will it support SSH and/or some other security mechanisms for 
distributed private enterprise use?


--
Sincerely,
Frozen in Anticipation





-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: maven proxy question

2006-12-09 Thread Aaron Metzger

Alexandre Poitras wrote:

You should gave a look at Mergere Maestro (open source) which include
Maven Archiva. Maven Proxy is outdated and no longer under
development.


Does Maestro also subsume most of the functionality of "Proximity"?

 http://proximity.abstracthorizon.org/quick-start.html




On 12/7/06, Christian Goetze <[EMAIL PROTECTED]> wrote:

I am using the maven proxy as described in
http://docs.codehaus.org/display/MAVENUSER/Using+Maven+in+a+corporate+environment, 


but I am observing spurious build failures due to some of the actual
remote sites not always responding in a timely manner.

Is there a way to configure maven proxy to not fail, but to simply send
the cached version instead? Should I just set the cache timeout to some
really large value? What I would like, though, is that it does try to
get an update, but not fail if the update fails?
--
cg


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Setting up a new jre to maven

2006-11-13 Thread Aaron Metzger


Can anyone explain the rationale behind this behavior?

Why doesn't maven default to using the highest source and binary 
versions supported by the JVM with which Maven itself is executed with 
the configuration only required if you don't want that?


When the JDK reaches version 42.7, will Maven still default to 1.4?



Wayne Fay wrote:

You can put it in the parent "pom" project with complete configuration
etc, but then you also need to include a reference to the
compiler-plugin in the build section in each of your modules.

Wayne

On 11/13/06, Allan Valeriano <[EMAIL PROTECTED]> wrote:

Sorry about it. I had some problems with my subscription, so I didn't
receive any response.
I found them at the mail archive, but I'm still having the same problem.
=(


I put the tag Julio S.G. suggested in the pom.xml of my project's 
packaging

"pom" because it's multimodule

> 
>   
> 
>   
> maven-compiler-plugin
> 
>   1.5
>   1.5
> 
>   
> 
>   
> 
>
>
Then I tried to insert this tag Eric Redmond suggested too:

   
>   
>  
> 
>org.apache.maven.plugins
>maven-compiler-plugin
>
>1.5
>1.5
>true
>true
>
>/usr/lib64/jvm/java-1.5.0-sun-1.5.0_06/bin
>
>1.5
>
> 
>  
>   
>
>

Any other ideas? I'm kind of stuck on this.
Should I put this tags in the pom.xml with the packaging "jar" or it's
correct to be in the "pom"?

thanks in advance,
Allan Valeriano

On 11/13/06, Wayne Fay < [EMAIL PROTECTED]> wrote:
>
> We already did. There were 5 responses to your original email sent on
> Friday.
>
> Wayne
>
> On 11/13/06, Allan Valeriano <[EMAIL PROTECTED]> wrote:
> > Hi all,
> >
> >
> > I'm having problems setting up a new jre to run mvn install.
> > My default java version is 1.4.2_11, but I need maven to use jre 5 
for

> it.
> > I've read the FAQ, but I must say the example for it is not really
> helpful.
> > Could somebody give me a hand on this sending a complete example?
> >
> >
> > thanks in advance
> > Allan Valeriano
> >
> >
>
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>




-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Newbie Question about repository access protocols

2006-10-23 Thread Aaron Metzger

oching wrote:

Hi Aaron,

You can use the maven-deploy-plugin to write to your repository using SSH
for Maven 2.
You can refer to these docs for more info:
http://maven.apache.org/guides/mini/guide-deploy-ssh-external.html
http://maven.apache.org/guides/mini/guide-deploy-ssh-external.html 



I appreciate the tips but I think I stated my question poorly.
I know how to *deploy* using SSH.
What I did not see in the docs was a clear example of how to *retrieve* 
using SSH (instead of HTTPS).


For example, I would like to use "extssh", "ssh", or "sftp" as the URL 
protocol below.  Is this supported.





  my-repo1
  your custom repo
  extssh://x.com









I'm not sure if the site is updated though. If you want to get the latest
docs, you can checkout the deploy plugin from here:
http://svn.apache.org/repos/asf/maven/plugins/trunk/maven-deploy-plugin
http://svn.apache.org/repos/asf/maven/plugins/trunk/maven-deploy-plugin 
and execute "mvn site" to generate the plugin site.


Hope this helps! :-)

Thanks,
Deng 




Aaron Metzger wrote:


I am evaluating Maven 2 VS Ivy and would prefer to adopt Maven 2 as a 
complete build management system but have one hang up question.


I must set up a local secured repository for a portion of our software.
The majority of docs lead me to believe that I can publish to a 
repository with SCP but can only read from the repository with HTTPS or 
HTTP.  Is that true?


In the Wagon docs I see mention of SSH and SCP but it says that the use 
of SSH to read from the repository is untested.


We have an existing SSH public key infrastructure in place and would 
like to use the same SSH transport users and keys for both reading and 
writing our Maven repository (and SVN access to) and don't want to have 
to manage a separate set of users/passwords/keys for HTTPS.


Can someone point me to the docs that show how to use SSH/SCP for all 
things Maven?


Thanks in advance,
Aaron





-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]








-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Newbie Question about repository access protocols

2006-10-20 Thread Aaron Metzger


I am evaluating Maven 2 VS Ivy and would prefer to adopt Maven 2 as a 
complete build management system but have one hang up question.


I must set up a local secured repository for a portion of our software.
The majority of docs lead me to believe that I can publish to a 
repository with SCP but can only read from the repository with HTTPS or 
HTTP.  Is that true?


In the Wagon docs I see mention of SSH and SCP but it says that the use 
of SSH to read from the repository is untested.


We have an existing SSH public key infrastructure in place and would 
like to use the same SSH transport users and keys for both reading and 
writing our Maven repository (and SVN access to) and don't want to have 
to manage a separate set of users/passwords/keys for HTTPS.


Can someone point me to the docs that show how to use SSH/SCP for all 
things Maven?


Thanks in advance,
Aaron





-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]