Re: Generating xdoc content to be included into site

2017-02-01 Thread Lukas Theussl
Heya, Try ${project.build.directory}/generated-site or change the generatedSiteDirectory parameter, see https://maven.apache.org/plugins/maven-site-plugin/site-mojo.html#generatedSiteDirectory HTH, -Lukas Am 01.02.2017 um 11:49 schrieb Maxim Solodovnik: Hello Karl, Thanks a lot for the

Re: Breadcrumb inheritance in site.xml

2014-06-11 Thread Lukas Theussl
that wasn't possible during my time of activity, not sure if anything changed since: http://mail-archives.apache.org/mod_mbox/maven-users/201104.mbox/%3c4da464c8.2060...@apache.org%3E Cheers, -Lukas Am 12.06.2014 04:52, schrieb Benson Margulies: Is there a way to reset the breadcrumbs and

Re: PDF Plugin custom properties do not appear

2013-08-21 Thread Lukas Theussl
Hi Nikola, Sorry it took me so long, but you wrote just when my vacation started... I think this is a feature that was never implemented, as the docs [1] only mention ... System properties, Maven project properties and some date properties. that can be filtered, ie no custom properties.

Re: Problem with multi-module site

2013-06-21 Thread Lukas Theussl
AM, Lukas Theussl ltheu...@apache.org wrote: Custom menus are not inherited by default, I guess you have read the docs: http://maven.apache.org/plugins/maven-site-plugin/examples/multimodule.html The breadcrumbs should be inherited as long as the parent defines some: http://maven.apache.org

Re: Problem with multi-module site

2013-06-20 Thread Lukas Theussl
Custom menus are not inherited by default, I guess you have read the docs: http://maven.apache.org/plugins/maven-site-plugin/examples/multimodule.html The breadcrumbs should be inherited as long as the parent defines some:

Re: Converting preformatted APT to PDF

2013-06-11 Thread Lukas Theussl
Peter Lord wrote: On 11/01/13 11:26, Lukas Theussl wrote: Peter Lord wrote: On 11/01/13 08:14, Lukas Theussl wrote: My question was: is the wrapping different in the apt source and the pdf/html output? Pre-formatted text preserves line-breaks, so you would have to adjust the apt source

Re: Missing parent link in site, was Re: Error resolving parent pom (descriptor?) with site plugin

2013-05-23 Thread Lukas Theussl
IIUC your findings are summed up here: http://maven.apache.org/plugins/maven-site-plugin/faq.html#Use_of_url HTH, -Lukas On 05/23/2013 04:24 AM, Dan Rollo wrote: Well, I never saw a response to this, and finally got tired of the missing 'parent' links in maven generated sites. At some

Re: Hiding markup from Velocity during site generation with md.vm source files

2013-03-21 Thread Lukas Theussl
Did you try to escape the special character: \#\#\# ? -Lukas On 03/20/2013 08:06 PM, Kevin Minder wrote: Point of clarification. Velocity is eating the ### Sub-heading line because from its perspective this is a comment and doesn't belong in the rendered output. On 3/20/13 3:04 PM,

Re: Hiding markup from Velocity during site generation with md.vm source files

2013-03-21 Thread Lukas Theussl
/13 3:27 AM, Lukas Theussl wrote: Did you try to escape the special character: \#\#\# ? -Lukas On 03/20/2013 08:06 PM, Kevin Minder wrote: Point of clarification. Velocity is eating the ### Sub-heading line because from its perspective this is a comment and doesn't belong in the rendered

Re: Doxia markdown module: em-dash?

2013-02-16 Thread Lukas Theussl
The markdown module uses the pegdown library (http://pegdown.org/) for parsing, any problems should be reported there. HTH, -Lukas Laird Nelson wrote: Hello; how do I render an em dash using the Doxia Markdown module? The following source code results in an empty string in the final HTML

Re: Converting preformatted APT to PDF

2013-01-11 Thread Lukas Theussl
if you can't get it to work. HTH, -Lukas Peter Lord wrote: On 11/01/13 07:34, Lukas Theussl wrote: Are you saying that lines in the pdf/html output are wrapped differently than in the apt source? Pre-formatted text by definition preserves both spaces and line breaks so the text should

Re: Converting preformatted APT to PDF

2013-01-11 Thread Lukas Theussl
Peter Lord wrote: On 11/01/13 08:14, Lukas Theussl wrote: My question was: is the wrapping different in the apt source and the pdf/html output? Pre-formatted text preserves line-breaks, so you would have to adjust the apt source to fit your needs. However, it seems to me that it should

Re: Converting preformatted APT to PDF

2013-01-10 Thread Lukas Theussl
Are you saying that lines in the pdf/html output are wrapped differently than in the apt source? Pre-formatted text by definition preserves both spaces and line breaks so the text should be rendered exactly as in the apt source. -Lukas Peter Lord wrote: Hi All, I've been battling with

Re: Maven3 PDF-Plugin1.2 - How to disable or change the default generated pdf footer text?

2013-01-09 Thread Lukas Theussl
I haven't tested this in a while but the pdf footer should be the same as the site footer, did you try this: http://maven.apache.org/plugins/maven-site-plugin/examples/sitedescriptor.html#Custom_footer HTH, -Lukas Thorsten Nieser wrote: Hi together, Hopefully anybody could give me short

Re: Trouble with link on my 'maven site' when child projects aren't subfolders of parent project

2012-12-10 Thread Lukas Theussl
bill_s wrote: After publishing the maven site for my project, I'm having problems with the relative links working correctly on the site menu under the section 'Parent Project'. Right now, it points to '../../index.html'. However, the true location of the parent site is

Re: pdf problem

2012-10-25 Thread Lukas Theussl
Anders Hammar wrote: Have a look at the PDF Plugin: https://maven.apache.org/plugins/maven-pdf-plugin/ IIRC it doesn't work well with Maven 3. Or possibly not even at all. I've been using the pdf plugin with maven 3 for ages, apart from the missing reports [1] I never noticed any m3

Re: doxia-book-maven-plugin - How do I bind book sections to markdown files?

2012-08-17 Thread Lukas Theussl
If you only want to generate a pdf parallel to the site, you should rather use the maven-pdf-plugin [1] instead of the doxia-book-maven-plugin. It works better in my experience. HTH, -Lukas [1] http://maven.apache.org/plugins/maven-pdf-plugin/ Oliver Schrenk wrote: Hi, I want to use the

Re: Can't find site descriptor

2012-08-17 Thread Lukas Theussl
For reference: this has been filed before: https://jira.codehaus.org/browse/MSITE-639 Cheers, -Lukas Andy Ruch wrote: Hello, My build is failing because it can't find the site descriptor site_en.xml for the parent pom. I have the goal site:attach-descriptor in the parent pom and the

Re: Maven v3.0.3, PDF plugin v1.1 : fo:list-block is not a valid child element of fo:list-block

2012-07-03 Thread Lukas Theussl
Andy wrote: Caused by: org.apache.maven.plugin.MojoExecutionException: Error during document generation: Error creating PDF from /home/andy/work/datanucleus/documentation/m2_accessplatform/target/pdf/mav en- pdf-plugin.fo: org.apache.fop.fo.ValidationException:

Re: Site, deployment url and inheritance

2012-07-02 Thread Lukas Theussl
Grégory Joseph wrote: Hi there, I've seen this topic debated many times, and still haven't figured everything out. I was recently confused by the handling and inheritance of urls in Maven. I think I got most of it, when it comes to project.url. Now, when it comes to deploying a site,

Re: Site, deployment url and inheritance

2012-07-02 Thread Lukas Theussl
://nexus.domain.org/xyz; was converted to targetstaging/http/s.domain.org/xyz ... that looks weird indeed, if you have a test case I will look at it. -Lukas On 2 July 2012 13:57, Grégory Joseph greg@gmail.com wrote: Hi Lukas, On 2 July 2012 13:18, Lukas Theussl ltheu...@apache.org wrote: Grégory

Re: How to pass in site source directory into pdf:pdf?

2012-05-29 Thread Lukas Theussl
Do you have some source files for the site or only reports? Try to add a dummy index.apt or any other site source. HTH, -Lukas hujirong wrote: I got the error below when run mvn pdf:pdf. I tried mvn pdf:pdf -DsiteDirectory=${basedir}/target/site, still same error. Thanks Jirong [ERROR]

Re: How to pass in site source directory into pdf:pdf?

2012-05-29 Thread Lukas Theussl
The pdf plugin expects some source files to process, you have to add that yourself, see [1] for a mini guide. As I said, a simple dummy index file will presumably get you around the error. Note that not all reports are supported by the pdf plugin [2] and with maven 3 you won't get any

Re: Problem with Maven Project Info Reports Plugin in maven 3

2012-03-21 Thread Lukas Theussl
http://maven.apache.org/plugins/maven-project-info-reports-plugin/examples/selective-project-info-reports.html Note the different reporting configuration in maven 3: http://maven.apache.org/plugins/maven-site-plugin/maven-3.html#Configuration_formats HTH, -Lukas Subash Chaturanga wrote: Hi

Re: site-deploy upload location

2012-03-01 Thread Lukas Theussl
Documented behavior: If subprojects inherit the site URL from a parent POM, they will automatically append their artifactId to form their effective deployment location. This is the default behavior and currently cannot be switched off. If you want to change this, you have to explicitly set

Re: mvn site:stage is failing on multi-module project

2012-02-28 Thread Lukas Theussl
The distributionManagement url is only used to construct relative links between different modules in a multi-module build. The actual absolute location is irrelevant for site:stage, you can use any dummy address, eg file://tmp/junk/ or the one you give below (did you try?). Evidently, you'll

Re: mvn site:stage is failing on multi-module project

2012-02-27 Thread Lukas Theussl
site:stage is just a local preview of site:deploy, you need to specify a distributionManagement.url in the parent pom so links between modules will be consistent with the deployed site. HTH, -Lukas Daivish Shah wrote: Hi, I have project structure as below. maven-parent-project

Re: site:site fails due to not resolving in the reactor?

2012-02-24 Thread Lukas Theussl
Benson Margulies wrote: I have a rather vanilla project that fails in release:perform. The real failure underlying this comes from the following recipe: 1) Eliminate the result jar artifacts from the local repo. 2) run mvn install site:site the site phase fails in javadoc, complaining that

Re: Method calculateLink threw exception...

2012-01-18 Thread Lukas Theussl
Check that all item elements in your site.xml have a href, see http://jira.codehaus.org/browse/MSITE-619 HTH, -Lukas Thomas Scheffler wrote: Hi, I'm having issues with mvn site resulting in a NullPointer exception. Could someone give me a hint what can cause these exceptions? regards

Re: [doxia] sink.unknown and sink.figureGraphics

2011-12-24 Thread Lukas Theussl
The Doxia AbstractXmlParser and XhtmlBaseParser contain usage examples of most sink events, see eg [1,2]. Otherwise I would probably need more information to be able to help. Cheers, -Lukas [1]

Re: APT: How to add relative links with special symbols?

2011-12-08 Thread Lukas Theussl
Tsz-Wo Nicholas Sze wrote: Hi Lukas, Thanks a lot for the reply. So there is no way to do it due to DOXIA-397. As noted there, a workaround is to use absolute links. I got a second question: Is it possible to add links in verbatim text? The following does not work. No, as documented

Re: APT: How to add relative links with special symbols?

2011-12-08 Thread Lukas Theussl
Use xdoc for anything serious, that's my trick! :) -Lukas Tsz-Wo Nicholas Sze wrote: Hi Lukas, I have read the apt doc but I wonder if you may have some trick to do it. :) Thanks again. Nicholas From: Lukas Theusslltheu...@apache.org To: Maven Users

Re: APT: How to add relative links with special symbols?

2011-12-07 Thread Lukas Theussl
That's a known issue and discussed here: http://jira.codehaus.org/browse/DOXIA-397 HTH, -Lukas Tsz-Wo Nicholas Sze wrote: Hi, I tried to add relative links with special symbols (e.g. '%', ' ', '(') to apt docs. However, the special symbols are removed/replaced in the generated doc and

Re: Generate report PDF with Maven PDF Plugin

2011-11-30 Thread Lukas Theussl
Manfred Moser wrote: On 11-11-30 07:43 AM, 4ndrew wrote: Hi, I'd like to generate a PDF file from the results of Maven Surefire Plugin. But when I'm trying to run mvn pdf:pdf its says: *[INFO] Ignoring api call removed in maven 3, no reports are generated!* Any idea would be appreciated!

Re: Generate report PDF with Maven PDF Plugin

2011-11-30 Thread Lukas Theussl
On Thu, Dec 1, 2011 at 7:58 AM, Lukas Theussl ltheu...@apache.org wrote: Manfred Moser wrote: On 11-11-30 07:43 AM, 4ndrew wrote: Hi, I'd like to generate a PDF file from the results of Maven Surefire Plugin. But when I'm trying to run mvn pdf:pdf its says: *[INFO] Ignoring api call

Re: Unable to generate html report for maven-findbugs plugin

2011-11-02 Thread Lukas Theussl
Hi, *) if you want to generate the findbugs report via the site plugin, the configuration should go into the reporting, not build section of the pom *) AFAICS neither formats nor canGenerate are listed as supported configuration options of the findbugs plugin:

Re: APT: Issue with adding xml code snippets as Verbatim

2011-09-23 Thread Lukas Theussl
Try to only escape the '$' character, see http://velocity.apache.org/engine/devel/user-guide.html#escapinginvalidvtlreferences HTH, -Lukas On 09/23/2011 12:12 AM, Params wrote: Thanks Robert, I tried couple of combinations and found this to work: value#set($varline =

Re: Can DITA be used to create site documentation?

2011-09-22 Thread Lukas Theussl
Not yet: http://jira.codehaus.org/browse/DOXIA-288 -Lukas On 09/22/2011 05:06 AM, Eric Kolotyluk wrote: I was wondering if it is possible to use DITA to generate the documentation for a site. We use DITA for other stuff and it integrates nicely with Eclipse, I was hoping someone might have

Re: doxia and docbook

2011-09-14 Thread Lukas Theussl
as documented here: http://maven.apache.org/plugins/maven-site-plugin/faq.html#How_to_include_a_custom_Doxia_module_like_Twiki and the directory names and extensions: http://maven.apache.org/doxia/references/index.html -Lukas On 09/13/2011 11:22 PM, Benson Margulies wrote: No, the folder

Re: hyperlinks out of description?

2011-09-13 Thread Lukas Theussl
On 09/12/2011 10:25 PM, Mark H. Wood wrote: Is there any way to embed hyperlinks in the POM description element? If I put them in plain, the result is an invalid document; if I wrap them in CDATA then the markup comes through. Adding and using the XHTML namespace made no difference with the

Re: Doxia APT - possible to reference Maven properties?

2011-09-09 Thread Lukas Theussl
http://maven.apache.org/plugins/maven-site-plugin/examples/creating-content.html#Filtering HTH, -Lukas sebb wrote: Is it possible to reference Maven properties in APT documents? or environment variables? - To unsubscribe,

Re: Site plugin in maven 3.

2011-09-08 Thread Lukas Theussl
Hi, See comments in-line... Michael Haefele wrote: The question on using site with aggregated projects got me to trying out the maven 3 version of the site plugin.. Thought I'd post a little list of the steps required and a report card. My use case is I want to generate a site in some

Re: Site plugin in maven 3.

2011-09-08 Thread Lukas Theussl
Michael Haefele wrote: Third time trying to send this... I keep getting spam blocked. Technical details of permanent failure: Google tried to deliver your message, but it was rejected by the recipient domain. We recommend contacting the other email provider for further information about

Re: Links broken on multimodule site

2011-09-07 Thread Lukas Theussl
try site:stage: http://maven.apache.org/plugins/maven-site-plugin/faq.html#Why_dont_the_links_between_parent_and_child_modules_work_when_I_run_mvn_site HTH, -Lukas iapazmino wrote: Hello, I've got a multimodule project built with maven 3 with the 3.0-beta-3 version for the

Re: Clirr.skip does not seem to work for mvn site

2011-09-06 Thread Lukas Theussl
did you use pluginManagement? http://maven.apache.org/pom.html#Plugin_Management HTH, -Lukas sebb wrote: If a parent POM includes Clirr in the reports section, is it possible to suppress/exclude the report in a child Pom? It seems to be possible to override the level and comparison version

Re: site plugin and deploy layout

2011-08-30 Thread Lukas Theussl
On 08/30/2011 11:18 AM, mickael leduque wrote: Hi, I'm trying to use the site plugin and to deploy with a very simple directory layout. The deploy location should be something like scp://${site-deploy.base.location}/{project.groupId}/${project.artifactId}/${project.version}/ Nothing really

Re: site plugin and deploy layout

2011-08-30 Thread Lukas Theussl
On 08/30/2011 11:35 AM, mickael leduque wrote: 2011/8/30 Lukas Theusslltheu...@apache.org http://maven.apache.org/**plugins/maven-site-plugin/** examples/multimodule.htmlhttp://maven.apache.org/plugins/maven-site-plugin/examples/multimodule.html See the 'Note' under 'Staging and

Re: NPE with maven-site-plugin:3.0

2011-08-22 Thread Lukas Theussl
Please open an issue at http://jira.codehaus.org/browse/MSITE with a reproducible test case. Thanks, -Lukas On 08/22/2011 02:18 PM, Thomas Scheffler wrote: Hi, after updating to version 3.0 of maven-site-plugin I get a NullPointerException that does not occur with 3.0-beta3. How can I

Re: site 3.0 breaks site deployment

2011-08-20 Thread Lukas Theussl
This is probably related to http://jira.codehaus.org/browse/MSITE-600. Can you provide a simple test project? I am currently looking into it. -Lukas Randy Sr wrote: I moved from 3.0-beta3 to 3.0 of the maven site plugin and now my site deployment is broken. I have a root project with a

Re: Deploying site.xml

2011-08-19 Thread Lukas Theussl
Using Maven 3? See http://maven.apache.org/plugins/maven-site-plugin/maven-3.html#Site_descriptor_attachment HTH, -Lukas On 08/19/2011 12:21 PM, Lóránt Pintér wrote: Hi, I just noticed that when I do mvn site on my project, that Maven tries to download the site.xml for its parent

Re: Multi-Module and differing artifactId

2011-08-18 Thread Lukas Theussl
Hi, I am not aware of any other solution, but I remember the following comment by Benjamin, quoted from http://jira.codehaus.org/browse/MNG-5000: The cause of the issue was that module-2 has a different artifactId than its module name. Let me stress that such a layout is a recipe for

Re: How to use default layout repository with maven 1

2011-08-16 Thread Lukas Theussl
Manfred Moser wrote: On Mon, August 15, 2011 12:13 pm, amaresh mourya wrote: Hi All, Can I use default layout repository with Maven 1? By specifying following in my POM? repository idmaven2-repository/id nameRepository for Maven/name urlhttp://abc.net/maven/2//url

Re: Resources filtering failed if file contains @ on Linux/Mac

2011-07-19 Thread Lukas Theussl
maybe this: http://jira.codehaus.org/browse/MRESOURCES-104 ? -Lukas On 07/19/2011 12:01 PM, Li Yanhui wrote: Hi, I'm using maven-resources-plugin:2.4.3 on my Mac. I found it can't replace placeholder in properties file if it contains the '@' character. For example, I have a

Re: Maven fails while running mvn site

2011-07-15 Thread Lukas Theussl
The site plugin needs to be configured in the build section of the pom, not in reporting. HTH, -Lukas On 07/15/2011 11:56 AM, nataraj.krishnamur...@cognizant.com wrote: Hi I am trying to run mvn site and I get the following error Details : I am using Maven 2.2.1 and use JDK 1.6. I

Re: Site deploy problem

2011-07-14 Thread Lukas Theussl
site-plugin-2.3 has some problems with property resolution, see eg http://jira.codehaus.org/browse/MSITE-585. I'm not sure if this is the same issue as yours, could you try with 2.4-SNAPSHOT? HTH, -Lukas Johan Vogelzang wrote: Oh I forgot... I use Maven 2.2.1 and maven-site-plugin

Re: Maven-Doxia-Plugin: Generating LaTeX Code from APT

2011-05-30 Thread Lukas Theussl
Yes, sorry. The maven-doxia-plugin (and underlying book code) is really just alpha quality IMO... -Lukas Karl Heinz Marbaise wrote: Hi Lukas, The latex sink has a protected constructor that takes a 'String preamble' parameter, the default is [1], so you should be able to adjust that.

Re: Maven-Doxia-Plugin: Generating LaTeX Code from APT

2011-05-30 Thread Lukas Theussl
Karl Heinz Marbaise wrote: Hi Lukas, Yes, sorry. No need to apologize for that... That's my good education... ;) The maven-doxia-plugin (and underlying book code) is really just alpha quality IMO... That means it can be done some work on it... We were thinking at one point to

Re: Maven-Doxia-Plugin: Generating LaTeX Code from APT

2011-05-29 Thread Lukas Theussl
The latex sink has a protected constructor that takes a 'String preamble' parameter, the default is [1], so you should be able to adjust that. HTH, -Lukas [1]

Re: mvn compile works mvn site-deploy causes complation error

2011-04-28 Thread Lukas Theussl
Leandro wrote: Thanks Wayne. I've just solved it adding one dependency to the project. Why that problem only appears with mvn site and not with mvn deploy? It's the javadoc report that bombs because of missing annotation deps, and javadoc only runs with site. Also sometimes if I run

Re: PDF Plugin

2011-04-15 Thread Lukas Theussl
It works here. You are probably using an incompatible plugin, eg try disabling the reports. If you can't get it to work, attach a small test project at http://jira.codehaus.org/browse/MPDF HTH, -Lukas Stephen Cresswell wrote: Has anyone got the PDF plugin working with Maven 2.2.1?

Re: maven-3.0.2 + maven-site-plugin-3.0-beta-3 + multi module projects (can't resolve module dependencies)

2011-04-14 Thread Lukas Theussl
I'm not sure I follow you, why do you say a workaround is to go back to maven 2? MSITE-171 was opened against site-plugin-2.0-beta-5, as I said, it's an old issue that's been there forever AFAIK. -Lukas Andrew Hughes wrote: Update, I tried to back this out to maven2 and a collection of

Re: maven-3.0.2 + maven-site-plugin-3.0-beta-3 + multi module projects (can't resolve module dependencies)

2011-04-13 Thread Lukas Theussl
That's an old issue, see http://jira.codehaus.org/browse/MSITE-171 and related tickets. -Lukas Andrew Hughes wrote: Hi All, Before each of the following test, I delete my project/module artifacts from my local repo The following works :) *mvn clean install * *mvn site* The

Re: Site breadcrumbs: trouble with inheritance

2011-04-12 Thread Lukas Theussl
Which version of the site plugin are you using? Please try latest snapshots (2.3- or 3.0-beta-4-) and report back. Thanks, -Lukas Andreas Sewe wrote: Hi all, I have the following two projects: A dedicated website project for my root URL org.example:site (with urlhttp://example.org//url)

Re: Site breadcrumbs: trouble with inheritance

2011-04-12 Thread Lukas Theussl
Andreas Sewe wrote: Hi all, I have the following two projects: A dedicated website project for my root URL org.example:site (with urlhttp://example.org//url) and an organizational POM org.example:parent (with urlhttp://example.org/parent/url) The parent of org.example:site is the

Re: Can't get mvn site to generating site/reports

2011-04-11 Thread Lukas Theussl
first thing: *always* pin down the versions of the plugins you want to use. Your log says you're running site-plugin-2.0.1, but it looks like your using maven 3, in which case you have to use the m3 version of the plugin [1]. And as your log states explicitly: there is no version number for

site deploy wagon scp error: unexpected filename

2011-03-27 Thread Lukas Theussl
Hi there, I am testing the site deploy with the current snapshot of the site-plugin, and while deploying to apache works without problems, I'm getting the following error when deploying to a sourceforge project: scp://shell.sf.net/home/project-web/jaxodraw/htdocs/staging - Session: Opened

Re: Reopen MPIR-180 (Repositories which require authentication get blacklisted)?

2011-03-21 Thread Lukas Theussl
Please do not re-open issues that are marked as fixed in released versions, create a new issue and link back to the original one. Thanks, -Lukas Thierry Carre wrote: Hi all, My internal repository requires an authentication. When I build the Dependencies report with : mvn

Re: Missing links in site generation of multi-module project

2011-03-10 Thread Lukas Theussl
Got it! Yes, I can confirm that 2.3-SNAPSHOT does indeed fix my problem. Thanks a lot!! Craig -Original Message- From: Lukas Theussl [mailto:ltheu...@apache.org] Sent: Wednesday, February 16, 2011 11:01 AM To: Maven Users List Subject: Re: Missing links in site generation of multi-module

Re: changes:jira-report - No report for missing PID

2011-03-08 Thread Lukas Theussl
You shouldn't need the pid (where is it written that you do?), eg for the doxia jira report [1] we just have urlhttp://jira.codehaus.org/browse/DOXIA/url in the pom [2]. It's probably a different problem, check your logs. HTH, -Lukas [1] http://maven.apache.org/doxia/jira-report.html [2]

Re: Build Site for parent module, but skip the children?

2011-03-01 Thread Lukas Theussl
Related question: Is there a way of doing the exact opposite, ie exclude the parent site? I have a top level project that only serves as an aggregator and want to deploy the module sites *only*? -Lukas Brian Fox wrote: mvn -N site-deploy On Tue, Mar 1, 2011 at 4:50 PM, Brian

Re: Maven 3 site: how to add report configured in module to parent's report config?

2011-02-28 Thread Lukas Theussl
Jeff Jensen wrote: With Maven 3, how do I configure the site plugin to have a module's defined site reports added to the parent's defined site reports (and parent doesn't have the child report defined) instead of replacing the parent's report config? Is this expected to work/possible (I'm

Re: site-deploy always appends ${project.artifactId} in the deploy URL

2011-02-18 Thread Lukas Theussl
This is expected and documented [1]: 'If subprojects inherit the site URL from a parent POM, they will automatically append their artifactId to form their effective deployment location'. If you want to overide that, you need to declare a site.url in the sub-project. HTH, -Lukas [1]

Re: Missing links in site generation of multi-module project

2011-02-16 Thread Lukas Theussl
I tested your project with maven 2, using site-plugin-2.2 I can reproduce the problem, using current 2.3-SNAPSHOT it's fixed. Can you confirm? -Lukas Harpel, Craig wrote: I'm hoping somebody can tell me what I'm doing wrong here. I have a multi-module project that I've trimmed down to

Re: Missing links in site generation of multi-module project

2011-02-16 Thread Lukas Theussl
http://maven.apache.org/guides/development/guide-testing-development-plugins.html HTH, -Lukas PS sorry, dense too :) Harpel, Craig wrote: Sorry for being dense, but I don't see a 2.3-SNAPSHOT; where can I grab it from? -Original Message- From: Lukas Theussl [mailto:ltheu

Re: Site plugin - broken links between modules only on site stage

2011-02-02 Thread Lukas Theussl
Marcin Kuthan wrote: Hi Lukas Sorry for inconvenience with my example. I extracted self-contained test project: http://m4enterprise.googlecode.com/svn/trunk/test2/ The example is prepared to use m-site-p version 2.3-SNAPSHOT. You can customize plugin version with

Re: Site plugin - broken links between modules only on site stage

2011-02-01 Thread Lukas Theussl
Dear Marcin, I am unable to build your project (missing dependencies, failed enforcer rules), please provide a simple, self-contained test project if you want me to check something for you. However, from your description, this still sounds like MSITE-135 to me; in 4. the

Re: Site plugin - broken links between modules only on site stage

2011-01-31 Thread Lukas Theussl
Which version of the site plugin are you using (it's not specified in your poms)? Please test 2.3-SNAPSHOT, some staging issues should be fixed with http://jira.codehaus.org/browse/MSITE-533. HTH, -Lukas Marcin Kuthan wrote: Hi My multi module project is structured with separate

Re: Site plugin - broken links between modules only on site stage

2011-01-31 Thread Lukas Theussl
This sounds like a manifestation of http://jira.codehaus.org/browse/MSITE-135 but I'm not sure. If you can attach a simple test project that would help, I haven't tried to fix this yet. -Lukas Marcin Kuthan wrote: Hi Lukas I'm sorry that I didn't specify versions in the first post. I

Re: Missing reports menu

2011-01-26 Thread Lukas Theussl
Did you take into account the inheritAsRef attribute? If not it will default to false, meaning the reports menu is populated in the parent, and if the parent has no reports, it is removed... At least this is according to documentation, but I am confused about this myself, see my last

Re: Site deployment (scp) with NullKnownHostProvider fails on Maven3

2011-01-25 Thread Lukas Theussl
For the NPE in m3, this has just been filed: http://jira.codehaus.org/browse/MSITE-546 For m2, I'm not sure I understand you correctly, first you say it works, then you say it doesn't with the ssh extension (which you shouldn't need for scp). Maybe it's a version incompatibility, the

Re: pdf plugin broken in maven3?

2011-01-24 Thread Lukas Theussl
http://maven.apache.org/guides/development/guide-testing-development-plugins.html HTH, -Lukas Andrew Geery wrote: I don't see 1.2-SNAPSHOT in the main repository -- what repository should I be pointing at? Thanks Andrew On Fri, Jan 21, 2011 at 2:53 PM, Lukas Theusslltheu...@apache.org

Re: pdf plugin broken in maven3?

2011-01-21 Thread Lukas Theussl
I haven't actually tried with maven 3 but as I understand from Olivier's comments at MPDF-41, it should work apart from the reports inclusion. I have just re-deployed the current 1.2-SNAPSHOT, if you can test it, I will attempt a release next week (I was planning to release it during the

Re: site.xml: property interpolation and inheritance

2011-01-18 Thread Lukas Theussl
That's an old bug: http://jira.codehaus.org/browse/MSITE-135 I am currently looking at site inheritance issues, maybe I'll get to it... -Lukas Andreas Sewe wrote: Hi all, I have a question regarding property interpolation and inheritance in the case of site descriptors. I looks to my like

Re: How do I use the Maven site plugin to push the reports to my local web server?

2011-01-12 Thread Lukas Theussl
You mean site:deploy? http://maven.apache.org/plugins/maven-site-plugin/usage.html -Lukas ravi_atluri wrote: Hi I am really looking to get this issue resolved but am unable to do so. I have a local Apache Jetty web server installed in my local machine and I was wondering as to how to use

Re: How to avoid '/./' part of URL during site deployment?

2010-12-16 Thread Lukas Theussl
AFAIK a dot component in a path is still a valid URL so IMO the bug is on the server side. While it is probably a good idea for maven to normalize the path before the PUT, that's no reason to throw a 500 (internal server error...) Cheers, -Lukas Dennis Lundberg wrote: Hi After looking

Re: Maven 3 site doesn't generate an index.html

2010-11-15 Thread Lukas Theussl
Check http://jira.codehaus.org/browse/MSITE-425 HTH, -Lukas Gabriele Kahlout wrote: Hello, I don't know what could be the problem. Could someone send me a sample project for which executing mvn site results in an index file under target/site? I only get a css and images folder in there. I'm

Re: maven site broken on table generation

2010-11-10 Thread Lukas Theussl
There are 2 issues here: the one that Dennis pointed out that the last line of the table has to match the first; the other that you can't have all cells in all rows empty. Just add at least one row with at least one non-empty cell to make it work. Since you say that this used to work, it

Re: maven-pdf-plugin/maven-surefire-report-plugin showSuccess causing errors

2010-11-05 Thread Lukas Theussl
This should be filed for surefire http://jira.codehaus.org/browse/SUREFIRE component 'Maven Surefire Report Plugin'. The problem is that for showSuccess=false an empty table is written but fo expects some tableRows even if they are empty. Cheers, -Lukas Darren Hartford wrote: Hey all,

Re: Site plugin version management

2010-10-14 Thread Lukas Theussl
Did you google for it? http://jira.codehaus.org/browse/MSITE-490 Why the javadoc doesn't work I don't know... -Lukas Benson Margulies wrote: Site:site says this over and over, in addition to running the javadoc over and over. INFO] Generating Project License report. [WARNING] Deprecated

Re: Building ODE with Maven

2010-09-16 Thread Lukas Theussl
Tina Schliemann wrote: Hi, I try to build the apache ode with maven. With that command mvn install –Dmaven.test.skip=true I get that error [ERROR] BUILD FAILURE [INFO] [INFO] Invalid task

Re: AW: Building ODE with Maven

2010-09-16 Thread Lukas Theussl
=true (mine) -Lukas -Ursprüngliche Nachricht- Von: Lukas Theussl [mailto:ltheu...@apache.org] Gesendet: Donnerstag, 16. September 2010 11:08 An: Maven Users List Betreff: Re: Building ODE with Maven Tina Schliemann wrote: Hi, I try to build the apache ode with maven

Re: PMD plugin: source xref not generated unless JXR runs first

2010-08-15 Thread Lukas Theussl
Trevor Harmon wrote: On Aug 13, 2010, at 11:48 PM, Lukas Theussl wrote: if you want it to work with 'mvn site' you have to configure the jxr plugin as a report, see http://maven.apache.org/plugins/maven-jxr-plugin/usage.html Worked great; thanks! How can I help add

Re: PMD plugin: source xref not generated unless JXR runs first

2010-08-14 Thread Lukas Theussl
This is not a bug, jxr has to run first if you want to link to xref. So if you want it to work with 'mvn site' you have to configure the jxr plugin as a report, see http://maven.apache.org/plugins/maven-jxr-plugin/usage.html HTH, -Lukas Trevor Harmon wrote: Hi, I'm trying to use the PMD

Re: Apt munges local links to JavaDocs

2010-06-25 Thread Lukas Theussl
I can confirm that this does NOT work as it should. I have opened http://jira.codehaus.org/browse/DOXIA-397 Cheers, -Lukas Thom Nichols wrote: I'm trying to put links in my apt documents that link to javadoc:

Re: maven-project-info-reports-plugin 2.2 - index page without links, empty navigation column?

2010-05-23 Thread Lukas Theussl
This should be fixed in 2.1.1-SNAPSHOT: http://jira.codehaus.org/browse/MSITE-456 HTH, -Lukas Mirko Friedenhagen wrote: Hello, after my project reported a failure (java.lang.ArrayIndexOutOfBoundsException: 1 at org.apache.maven.doxia.module.xhtml.XhtmlSink.tableCell(XhtmlSink.java:791))

Re: [ANN] Maven Project Info Reports Plugin 2.2 Released

2010-05-21 Thread Lukas Theussl
Are you sure you are using site-plugin-2.1? This should already be pulling in doxia-1.1. Also the line number 791 doesn't exist in XhtmlSink in doxia-1.1... it looks like you have an old doxia being mixed in by something else. If you can't track it, please attach a complete test project with

Re: [WARNING] Deprecated API called - not org.apache.maven.doxia.sink.Sink instance and no SinkFactory available

2010-05-21 Thread Lukas Theussl
It's a warning about a maven-internal plugin, in this case the project-info-reports plugin. Which version do you use? (If you upgrade to latest 2.2, you also need site-plugin 2.1). Otherwise you can ignore the warning. HTH, -Lukas Raphael Ackermann wrote: When running mvn clean install

Re: [WARNING] Deprecated API called - not org.apache.maven.doxia.sink.Sink instance and no SinkFactory available

2010-05-21 Thread Lukas Theussl
Yes, it can be ignored AFAICT. I have opened a JIRA though: http://jira.codehaus.org/browse/MPIR-194 Cheers, -Lukas Raphael Ackermann wrote: I am using project-info-reports 2.2 and the maven-site-plugin 2.1 and still get the warnings. So I guess I can ignore them in that case?!? Raphael

Re: Broken mvn site

2010-05-19 Thread Lukas Theussl
Thanks! -Lukas Anders Hammar wrote: I'm pretty sure you're close to pissing some people off. why hasn't this been fixed yet and When is it going to be fixed is not the right wording for open source projects where you're not shipping in anything yourself. Creating jiras and providing patches

Re: AW: How to create a report based on annotations

2010-05-18 Thread Lukas Theussl
No idea about the apt-maven-plugin, but for site customization, are you familiar with skins: http://maven.apache.org/plugins/maven-site-plugin/examples/creatingskins.html ? HTH, -Lukas Lewis, Eric wrote: Anyone? :-) -Ursprüngliche Nachricht- Von: Lewis, Eric

  1   2   3   4   5   6   >