http://stackoverflow.com/questions/12423965/maven-aspectj-all-steps-to-configure-it
On Mon, Oct 12, 2015 at 12:04 PM, aalok singhvi wrote:
> Hello,
>
> I have a present ant project which compiles...classes using
>
> javac first and than compiles using iajc .
>
> How can i do similar stuff in mave
It appears that the Maven central search index (search.maven.org) was
not able to load the index as any search now returns an empty response
(no entries found).
Martijn
-
To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
In our master POM we have defined the following (logical) profile to
disable the doclint of javadoc to be able to actually render our
javadocs.
Java 8
1.8
-Xdoclint:none
However this parameter is not supported by Java 7 and anyone trying to
use t
http://www.mojohaus.org/clirr-maven-plugin/
>
> If not the documentation has not been regenerated yet..
> will happen during the next days...
>
> Kind regards
> Karl Heinz Marbaise
>>
>>
>>
>> On Mon, Jun 8, 2015 at 12:26 AM Martijn Dashorst
>>
>>
g in the
> upcoming days & weeks).
>
> Cheers
>
> 2015-06-08 0:47 GMT+02:00 Thomas Broyer :
>
>> https://github.com/mojohaus/clirr-maven-plugin ?
>>
>>
>> On Mon, Jun 8, 2015 at 12:26 AM Martijn Dashorst <
>> martijn.dasho...@gmail.com>
The clirr-maven-plugin was one of the unfortunate casualties of
codehaus' demise.
It should get a new home, but my google-fu leaves me without any
results. Where does this plugin live on?
Martijn
-
To unsubscribe, e-mail: users-
B
Martijn
On Mon, Dec 15, 2014 at 2:27 PM, David Hoffer wrote:
> B
>
> -Dave
>
> On Mon, Dec 15, 2014 at 6:22 AM, wrote:
>>
>> B
>>
>> Cody Fyler
>> Lending Grid Build Team
>> G=Lending Grid Builds
>> (515) – 441 - 0814
>>
>> -Original Message-
>> From: Stephen Connolly [mailto:stephen.
To fix this I had to add
org.apache.maven.scm
maven-scm-provider-gitexe
1.9
to the plugin definition of the m-r-p (version 2.4.1).
Martijn
On Wed, Feb 5, 2014 at 5:44 PM, Martijn Dashorst wrote:
> This is still an issue. Can someone please fix the maven-release-plugin
This is still an issue. Can someone please fix the maven-release-plugin to
work with a decent version of git?
Martijn
On Sat, Dec 28, 2013 at 4:22 PM, Robert Scholte wrote:
> Hi,
>
> it depends on the type of problem you're facing.
>
> as said before, these are probably the best options:
>
> -
Is it me or does the maven-release-plugin ignore the pushChanges setting?
Running the release process actually pushes the changes to the git
repo. And I *really* don't want that to happen.
Relevant configuration:
org.apache.maven.plugins
maven-release-plugin
2.4.2
true
I'm currently in week 4 of trying to release Apache Wicket and I am giving up.
The release plugin fails to tag the updated release poms but instead
tags the SNAPSHOT version. Then the release plugin starts to release
the tag which unfortunately points to the SNAPSHOT version.
My best guess is tha
The default auth-roles project is just an example of how to do
*simple* authentication and authorization. It only supports 3 roles:
not logged in, logged in user and administrator. For more complex
things or flexibility you'll need something like Apache Shiro, Wicket
Security (now hosted on wicket
Here's the contents of settings.xml relevant to our repo manager:
our-repository
Maven Repository Manager running on
corp.com
http://repo.corp.com/artifactory/repo
*
Yes, and that doesn't describe our case.
Company wide parent pom, similar to the ASF parent pom. is a separate
svn project, not linked from any reactor.
Project specific parent pom with submodules. Project parent pom
extends company wide parent pom.
New release of company wide parent pom : going
add an include pattern. Default maven filters out java files.
Martijn
On Sun, Nov 7, 2010 at 11:26 AM, James Ring wrote:
> (Please CC me on replies, I am not subscribed to this list)
>
> Hi there,
>
> I have a GWT project which programatically starts a DevMode shell. The
> problem I have is that
On Thu, Oct 28, 2010 at 2:54 PM, Ron Wheeler
wrote:
> It is hard to get enthusiastic about maintaining old software that has been
> replaced by better stuff that is free.
maven-eclipse-plugin works roughly 100% of the time here, but the
m2eclipse plugin fails miserably with our maven project setu
Is this a known issue?
A new company parent pom release was not downloaded by maven 3, and
hence failed to do anything with my project. Running maven 2.2.1 on
the project successfully downloaded the parent pom.
Running maven 3 gave the following output:
$ mvn -X help:effective-pom
Apache Maven 3
So how does one get ownership of the plugin? I've contributed 2
patches with an implied promise that they would be included when the
failing ITs on Barrie's workspace were resolved. Unfortunately that is
the last of it.
Why the constant commercials for the m2eclipse plugin? Instead why not
ask for
On Tue, Jun 15, 2010 at 12:04 PM, Daniele Dellafiore wrote:
> I have "patched" maven-eclipse-plugin to create an eclipse project also for
> projects with "pom" packaging type.
> I was wondering if this was a bug or a feature and if someone is interested
> in the plugin behaving this way other than
try groupid: org.apache.maven.plugins instead
Martijn
On Sat, Nov 28, 2009 at 8:24 PM, Hannelore Brijs
wrote:
>
> MessageI have installed
> m2eclipse, and tried to execute this command: mvn
> eclipse:eclipse
> Then I got this
> error: The plugin 'org.apache.com.plugins:maven-eclipse-plugin' does
On Mon, Aug 17, 2009 at 3:37 PM, Wendy Smoak wrote:
> Can you try a different browser? I believe it's a known issue with
> Safari. For example, ServiceMix has a note on their download page
> about it. http://servicemix.apache.org/servicemix-323.html
I don't use ff for daily usage :)
With Wicke
The page http://maven.apache.org/download.html provides links to the
mirroring system, but it seems to be configured wrongly. When I click
on the link to e.g.
http://www.apache.org/dyn/closer.cgi/maven/binaries/apache-maven-2.2.1-bin.tar.gz
I get the mirrors page downloaded as if it were the tarbal
I think you need to fork the compiler. See
http://maven.apache.org/plugins/maven-compiler-plugin/examples/compile-with-memory-enhancements.html
Martijn
On Thu, Aug 13, 2009 at 12:26 PM, kopemor wrote:
>
> Hello,
>
> I am getting "java.lang.OutOfMemoryError: Java heap space" exception when I
> com
Not sure how you compare things in your assertions, but it may be
someone in your team who has different svn client settings (EOL style)
or not the correct encoding for the files. This is a certain way to
get strange test results. Write the comparison strings to a file and
open it with a hex editor
This is not the functionality I described. What you describe already
works in 2.5, as it is the multimodule functionality. What I described
is that you can check out Wicket into your workspace, and start
hacking on your own Wicket application, where the
maven-eclipse-plugin:2.7 will find the wicket
We also tested it with an AspectJ project, and that works as well.
Martijn
On Fri, May 29, 2009 at 10:09 AM, Martijn Dashorst
wrote:
> Works great! Thanks Barrie!!!
>
> Here's the log entry for my run:
>
> macbookpro:myproject dashorst$ mvn eclipse:eclipse
> [INFO
ri, May 29, 2009 at 9:20 AM, Arnaud HERITIER wrote:
> I just deployed it in the snapshots repo. It's numbered
> : 2.7-20090529.071922-5Thx for your hard work Barrie.
> Cheers
>
>
> Arnaud
>
>
> On Fri, May 29, 2009 at 6:05 AM, Barrie Treloar wrote:
>
>> On W
On Wed, May 27, 2009 at 10:47 AM, Barrie Treloar wrote:
> I went quickly hacking an existing IT test to include the resources
> definition you provided and some debugging output (as ERROR so I could
> see it)
Great!
> So src/main/resources is correctly on the resources list.
> The problem is tha
http://wicket.apache.org/quickstart.html
Select for example Wicket 1.3.6
Martijn
On Wed, May 27, 2009 at 8:44 AM, Barrie Treloar wrote:
> On Wed, May 27, 2009 at 3:58 PM, Martijn Dashorst
> wrote:
>> With Wicket, we have Page.html, Page.properties, Page.properties_ru,
>>
On Wed, May 27, 2009 at 1:17 AM, Barrie Treloar wrote:
> On Tue, May 26, 2009 at 11:03 PM, Martijn Dashorst
> wrote:
>> In my opinion MECLIPSE-443 is a very bad idea. Should every plugin be
>> configured so that the resources available in src/main/java are
>> trea
in it and the darkness of the eclipse
> configuration doesn't help. Now many settings are stored in files.
>
> I'll try to have a look at MECLIPSE-443 but I cannot say when it will be. I
> think it sould be better for you to be able to use plugins like m2eclipse or
> q4e.
&
In my opinion MECLIPSE-443 is a very bad idea. Should every plugin be
configured so that the resources available in src/main/java are
treated as classpath entries? According to me the eclipse plugin
should take the part of the pom into account, rather than
invent yet another way of specifying whe
The md5 sum of the org.codehaus.woodstox:stax2-api:3.0.1:jar is the
same as the one coming from repository.codehaus.org, but the repo1 jar
file doesn't generate the same MD5. The codehaus hosted jar *does*
generate the correct MD5 sum.
Martijn
-
The co-worker reported back that the plugin works as advertised
(latest snapshot)
Martijn
On Tue, Apr 21, 2009 at 10:27 AM, Martijn Dashorst
wrote:
> A co-worker tested it, and found it not working. He'll comment later.
>
> Martijn
>
> On Tue, Apr 21, 2009 at 12:20 AM, Ar
A co-worker tested it, and found it not working. He'll comment later.
Martijn
On Tue, Apr 21, 2009 at 12:20 AM, Arnaud HERITIER wrote:
> Ping ??Nobody wants to test it ?
> Without your help, will never be able to produce a plugin which replies to
> your needs.
> Cheers,
>
> Arnaud
>
> On Thu, Ap
On Thu, Apr 9, 2009 at 7:58 AM, Arnaud HERITIER wrote:
> 1) The Maven convention and good practice is to put ressources files like
> *.txt in src/main/resources.
But *FORCING* this 'convention' on the world is a whole other thing.
One of the benefits of using maven is that you can adjust it to yo
Using maven 2.0.10, I ran into the maven-eclipse-plugin 2.6 bug fix
that excludes anything not Java from being on the classpath. I didn't
upgrade my eclipse plugin, and thought that as of 2.0.8 the root pom
specifies stable plugins for each release. Apparently,
maven-eclipse-plugin is not amongst t
Try slideshare.net, for example: http://www.slideshare.net/tag/maven
Martijn
On Mon, Mar 16, 2009 at 7:53 PM, Erik Putrycz wrote:
>
> I'm thinking of doing a presentation of maven - IAM - archiva/nexus to a
> software quality local association and I was wondering if there is any
> existing open
ject/6.0.1/project-6.0.1.pom:
mergere-public-repository
./org/mortbay/jetty/project/6.0.1/project-6.0.1.pom:
http://repo.mergere.com/maven2
On Thu, Sep 11, 2008 at 12:40 AM, Martijn Dashorst
<[EMAIL PROTECTED]> wrote:
> It could also be a plugin afiak.
>
> Martijn
>
> On Thu, Se
It could also be a plugin afiak.
Martijn
On Thu, Sep 11, 2008 at 12:33 AM, Martijn Dashorst
<[EMAIL PROTECTED]> wrote:
> Probably some rogue project that has the repo in its repository list
> in its pom file that is either included directly or transitively. I've
> heard thi
Probably some rogue project that has the repo in its repository list
in its pom file that is either included directly or transitively. I've
heard this mergere repository problem earlier.
Martijn
On Wed, Sep 10, 2008 at 8:43 PM, David C. Hicks <[EMAIL PROTECTED]> wrote:
> My first attempt at a fix
Talk to the hibernate guys—projects are responsible themselves for
ensuring uploads to the central repo. This is not an issue for the
maven team.
Martijn
On Wed, Aug 27, 2008 at 10:14 AM, Alexander Vaysberg <[EMAIL PROTECTED]> wrote:
> Hi,
> i have a problem with maven dependency for hiberante. H
On Tue, Aug 26, 2008 at 12:55 PM, Brett Porter <[EMAIL PROTECTED]> wrote:
> This is certainly a situation for a repository manager such as
> Archiva, Nexus, or Artifactory (not sure if this one has group Id
> filtering like the others, but it may). For more information:
> http://maven.apache.org/re
//localhost:8080.
>
> 3. More information can be found at:
>
>http://appfuse.org/display/APF/QuickStart+Guide
>
>
>
> But I don't have mysql in this windows Vista desktop.
>
> I have insalled mysql 5 in a linux server. How can I make connection from
> this
add a minus character before your DartifactId=
Martijn
On Tue, Aug 19, 2008 at 12:30 PM, sam wun <[EMAIL PROTECTED]> wrote:
> Hi, I tried to build my first AppFuse project following the link I shown
> below,
>
> http://appfuse.org/display/APF/AppFuse+QuickStart
>
>
>
> But I hit the first err
You can only generate JavaDoc from source, not from a binary jar. For
instance, parameter names are stripped in the binary code.
Martijn
On Wed, Aug 13, 2008 at 5:03 PM, Zemian Deng <[EMAIL PROTECTED]> wrote:
> Hello list,
>
> I have a commercial jar artifact that uploaded to my own repository, a
You could use a company repository manager, and reference that in a
parent pom that all your projects extend.
Martijn
On Fri, Aug 8, 2008 at 12:37 PM, Richard Chamberlain
<[EMAIL PROTECTED]> wrote:
> Hi,
>
>
>
> In all of my POM files I have a distribution management section. Each
> one of them h
http://maven.apache.org/maven-1.x/plugins/java/properties.html
On Mon, Jul 21, 2008 at 11:46 AM, thomas2004 <[EMAIL PROTECTED]> wrote:
>
> How and where can I set the compiler version?
>
>
>
> Martijn Dashorst wrote:
>>
>> make sure you set the compiler ve
make sure you set the compiler version correctly. The compiler plugin
defaults to java 1.3
Martijn
On Mon, Jul 21, 2008 at 11:35 AM, thomas2004 <[EMAIL PROTECTED]> wrote:
>
> I have a java project built with Java5. Today as I rebuild the project with
> maven1 I got error. It doesn't recognize the
Use a repository manager such as artifactory or archiva instead, and
let it download those dependencies for you. Or you can upload an
existing (local) repository to artifactory to seed the cache.
Martijn
On Wed, Jul 16, 2008 at 6:19 PM, Fisher, Jonathan
<[EMAIL PROTECTED]> wrote:
> Hey guys,
>
>
I've downloaded the latest (0.6.1) and built it from the source but
any plugin invocation results in npe's in maven. For example:
$ mvn help:describe -Dplugin=webtest -Dfull=true
[INFO] Scanning for projects...
[INFO] Searching repository for plugin with prefix: 'help'.
WAGON_VERSION: 1.0-beta-2
[
See the maven source plugin, and attach it to the jar execution phase
(iirc.) you can see one example of the definition in action in the
Wicket parent pom:
http://svn.apache.org/repos/asf/wicket/trunk/pom.xml
Martijn
--
Become a Wicket expert, learn from the best: http://wicketinaction.com
Apach
I think you need the
mvn release:prepare release:perform
goals.
Martijn
On Nov 18, 2007 5:48 PM, Brad Smith <[EMAIL PROTECTED]> wrote:
> I use maven on several projects that provide components to other
> applications. I would like to have maven automatically create a tag in
> the subversion re
gmail doesn't register your own messages as 'new'. as such your own
first posts hardly get noticed in gmail, only when someone responds
they light up.
This is at least what I've learned over the years.
Martijn
On 9/13/07, Tim Kettler <[EMAIL PROTECTED]> wrote:
> So when you reply to a message on
why don't you use a packaging of type 'jar'?
Martijn
On 4/1/07, raju <[EMAIL PROTECTED]> wrote:
Hi,
I just need to build a jar file containing the class files from a directory.
There are too many elements as part of the plugin.
Please provide me a pom snippet to achieve just jarring of files
tions.
Is there a way to prevent this from happening?
Martijn
On 3/21/07, Martijn Dashorst <[EMAIL PROTECTED]> wrote:
All,
I have a question that is bugging me for quite some time regarding
maven 2 and the build lifecycle.
Way back when I didn't use maven yet (2003) we used ant to au
All,
I have a question that is bugging me for quite some time regarding
maven 2 and the build lifecycle.
Way back when I didn't use maven yet (2003) we used ant to automate
our build and everything was very efficient: compiles were only done
on java files that were actually changed, javadoc only
Probably the defaults for your jvm are too low. You can (read: should
be able to) increase the memory available for your Java runtime
environment by setting the following (assuming you use bash as a
shell):
export JAVA_OPTS=-Xmx512m
This should give you enough memory for maven to run in.
Martij
Yes, but "runtime classpath" != "runtime scope"
runtime classpath == union(compile, runtime scope)
Martijn
On 8/30/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
So, this means that war and ear plug-ins reference the runtime classpath
instead of say compile o
No, but maven is also used to create war, ear and other distribution
packages. These packages need those actual runtime dependencies inside
them.
So for testing I need junit, but not at runtime -> test scope
For testing I may not have a need for oracle-jdbc (using hsqldb for
unittests), but at ru
OK, thanks, I created a JIRA issue for the sync.
Martijn
On 8/28/06, Carlos Sanchez <[EMAIL PROTECTED]> wrote:
you have to ask for it, not automated yet
On 8/27/06, Martijn Dashorst <[EMAIL PROTECTED]> wrote:
> Hi,
>
> Our repository is in the sync scripts of maven (thank
Hi,
Our repository is in the sync scripts of maven (thanks Carlos!), and
I'm wondering if I have to do anything specific to get the sync
triggered or whether it is now fully automated?
Martijn
--
Download Wicket 1.2.2 now! New Ajax components: Tree, TreeTable and ModalWindow
-- http://wicketfra
IIUC The assembly plugin is used to build distributable artifacts,
such as zips containing your project, documentation, installation
scripts, run scripts etc. It is not intended to be put into a
repository.
Maven only allows one artifact (the result of building your module)
per project/module. Th
Barrie,
Thanks for the answers.
> Example setup:
>
> foo
> foo-parent
> 1.0-SNAPSHOT
> pom
>
>
>
>
> foo
> foo-parent
> 1.0-SNAPSHOT
>
> bar
> jar
>
>
> The first problem is the parent pom. Is the snapshot version of the
> parent pom updated when I build the bar project?
Mave
All,
If you have a project setup where all your projects have a common
parent project, and some are dependend on the others, how can you
accomodate the downloaders of your assemblies such that they still can
build your project using maven if/when they are offline?
Example setup:
foo
foo-parent
Attach the sources plugin to the install phase of the build.
true
org.apache.maven.plugins
maven-source-plugin
IL PROTECTED]> wrote:
I may be wrong, but if your parent is, as in the book, a pom packaged
artifact with a module list then doing a release at that level should
prompt (with sensible defaults) the release of all the modules.
Andy
On Fri, 2006-06-30 at 21:29 +0200, Martijn Dashorst wro
All,
I've updated the structure of my projects that depend on one another
to the structure as proposed in the better builds with maven book.
The one problem I have with this way of building is the link to the
parent project:
wicket
wicket-parent
1.2-SNAPSHOT
Now I have to update all
nce between assembly:assembly and assembly:attached is
the object that they are working on. The goal assembly:assembly uses
${executedProject} while assembly:attached uses ${project}.
So if assembly:attached works for you, then I suggest you use it.
Martijn Dashorst wrote:
> All,
>
> We have
All,
We have an examples project which has an artifact type of 'war'. The
dependencies for the war are correct and for instance servlet api has
scope 'provided'.
The provided jars don't show up in the WAR file, which is what I want.
Now the catch: I want to create a combined src/binary ZIP dist
I noticed that also, and created a JIRA issue for it:
http://jira.codehaus.org/browse/MASSEMBLY-112
Martijn
On 6/2/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
Has anyone else noticed how the main jar file you create is now included
as a "dependency" when using the in an assembly
file?
any such tests in the same project. (I can live with
> > this.)
> > > 2) I have to put the dependency in the other project even though it is
> > only
> > > needed when running the test that references this project. That seems
>
BTW this regards maven 2.
Martijn
On 12/19/05, Martijn Dashorst <[EMAIL PROTECTED]> wrote:
>
> How can I use a licensed clover.jar instead of the 30-day trial jar file?
> Note I have a licensed clover.jar already :-)
>
> Martijn
>
>
> --
> Living a wicket li
How can I use a licensed clover.jar instead of the 30-day trial jar file?
Note I have a licensed clover.jar already :-)
Martijn
--
Living a wicket life...
Martijn Dashorst - http://www.jroller.com/page/dashorst
Wicket 1.1 is out: http://wicket.sourceforge.net/wicket-1.1
it.
> If you find some errors, don't hesitate to inform us on the mailing list
> or on jira.
>
> Cheers
>
> Arnaud
>
>
> > -Message d'origine-
> > De : Martijn Dashorst [mailto:[EMAIL PROTECTED]
> > Envoyé : dimanche 18 décembre 2005 22:32
All,
How should one change the way the project-info reports are generated?
For instance, I like to not show the email address of contributors and
developers, and fold some of the columns. How can I provide that
functionality?
Martijn
--
Living a wicket life...
Martijn Dashorst - http
//maven.apache.org/guides/mini/guide-site.html page, there is
> a
> link to the apt format documentation(
> http://maven.apache.org/guides/mini/apt-format.html), but this link seems
> broken.
>
> regards,
>
> Wim
>
>
--
Living a wicket life...
Martijn Dashorst - htt
> > > > > > and verbose schemas on the fly :) The advantage of using
> > > > > > > namespaces is that you can create a your tag and map it to the
> > > > > > > verbose tag from the official pom.
> > > > > > > That
-1 for me.
I find it very comforting to have one list on which I can ask all questions
maven. Be it working with 1.0.2, 1.1-beta2 or m2. I don't mind the high
traffic, and I also don't mind when people don't put m2 or m1 in the header
(it does help, though).
And I agree with RKS that the migratio
All,
I'm having troubles to build the wicket distribution using the maven
distribution plugin. I have modified the plugin to some degree, but I
doubt that is causing the problem.
This happens both in windows xp and mac osx. Both use jdk 1.4, and
maven 1.1-b2. The strangest thing is that when I ru
Check the MD5 sum?
Martijn
Hugues Pisapia wrote:
Hi there,
Is there a way we can be sure that jar files are not tampered while
transiting from remote repositories to the local repository?
My guess would be to use https, but the repository would have to
support this.
- Hugues
--
All,
I'm currently releasing Wicket and we have 2 projects: wicket and
wicket-extensions. The extensions project has a dependency on wicket.
When I create a new version of wicket, do I need to release a new,
updated version of extensions as well?
Or is this automatically resolved with m2?
BTW, I think I have answered my own question on what the best option is
between the two scenarios I described (the multiple deployment strategy
is my preferred one, as it doesn't break much).
But comments from others are much appreciated.
Martijn
Martijn Dashorst wrote:
All,
A
All,
As the release and site manager of the Wicket project, I am trying to
come up with a good scheme for uploading maven generated sites and
putting this in projects.
Currently we have all documentation in the xdocs folder of the Wicket
project. I can simple do a
maven clean site:deplo
ove
quite a bit since 2.1. 2.2 is very well documented I think. And the PDF
I'm pointing to is also excellent: you don't need anything more to get
started.
Martijn
Martijn Dashorst wrote:
Eric Pugh wrote:
A little off topic, but why wouldn't you use CruiseControl (or an
Eric Pugh wrote:
A little off topic, but why wouldn't you use CruiseControl (or any of
the other tools out there?)
CC has good Maven support, an okay reporting interface, and is
scalable. I'd hazard that you could get a basic build up and running
in the required 15 minutes for a sniff test
A_Chitra wrote:
Hello all,
I have two projects (two enterprise applications) developed in RAD. One
application has JUnit test cases to test the other application. Is it possible
to automate the testing using Maven. Please advise me.
You'd have to do a multiproject in order for this to
Don't run the checkstyle plugin directly, but use the site plugin.
Martijn
Vinod Panicker wrote:
Hi,
Is there any way in which HTML reports can be made for the checkstyle plugin?
Currently its producing a .txt and a .xml file
Regards,
Vinod.
PS: Couldn't search the archives coz the site was giving
comment out the jdbc dependency in the velocity.pom in the m2
repository. This will enable m2 to generate the project.
Martijn
Simon Matic Langford wrote:
>alas, I'm trying to create the pom file using m2, so I don't have any
>dependencies
>yet, I don't even have a pom file.
>
>
>
>
>>-O
Hi,
Is there a netbeans plugin similar to the maven-eclipse-plugin,
maven-idea-plugin, or maven-FAVORITE_IDE-plugin?
I can't seem to find one.
Martijn
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail:
Jamie Bisotti wrote:
>Our project is using Firebird DB and its Jaybird JDBC driver. I can't
>seem to find Jaybird on Ibiblio; nor any mention of Maven/Jaybird in
>either projects mailing lists. Is anyone using Maven with
>Firebird/Jaybird? If so, how are you handling the dependency?
>
>
I don
Stephen Gray wrote:
Thanks very much for that. I have one question though. If you use the goals
in maven.xml to deploy the site will they ever be seen? Is cruisecontrol not
going to be in a continuous loop?
I don't understand what your concern is here. A goal in a maven.xml is
almost the same a
Stephen Gray wrote:
Im actually using CruiseControl. How would that be implemented?
Add a goal 'site:sshdeploy' to your goal list in CruiseControl. Or you
could create a maven.xml with a special cc goal which performs the build
and site deploy as you would do manually.
maven.xml:
...
Stephen Gray wrote:
Hi,
How does the maven site refresh itself with the latest reports. Is it
necessary to deploy the site everytime to refresh it?
Yes. But you could use CruiseControl (or a similar product) to do that
for you...
Martijn
have available
for offline browsing.
Martijn Dashorst
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
sf.net), a testing framework for testing
web applications
With regards,
Martijn Dashorst
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
Tedi Zanfolim wrote:
Hi,
Is there anyway I could exclude some files from xdoc processing (without moving the files outside the directory) or asking xdoc to not validate the generated docs?
I would like to generate my project site with all the documentation available in my 'documents' directory, s
would be happy.
Martijn
Arnaud HERITIER wrote:
I think that this feature will be available in m2.
But in m1 I don't think we'll support it.
Arnaud
On Mon, 28 Feb 2005 13:23:32 +0100, Martijn Dashorst
<[EMAIL PROTECTED]> wrote:
This sounds like a good option. I'm +1.
Martijn
Krikor Krumlian wrote:
Hello everyone
Has anyone been able to make junit tests work in maven ? If yes
can you show me the dependency you used maven version and
the stuff .
It seems so easy and should work but for some reason i have not been
able to .
thank you
Try the 'maven genapp' plugin, whic
This sounds like a good option. I'm +1.
Martijn
Nicolas De Loof wrote:
Hi,
I've got some troubles using ibiblio as source for binaries because my
project runs on JDK1.3. Some artifacts on repository are compiled on
java 1.4 or 5.0 and don't run on JDK 1.3
For example, my project uses commons-dbc
1 - 100 of 132 matches
Mail list logo