Re: Logging and Cargo plugin

2014-04-14 Thread Anders Hammar
There are mailing lists specific to Cargo where you are more likely to get an answer to your question: http://cargo.codehaus.org/Mailing+Lists /Anders On Tue, Apr 15, 2014 at 8:41 AM, Thomas Scheffler < thomas.scheff...@uni-jena.de> wrote: > Hi, > > I use the cargo-maven2-plugin to start and te

Logging and Cargo plugin

2014-04-14 Thread Thomas Scheffler
Hi, I use the cargo-maven2-plugin to start and test my webapp with various servlet containers (jetty 9, tomcat 7 and tomcat 8). One thing that disturbs me is that every log line the is printed out by the servlet container gets a "[INFO] [talledLocalContainer] " prefix. Is there a way to avoid

Why are alternate repositories so hard to configure

2014-04-14 Thread Eric Kolotyluk
I have the following sonatype Sonatype Maven OSS Repository true true https://oss.sonatype.org/content/groups/public But when I run maven I get [ERROR] Failed to execute goal org.apache.maven.plugins:maven-site-plugin:3.3:site (default-site) on project csharp-windows-elevate: Executio

sshd - async interface

2014-04-14 Thread Alon Bar-Lev
Hi, Are there any plans to support async interface for the sshd package? Enable single/multi threaded implementation based on nio, in which selector is left within the program main? The library can return a set of events to wait for including timeout, so that main program can wait for these amon

Re: Maven 3.2.1 and java 1.5?

2014-04-14 Thread Ben Caradoc-Davies
On 14/04/14 16:07, delbert wrote: I need to use java 1.5. Why? Please tell us more. Is this is the only Java you have, or because you wish to generate bytecode that can run on Java 5? If the latter, you can configure source and target versions in the compiler. It is still a good idea to co

Why Is Maven Ignoring My Local Repo?

2014-04-14 Thread Eric Kolotyluk
I seem to keep running into this problem regularly for things not in Maven Central [ERROR] Failed to execute goal org.apache.maven.plugins:maven-site-plugin:3.3:site (default-site) on project csharp-windows-elevate: Execution default-site of goal org.apache.maven.plugins:maven-site-plugin:3.3

[ANN] Apache Maven Changes Plugin 2.10 Released

2014-04-14 Thread Dennis Lundberg
The Maven team is pleased to announce the release of the Apache Maven Changes Plugin, version 2.10 Creates a release history for inclusion into the site and assists in generating an announcement mail. http://maven.apache.org/plugins/maven-changes-plugin/ You should specify the version in your

Re: Velocity escaping; I can't escape

2014-04-14 Thread Benson Margulies
On Mon, Apr 14, 2014 at 7:56 AM, Thomas Broyer wrote: > #set( $dollar = '$' ) Sure Enough, that does it. There's some doc that could be improved in the velocity site :-), also some plain misinformation in the maven-site-plugin doc.

Re: Velocity escaping; I can't escape

2014-04-14 Thread Jason Tesser
Also there is an Escape Viewtool So $esc.d will work http://dotcms.com/docs/latest/EscapeTool On Mon, Apr 14, 2014 at 7:56 AM, Thomas Broyer wrote: > Assuming I understand the issue correctly: > > #set( $dollar = '$' ) > > then ${dollar}{bt.root.directory:../../../../..} > > > On Mon, Apr 14,

Re: Velocity escaping; I can't escape

2014-04-14 Thread Thomas Broyer
Assuming I understand the issue correctly: #set( $dollar = '$' ) then ${dollar}{bt.root.directory:../../../../..} On Mon, Apr 14, 2014 at 1:46 PM, Benson Margulies wrote: > If a markdown file in my site contains > > path="${bt.root.directory:../../../../..}/lib/rbl-je-lucene-solr-43-2.2.104.

Re: Velocity escaping; I can't escape

2014-04-14 Thread Stephen Connolly
could you use a CDATA section? On 14 April 2014 12:46, Benson Margulies wrote: > If a markdown file in my site contains > > path="${bt.root.directory:../../../../..}/lib/rbl-je-lucene-solr-43-2.2.104.jar"/> > > velocity explodes. > > If I add a \ after the $, it does not explode, but the \ re

Velocity escaping; I can't escape

2014-04-14 Thread Benson Margulies
If a markdown file in my site contains velocity explodes. If I add a \ after the $, it does not explode, but the \ remains in the generated HTML. How do I get out of this? - To unsubscribe, e-mail: users-unsubscr...@maven.ap

Do not substitute ${revision} when performing a release

2014-04-14 Thread delbert
Using maven 3.2.1 I have a project where I include a property in the versions tag: com.test sample-project 1.1.0-${revision}-SNAPSHOT xyz Now when I release this project I would like to keep the parameter: ${revision} un-substituted in

Re: Maven 3.2.1 and java 1.5?

2014-04-14 Thread Mark Derricutt
You could use the maven-tools-chains plugin to make the maven-compiler-plugin etc. use JDK 1.5 even tho Maven itself is running with 1.6+. Do you need to use JDK 1.5 or do you need to compile against 1.5? On 14 Apr 2014, at 20:13, Ben Caradoc-Davies wrote: http://maven.apache.org/download.cg

Re: Maven 3.2.1 and java 1.5?

2014-04-14 Thread Ben Caradoc-Davies
http://maven.apache.org/download.cgi "System Requirements JDK Maven 3.2 requires JDK 1.6 or above, while Maven 3.0/3.1 requires JDK 1.5 or above (this is to execute Maven - it still allows you to build against 1.3 and prior JDK's)" On 14/04/14 16:07, delbert wrote: I need to use java 1.5. B

Maven 3.2.1 and java 1.5?

2014-04-14 Thread delbert
I need to use java 1.5. But when I run maven 3.2.1 I get: :~$ mvn --version Exception in thread "main" java.lang.UnsupportedClassVersionError: Bad version number in .class file at java.lang.ClassLoader.defineClass1(Native Method) at java.lang.ClassLoader.defineClass(ClassLoader.jav