Re: [LOGO] site with Fluido skin and owl logo

2014-11-26 Thread Ryan Connolly
On Nov 26, 2014 2:33 PM, "Barrie Treloar" wrote: > > On 26 November 2014 at 18:55, Stephen Connolly < > stephen.alan.conno...@gmail.com> wrote: > > > > > I also think we should remove the side-bars (and perhaps switch to a top > > bar menu) as they hinder mobile accessibility. > > > I think the to

Re: m-source-p excludes regex support

2012-05-23 Thread Ryan Connolly
es limits the set configured by includes. > So your configuration will has no sources as Quote.java will be discarded > by Q*.java > > Review your configuration > > Jeff > > > On Mon, May 21, 2012 at 7:44 PM, Ryan Connolly wrote: > > > Hello, Maven Users: > &

m-source-p excludes regex support

2012-05-21 Thread Ryan Connolly
.java **/*.gwt.xml Best, -Ryan Connolly

Re: Properties in settings.xml does not work for system scoped dependencies

2011-11-11 Thread Ryan Connolly
Does this no longer work? http://docs.oracle.com/cd/E12840_01/wls/docs103/client/t3.html On Nov 11, 2011 3:38 PM, "Bengt Rodehav" wrote: > Stephen and Wayne, > > I agree that using system scope is undesirable. However, there is a reason > why maven has had this support - it is needed in real li

Re: need a dependency with multiple scopes

2011-10-18 Thread Ryan Connolly
Simply use only provided scope as it will be available to your tests as well. On Oct 18, 2011 6:28 AM, "mickael leduque" wrote: > Hello, > > I need to have the same dependency with two different scopes : test and > provided. > The scope mustn't be compile, of course. > > Now, if I try to repeat t

Re: Request for info on zip packaging using Maven 3

2011-07-26 Thread Ryan Connolly
http://maven.apache.org/plugins/maven-assembly-plugin/descriptor-refs.html On Jul 26, 2011 6:49 AM, wrote: > > Hi, > > Please do let me know if it is possible to package zip using Maven 3. > If possible, please provide some info regarding how to do it. > > > > Thanks & Regards, > > Anindya Mishra

Re: Building a -classpath for a plugin, from the inside?

2011-04-29 Thread Ryan Connolly
nArtifacts) { sb.append(dep.getFile().toURI()).append(File.pathSeparator); } getLog().info("Plugin CP = " + sb.toString()); On Thu, Apr 28, 2011 at 9:57 PM, Ryan Connolly wrote: > Owen: > > As far as getting a nice pre-crafted classpath element string from t

Re: Building a -classpath for a plugin, from the inside?

2011-04-28 Thread Ryan Connolly
Owen: As far as getting a nice pre-crafted classpath element string from the plugin's dependencies, I am not aware of an API call that will do that like we can for MavenProject classpaths (project.getRuntimeClasspathElements(), etc.). However, the plugin's dependencies are available in the follow

Re: Dynamically generating class names with archetype

2011-04-19 Thread Ryan Connolly
At the top of that page there is a link to a new archetype descriptor. Have a look there. On Apr 19, 2011 6:14 PM, "Rick Genter" wrote: > On Apr 19, 2011, at 3:05 PM, Ryan Connolly wrote: > >> Hi have you defined these properties in an archetype descriptor? >> >&

Re: Dynamically generating class names with archetype

2011-04-19 Thread Ryan Connolly
Hi have you defined these properties in an archetype descriptor? http://maven.apache.org/guides/mini/guide-creating-archetypes.html On Apr 19, 2011 5:11 PM, "Rick Genter" wrote: > I'm building an archetype for generating Maven projects for our custom application framework. Everything is working

Re: [FWD: How to run main program with maven?]

2011-04-10 Thread Ryan Connolly
Might this do the trick? http://mojo.codehaus.org/exec-maven-plugin/java-mojo.html On Apr 10, 2011 2:32 PM, wrote: > > Let's suppose I have main GUI program with lots of dependencies and some > unit tests. Maven will run my unit tests just fine. But suppose I want > to run the main program and tr

Re: mvn deploy and site in one go

2011-03-24 Thread Ryan Connolly
Why not simply fail the build (locally) upon any Checkstyle violations before it even gets committed and built by CI? I'm not sure about FB but I would guess you would have the option to fail the build for FB violations as well? This way, only code that conforms to your standards gets commited to

Re: release process and SNAPSHOT upgrade

2011-03-04 Thread Ryan Connolly
This is probably obvious but I think even if you were able to run the version updates the release plugin will complain about having local modifications. The updated pom would also need to be committed before the m-release-p will be happy. On Mar 4, 2011 5:33 AM, "nicolas de loof" wrote: > Hi, > >

Re: [Cobertura] Cobertura Report Not Showing

2011-02-28 Thread Ryan Connolly
I think what Wayne was trying to say is that there is a separate list for help with individual plugins. In this case you may get more specific help here: http://mojo.codehaus.org/cobertura-maven-plugin/mail-lists.html On Mon, Feb 28, 2011 at 9:16 AM, Collins, Russell wrote: > ...and one more

Re: Distinguishing artifacts created on branches

2011-01-17 Thread Ryan Connolly
Using a classifier MAY be appropriate for this use case. On Jan 17, 2011 8:57 AM, "Lóránt Pintér" wrote: > Hi, > > I want to deploy alternate artifacts from my branches so that other > developers can depend on them. Say, I have a product called > > com.mycompany.tool > tool > 5.2-SNAPSHOT > > Now,

Re: tomcat-m-p war dependency

2011-01-14 Thread Ryan Connolly
AT-75 On Jan 13, 2011 3:04 PM, "Ryan Connolly" wrote: > Olivier, > Not sure if you are being alerted of comments on the JIRA or not but in > case you are not I've commented in more detail there. Thanks for taking a > look! > -Ryan > On Jan 13, 2011 3:33 AM, &quo

Re: tomcat-m-p war dependency

2011-01-13 Thread Ryan Connolly
sue. > It sounds more reasonnable to have a new mojo for this with a more > simple syntax which could executed from the cli. > > Feel free to add an other comment. > > > Thanks, > -- > Olivier Lamy > http://twitter.com/olamy > http://www.linkedin.com/in/olamy > > 2011/1

Re: tomcat-m-p war dependency

2011-01-12 Thread Ryan Connolly
Ok, my patch has been submitted: http://jira.codehaus.org/browse/MTOMCAT-74 Please do take a peek at it. It would be great to see this in 1.2 if at all possible! -Ryan On Tue, Jan 11, 2011 at 5:27 PM, Olivier Lamy wrote: > Patchs are always welcome :-) > > 2011/1/11 Ryan

Re: tomcat-m-p war dependency

2011-01-12 Thread Ryan Connolly
7 PM, Olivier Lamy wrote: > Patchs are always welcome :-) > > 2011/1/11 Ryan Connolly : > > Thanks for the reply, Olivier. I'll give your suggestion a try. Would > it > > be worth my time trying to create a patch for this feature or would > rather > > jus

Re: tomcat-m-p war dependency

2011-01-12 Thread Ryan Connolly
ght I would try tomcat-m-p first. Thanks for the suggestion. -Ryan On Wed, Jan 12, 2011 at 1:48 AM, Anders Hammar wrote: > Try Codehaus Cargo, it should support your use case. If you need help, ask > on the cargo user list. > > /Anders > > On Tue, Jan 11, 2011 at 21:56, Ryan Co

Re: tomcat-m-p war dependency

2011-01-11 Thread Ryan Connolly
t supported currently (btw it's a good idea). > You can use copy goal [1] from dependency plugin to get your artifact > and use deploy-only mojo from t-m-p > > > [1] http://maven.apache.org/plugins/maven-dependency-plugin/examples/copying-artifacts.html > > 2011/1/11 Ryan

tomcat-m-p war dependency

2011-01-11 Thread Ryan Connolly
Hi: Does anyone happen to know whether it is possible to configure tomcat:run to deploy a defined war dependency as well as run the current project as a dynamic web app in the embedded container? I've tried setting the true configuration option and have declared a war dependency in the tomca

Re: site-deploy and m-release-p

2011-01-09 Thread Ryan Connolly
:22 PM, Ryan Connolly wrote: > OK, I've discovered part of the problem I was having here. The company pom > defined the m-site-p in the build section which was invoking it when it > should not have been. Now I have the m-site-p configured in the company pom > in the pluginManage

Re: site-deploy and m-release-p

2011-01-09 Thread Ryan Connolly
ly do what I want but there seems to be something amiss between using ${project.version} in the site.url and the actual version that gets uploaded. I'll continue to investigate but if anyone has any input I would be grateful. -Ryan On Sun, Jan 9, 2011 at 11:24 AM, Ryan Connolly wrote

site-deploy and m-release-p

2011-01-09 Thread Ryan Connolly
Hello: I am trying to update my company pom to include a m-release-p configuration for all other internal projects to use and in the process I am hoping to get site deployment to upload just the released version of javadocs upon release. It would appear that using the default release goals o

Re: Defining a project name when creating it from an archetype.

2010-12-08 Thread Ryan Connolly
> > Yes, I'm working on Liferay Hook and Ext plugins port to Maven. > I realized that I can do something like you described. Thanks for the > input. > > Thiago Moreira > > On Tue, Dec 7, 2010 at 5:52 PM, Ryan Connolly wrote: > > > Hi Thiago: > >

Re: Defining a project name when creating it from an archetype.

2010-12-07 Thread Ryan Connolly
Hi Thiago: For starters let me take a guess and say that the liferay archetypes will soon have a new addition? Secondly, I am no archetype expert but I'm guessing by the docs at guide-creating-archetypes you could simply add

Re: run a bash script after creating war file

2010-11-08 Thread Ryan Connolly
Try binding to the 'package' phase. On Nov 8, 2010 4:26 AM, "paladine" wrote: > > Hi everyone. > > my purpose is to run a bash script after creating war file. > i tried using maven-ant plugin. if you run ant script at 'generate-sources' > phase, it runs but this doesn't live up to my expectations

Re: Maven 3.0 Deployment Problem

2010-10-31 Thread Ryan Connolly
I think m3 requires you to add a wagon extension to your pom for scp. Maybe the following link will get you on the right track: https://cwiki.apache.org/MAVEN/maven-3x-compatibility-notes.html#Maven3.xCompatibilityNotes-TransportProtocols%2528Wagons%2529 On Oct 31, 2010 2:52 PM, "Harper, Brad" wr

Re: Maven 3.0 has landed!

2010-10-08 Thread Ryan Connolly
Right on. Thanks Benjamin! On Oct 8, 2010 8:54 AM, "Benjamin Bentmann" wrote: > Ryan Connolly wrote: > >> when will the maven site be updated to offer m3 in the downloads page? > > The updated site is already deployed and merely awaits its sync to the &

Re: Maven 3.0 has landed!

2010-10-08 Thread Ryan Connolly
w00t! Great news! Thanks to everyone involved. Just one question: when will the maven site be updated to offer m3 in the downloads page? On Oct 8, 2010 8:07 AM, "Jason van Zyl" wrote: > The day has finally come, Maven 3.0 is here: > > http://www.sonatype.com/people/2010/10/maven-3-0-has-landed

Re: global filter on multi-modules project

2010-04-09 Thread Ryan Connolly
Have you tried using ${project.parent.basedir}? On Apr 9, 2010 3:31 AM, "Aymeric Alibert" wrote: Nick, The only solution I could find is to create a 'filters' directory at the project top level. The structure would be: project/filters/filter-dev.properties project/module1/src/main/filters/filt

Re: Disallow snapshots during release:branch

2010-03-11 Thread Ryan Connolly
n Thu, Mar 11, 2010 at 9:35 AM, Ron Wheeler wrote: > Ryan Connolly wrote: > >> Hi, >> I have a question regarding the m-release-p branch goal. My team was >> wondering if it was possible to disallow snapshot versions of plugins and >> dependencies when creating cert

Disallow snapshots during release:branch

2010-03-11 Thread Ryan Connolly
Hi, I have a question regarding the m-release-p branch goal. My team was wondering if it was possible to disallow snapshot versions of plugins and dependencies when creating certain branches, for example a release candidate branch. They were boping we could catch tbe use of snapshots before

Re: Re : How to differentiate between pom.xml and ant's build file

2010-03-08 Thread Ryan Connolly
Just a guess but if you arent so much concerned with validation maybe a successful use of MavenXpp3Reader to get a Model instance from an XML file would indicate a good pom whereas an unsuccessful attempt may imply an ant build? On Mar 8, 2010 6:18 AM, "amaresh mourya" wrote: Hi All, Thanks for

Re: Help with Testing custom Report Plugin

2010-03-07 Thread Ryan Connolly
nters on how to achieve this? Thanks, Ryan On Sat, Mar 6, 2010 at 11:43 AM, Ryan Connolly wrote: > Hello, > I have been following along the process describing how to write a > custom maven report plugin write your own report > plugin<http://docs.codehaus.org/display/MAVE

Help with Testing custom Report Plugin

2010-03-06 Thread Ryan Connolly
Hello, I have been following along the process describing how to write a custom maven report plugin write your own report plugin but I am getting stuck at the point of testing my new plugin. In my unit test I am calling

Re: changes:announcement-mail and jira-report

2010-03-04 Thread Ryan Connolly
Ughhh... Never mind, all. I found it: mvn changes:announcement-generate -DgenerateJiraAnnouncement=true On Thu, Mar 4, 2010 at 11:02 AM, Ryan Connolly wrote: > Hello again, > We have recently moved to JIRA and in doing so are very excited that > we have been able to enable

changes:announcement-mail and jira-report

2010-03-04 Thread Ryan Connolly
Hello again, We have recently moved to JIRA and in doing so are very excited that we have been able to enable the jira-report provided by the maven-changes-plugin. We were using the changes.xml method of tracking changes before this migration and using the announcement-mail goal at deploy tim

Release Hanging while building assembly

2010-03-02 Thread Ryan Connolly
Hi folks, I've run into a strange issue while releasing a new project and I'm hoping someone may know what I might do to resolve it. I'm using the m-assembly-p to create tar.gz, tar.bz2, and zip distributions. Everything is working as it should (all artifacts are being built) until it comes

Help with appessembler plugin

2010-02-21 Thread Ryan Connolly
Greetings fellow maven-appassembler-plugin users, This question may be more relevant to the JSW lists so that was the first place I turned to pose this question. As I've seen zero activity from that list I'm hoping someone familiar with the m-a-p and the generate-daemons goal for jsw platform may

Re: Problem for access local .m2 installed snapshot dependency

2010-02-18 Thread Ryan Connolly
I can't see how it could be possible that the dependency declares a version of of 1.0.-0 when the output of your build is reporting a missing version of 1.0-7. I would double check the versions in all poms and do a clean install on both projects again. On Feb 18, 2010 8:17 PM, "pawan gandhi" wro

Re: How to print surefire errors (junit errors) to stdout? possible?

2009-12-21 Thread Ryan Connolly
Add a plugin configuration for surefire in your pom and pass false Plugin docs has this info: http://maven.apache.org/plugins/maven-surefire-plugin/test-mojo.html#useFile On 12/21/09, jvsrvcs wrote: > > I do not use my IDE to run unit tests. I use maven. What I would like to > know is... just

Re: How to print surefire errors (junit errors) to stdout? possible?

2009-12-21 Thread Ryan Connolly
Try passing -Dsurefire.useFile=false On 12/21/09, jvsrvcs wrote: > > When I run Maven junit tests (surefire plugin) I have errors and a message > that I should > go open a file that is in /target/surefire-reports/ > > This takes a lot of time to navigate to the directory, open the file, scroll >

Re: Custom plugin - resolve variables loaded from a file

2009-12-16 Thread Ryan Connolly
( scriptFile ); > > Where scriptFile is a java.io.File. I think this way, it's bypassing > Maven's framework. This could be yet another bug... > > Thanks for the help, Csaba > > > > Ryan Connolly wrote: > >> Hi. I have no experience with this plugin but i

Re: Custom plugin - resolve variables loaded from a file

2009-12-16 Thread Ryan Connolly
Hi. I have no experience with this plugin but it would seem that you could first filter the file as a typical maven resource and then have the plugin point to the filtered version? On 12/16/09, Gajo Csaba wrote: > Hello, > > We're using the rpm plugin for packaging, and we have a problem with i

Re: Memory Issues with site and javadoc reports.

2009-12-14 Thread Ryan Connolly
Update... I've solved this in my build by using the 2.3 version of maven-javadoc-plugin instead of the 2.6.1. I'll test other versions between 2.3 and 2.6.1 as time permits. Thanks, -Ryan On Mon, Dec 14, 2009 at 1:11 PM, Ryan Connolly wrote: > Hello, I'm hoping someone may

Memory Issues with site and javadoc reports.

2009-12-14 Thread Ryan Connolly
Hello, I'm hoping someone may be able to assist me with a Maven Site generation issue I've been having ever since I added a fourth module to my multi-module build. The issue appears to be linked to the maven-javadoc-plugin and I'm hoping someone here may have some insight into how I may be able to

Re: How to refer to project's classpath for plugin configuration?

2009-12-01 Thread Ryan Connolly
Did you try maven.compile.classpath instead of project.classpath? On 12/1/09, David C. Hicks wrote: > I'm having a problem with the Liquibase plugin. A custom change set is > unable to find a classpath resource in target/classes. I think it could > be that the plugin isn't using the correct cla

Re: Mojo Javadoc tags.

2009-11-28 Thread Ryan Connolly
I eventually found the docs at http://maven.apache.org/developers/mojo-api-specification.html Thanks. On 11/27/09, Ryan Connolly wrote: > Hi All, > I was wondering where I may find a list of all of the custom javadoc > tags that are valid in Mojo development. I am hoping

Mojo Javadoc tags.

2009-11-27 Thread Ryan Connolly
Hi All, I was wondering where I may find a list of all of the custom javadoc tags that are valid in Mojo development. I am hoping to extend checkstyle so that it knows about these custom tags as it currently fails on any plugins containing @goal, @parameter, etc. Any and all information woul

Re: Standard Out while running unit tests

2009-10-13 Thread Ryan Connolly
Passing the property -Dsurefire.useFile=false should do the trick. On 10/12/09, Komorek, Jonathan wrote: > Does anyone know a way to see the output of unit tests while they are > running via 'mvn test'? It would be much quicker to troubleshoot a test > rather than tracking down the SureFire repor

Re: dependencies used for test and compile?

2009-09-03 Thread Ryan Connolly
No... The test goal gets both the compile and test classpaths so defining the module dependencies as compile scope will do the trick. On 9/3/09, James Russo wrote: > Hello, > > I have a module A, B and C. Module C requires both module A and B > to compile and also test, do I need to include

Re: Text documents from APT ?

2009-08-03 Thread Ryan Connolly
keep digging. Maybe there's something in the Doxia (etc) > area that will help me out. > > Thanks again, > Dave > > Ryan Connolly wrote: > > I use the maven-changes-plugin to manage release notes and to generate > > text-only announcement emails. This may he

Re: Text documents from APT ?

2009-08-03 Thread Ryan Connolly
I use the maven-changes-plugin to manage release notes and to generate text-only announcement emails. This may help: http://maven.apache.org/plugins/maven-changes-plugin/ On Mon, Aug 3, 2009 at 12:01 PM, David C. Hicks wrote: > Pardon my ignorance, please. Is there a way to generate a nice

Referencing a peer module's classpath

2009-07-30 Thread Ryan Connolly
Hello, I'm currently working on a multimodule project with a distribution module which creates archives using the maven-assembly-plugin. I am including the javadocs for 2 other peer modules with the maven-javadoc-plugin and am referencing these with the sourcepath property. This is working ou

Re: maven-assembly-plugin fileset excludes

2009-07-27 Thread Ryan Connolly
I just struggled with this very thing yesterday... Adding a trailing slash to the directory name did the trick for me. Example: **/somedir/ On 7/27/09, Jason Chaffee wrote: > I am not able to exclude directories for some reason. I have several > directories that are identified with .temp and I

Re: OutOfMemoryError when deploying large files

2009-07-02 Thread Ryan Connolly
rge files > > > > releases > dav:http:///content/repositories/releases > > > snapshots > dav:http:///content/repositories/snapshots > > > > So we have changed the protocol to dav:http from http. > > -Rakesh > > > > > -O

Re: OutOfMemoryError when deploying large files

2009-07-01 Thread Ryan Connolly
Rakesh: We are experiencing this very same issue. Would you mind emailing me a pom snippet for the dav config you used to get around this? Your assistance would be most appreciated. Regards, Ryan On 6/30/09, Rakesh Arora wrote: > We have resolved the problem by using dav:http protocol inst

Re: Excluding files/webapp folder from a war

2009-06-16 Thread Ryan Connolly
Try something like this? src/main/webapp/someExcludedDirectory/** On Tue, Jun 16, 2009 at 8:07 AM, turbo-555 wrote: > > exactly, I'm trying to find a way or an example how to configure it, and > the > doc you posted...I've seen it and went over it several times trying > diffe

Re: Excluding files/webapp folder from a war

2009-06-16 Thread Ryan Connolly
It sounds to me like you want to configure the maven-war-plugin with some excludes. Docs can be found here: http://maven.apache.org/plugins/maven-war-plugin/examples/adding-filtering-webresources.html On 6/16/09, turbo-555 wrote: > > Hi all, > > I tried using the search, but I haven't found a

Re: maven-compiler-plugin unpacking dependencies into target/classes

2009-05-15 Thread Ryan Connolly
Posting your pom may aid folks in assisting you better... On 5/15/09, Michael Guyver wrote: > 2009/5/15 Baptiste MATHUS : >> Well, at first sight, it seems totally normal. > > Are you sure about that? > >> So I guess this would help [to know] what command you're running, > > mvn -o compile > >> i

Re: POM build a JAR file

2009-04-27 Thread Ryan Connolly
simply run: mvn package On Mon, Apr 27, 2009 at 2:40 PM, David Nemer wrote: > Hey Everyone, > > I'm already able to run the pom.xml file, and maven builds up my classes > into the target folder. > > Now, how do I make a JAR file containing all those classes that maven built? > (writing it on my P

Re: Can 'mvn site' include resources?

2009-04-27 Thread Ryan Connolly
I handled this by creating a site skin... See the following reference for more info: http://maven.apache.org/plugins/maven-site-plugin/examples/creatingskins.html Good luck! On Mon, Apr 27, 2009 at 9:19 AM, REMIJAN, MICHAEL J [AG/1000] wrote: > What is the best way for a site to inherit not on

Re: Looking to see if netezza database JDBC driver can be downloaded from maven repository

2009-04-24 Thread Ryan Connolly
I have a feeling this artifact will need to be downloaded and installed into your local repository manually... On Fri, Apr 24, 2009 at 3:08 PM, rmenon wrote: > > Guys > I am trying to see if I can find the netezza jdbc driver in maven and to > find out the pom signature (group, artifact id). I di

Re: Plugins for Database Change Management?

2009-04-23 Thread Ryan Connolly
>   > > > Module Pom > >   >       >        com.carbonfive >        db-migration-maven-plugin >         >           >            db-migration >            generate-test-resources >             >              migrate >             >           >         >       >

Plugins for Database Change Management?

2009-04-23 Thread Ryan Connolly
Hi All: I was hoping someone out there in maven-users land would have some insight into how to manage database changes in a team environment that utilizes a dev db, a beta db used by apps built via continuous integration, a release candidate db, and a production db. I have looked briefly at l

Re: wtf

2009-04-23 Thread Ryan Connolly
I have seen this one and another from you asking the same thing... On Thu, Apr 23, 2009 at 9:37 AM, Alexandr Khlystov wrote: > Why I can't publish email to this group?? I've sent 2, and none is arrived. > > -- > > Best regards, > Alexandr Khlystov > -- �...@n ---

Re: scm:add question

2009-04-22 Thread Ryan Connolly
How about using */** for includes? Also, maybe run using -e to see the stack trace if available? That may help you debug this issue as well. On Wed, Apr 22, 2009 at 9:00 AM, Sean Davis wrote: > On Wed, Apr 22, 2009 at 8:40 AM, Ryan Connolly wrote: > >> It looks as though you are t

Re: Configure JCoverage maven plugin

2009-04-22 Thread Ryan Connolly
I would personally use Cobertura plugin as according to the JCoverage plugin site, it is deprecated and no longer maintained. http://maven.apache.org/maven-1.x/plugins/jcoverage/index.html On Wed, Apr 22, 2009 at 8:46 AM, Chirag Trivedi wrote: > > Hi, > > I have maven project in which I build m

Re: scm:add question

2009-04-22 Thread Ryan Connolly
It looks as though you are trying to add everything in the src dir but the plugin is complaining that it does not know what it is you want to add... I would try passing the optional includes property to the plugin configuration to see if that changes things. On Wed, Apr 22, 2009 at 8:27 AM, Sean

Maven site links

2009-04-22 Thread Ryan Connolly
Hi: I have another query regarding maven site generation, in particular how does one create links that open in a new window? I'm seeing the icon for indicating that a link opens in a new window in skin resources and would like my javadocs, test coverage reports and others to open in a new win

Re: Maven Site Skinning

2009-04-21 Thread Ryan Connolly
ndeed remain seperate. Thanks again for the input. It's greatly appreciated! On Tue, Apr 21, 2009 at 2:43 PM, Dennis Lundberg wrote: > Ryan Connolly wrote: >> Hello: >>      I am creating a site skin for my company's project sites and have >> written a MOJO that will

Re: Maven Site Skinning

2009-04-21 Thread Ryan Connolly
come up with a way for a skin project to include a mojo instead of having to maintain them seperately! On Tue, Apr 21, 2009 at 11:35 AM, wrote: > Hi Ryan, > > On Tue, Apr 21, 2009 at 11:31 AM, Ryan Connolly wrote: >> Jesse: >> >>    I would be glad to, however, I fee

Re: Maven Site Skinning

2009-04-21 Thread Ryan Connolly
h the skin I am developing for our company projects. Please let me know what would interest you in regards to project logo generation and I would be glad to look into incorporating your requests. Thanks! On Tue, Apr 21, 2009 at 11:05 AM, wrote: > Hello Ryan, > > On Tue, Apr 21, 2009 at

Maven Site Skinning

2009-04-21 Thread Ryan Connolly
Hello: I am creating a site skin for my company's project sites and have written a MOJO that will generate the site logo based on the project name that runs at the pre-site lifecycle phase. My question is this: Could my plugin goal somehow be packaged along with the skin so that it can be cal