Questions about Doxia-converter for apt/xhtml to rtf ...

2011-08-24 Thread JeremieB.
Hi, Using doxia-converter I have several questions ... 1- apt to rtf generates a readable rtf with word 2007, while xhtml to rtf will show plenty of non-parsed tags when opened with word 2007 ... (I use the .html page generated by maven from the .apt ...) Example : \pard\sb200\plain\f0\fs20

Re: Create Archetype from Project

2011-08-24 Thread Luk255
Thanks for the quick response! Yes, I tried to generate the archetype via mvn archetype:generate -DarchetypeCatalog=local this is the output I'm getting: [INFO] Scanning for projects... [INFO] Searching repository for plugin with prefix: 'archetype'. [INFO]

deploy failing with illegal character

2011-08-24 Thread Marshall Schor
In trying to do an Apache release, the release:perform goal fails when uploading to the Apache repository. I've tried 3 times, with 2 different JVMs (Sun/Oracle and IBM), all give this error: [INFO] [ERROR] Failed to execute goal org.apache.maven.plugins:maven-deploy-plugin:2.5:deploy

Re: deploy failing with illegal character

2011-08-24 Thread Anders Hammar
This should do it: http://maven.apache.org/guides/mini/guide-wagon-providers.html /Anders On Wed, Aug 24, 2011 at 14:32, Marshall Schor m...@schor.com wrote: In trying to do an Apache release, the release:perform goal fails when uploading to the Apache repository. I've tried 3 times, with

Unable to download Maven 3 pom type dependency using Maven 2

2011-08-24 Thread Javed Mandary
Dear All, I have an interesting case whereby I have an artifact com.my.groupid:myartifact:0.44-SNAPSHOT which I have uploaded on my organisation repo (Artifactory) using maven 3.x: dependency groupIdcom.my.groupid/groupId artifactIdmy.artifact/artifactId version0.44-SNAPSHOT/version

Re: deploy failing with illegal character

2011-08-24 Thread Marshall Schor
I found the answer, it had nothing to do (mostly) with this error message. I'm using password security - there's an encrypted pw stored in my local settings.xml. It has to be unencrypted by a key. The key is not always available - and if it is not, there is a message but it scrolls by quickly,

Re: Unable to download Maven 3 pom type dependency using Maven 2

2011-08-24 Thread Anders Hammar
I think I've seen similar issues reported with Artifactory. You should check on the Artifactory list, but I think it was due to an old Artifactory version or some setting in Artifactory. /Anders On Wed, Aug 24, 2011 at 16:02, Javed Mandary jav...@gmail.com wrote: Dear All,             I have

Re: Questions about Doxia-converter for apt/xhtml to rtf ...

2011-08-24 Thread JeremieB.
So I managed to workaround points 1) and 2) because I work on toto.apt.vm, and use velocity inside my plugin to generate toto.apt. In this case conversion to rtf is ok (or nearly). I'm still stuck with point 3) when I try to launch my plugin in maven context ... Another thing for velocity

Question about scm:add

2011-08-24 Thread jonsey
Hi, I'm trying to use the scm:add goal to add a new folder (and contents) into CVS as part of my Maven release process. Essentially I am using Hudson to build artifacts and when I deem an artifact releasable, I run the build using a separate release profile. As part of this release profile, a new

Re: MAVEN-EAR-PLUGIN question, I want to add some CLASS files in my EAR

2011-08-24 Thread Daivish Shah
Hi Wayen, I am using EJB 2.0 and weblogic workshop 8.1 version. And my EAR has structure something like below. EAR | |--META-INF | | | |--ejb-jar.xml | |--weblogic-ejb-jar.xml | |--APP-INF\lib | | | |--Webservice\WEB-INF\ |--Webservice\WEB-INF\classes |--here all Webservice EJB class files with

RE: Surefire plugin: aggregator project - aggregate test results from all children?

2011-08-24 Thread Newman, John W
Sending this just one more time as I am still stuck on this. Anyone have any ideas? We have the following project layout parent/pom.xml child1/pom.xml src/test/java TestOne.java TestTwo.java child2/pom.xml src/test/java

RE: How can I use a Maven plugin to change Eclipse WebSphere Deployment Classloader mode to PARENT_LAST

2011-08-24 Thread Vonnahme, Paul
Do you have wb-resource deploy-path=/ source-path=/src/main/application/ in your ear's org.eclipse.wst.common.component file? m2e-wtp should be adding it; I just want to make sure you haven't removed it. In your ear project you should have the src/main/application/META-INF/ibmconfig/

Re: MAVEN-EAR-PLUGIN question, I want to add some CLASS files in my EAR

2011-08-24 Thread Wayne Fay
I am using EJB 2.0 and weblogic workshop 8.1 version. And my EAR has structure something like below. So how can i handle this by using EAR plugin ? Or i need to use MAVEN ANT Plugin and create EAR file by using that ? I don't use Weblogic Workshop and I have no tool-specific advice to offer

RE: Nexus help

2011-08-24 Thread Hoyt, David
It's because Github returns a 404 on your repo: https://raw.github.com/davidhoyt/mvn-repo/master/maven2/snapshots/ and this makes Nexus think the repo isn't available. Disable the Auto blocking and it should work. I'm not sure why, but moving it over to github pages and providing an

Re: No output from JXR ...

2011-08-24 Thread Hervé BOUTEMY
ok, I understand now Actual AbstractMavenReport from reporting-impl doesn't check if the report is external or not: it always considers internal reports, that is reports done with Doxia I created MSHARED-204 to track the fix in the abstract class, then let every external reporting plugins

Re: Create Archetype from Project

2011-08-24 Thread Hervé BOUTEMY
Strange can you check the content of C:\.m2\repository\archetype-catalog.xml? Do you find your archetype in it? Another thing to check: when building the archetype, did you specify maven- archetype packaging, and prepared an IT (see [1])? Regards, Hervé [1]

Multi modules and profiles

2011-08-24 Thread Stephane-3
Hello, I have a maven project with different profiles, and I would like it to have several modules. One core module would take care of the Dao and Service layer, while another view module would take care of the Presentation layer. I have a working set of pom.xml files for the parent project and