  | | | Maven | Is there a definition someplace of what constitutes a valid repository?
I would like the definition both for local repositories and for remote
repositories. I 've read and searched BBwM read the doc
hi there
if i have a file in the directory <project_home >/lib/foo.jar that i want to
use in my compilation. how can i do it? i tried to specify a system
dependency but then i was required to give tHi
Does anyone know how to pass the name value
to archetype create command?
I tried -Dname TheName
but the pom still gets created with ${name}
instead of TheName
Thoughts?
Thanks
- Ole
_
That works for me. Thanks a lot!
--
View this message in context http //www.nabble.com/Maven-skip-war-tf3269508s177.html#a9091780
Sent from the Maven - Users mailing list archive at Nabble.com.
Hello
I 've been struggled many times to find a way to skip the generation of the
war file. I want the webapp to be built but don 't want the war file to be
created ever time b/c it takes too long. Hi
I have an archetype containing a png image.
When I create an archetype instance the png image is
not the same as the one in the archetype definition.
Has anyone else seen this?
Ideas?
Thanks
Oddly "mvn resources resources " builds fine. I wonder which resources mojo
is failing when I do a "mvn install "
--
View this message in context http //www.nabble.com/Cannot-execute-mojo%3A-resour
I get the following error message
Cannot execute mojo resources. It requires a project with an existing
pom.xml but the build is not using one
However I do have a proper pom.xml. This only hHi
I 'm trying to specify a new package type.
I did everything the maven guide said but maven still
barks when I try to run the new lifecycle.
So I tried looking at the webapp plugin to see if it
It seems that 1.1-SNAPSHOT on codehaus repository fixes this problem.
Is there any chance of a 1.1 release for this exec-maven-plugin?
Brian
--
View this message in context http //www.nabble.co
Related to my earlier post about the spaces. I moved my project to
C \pim-biz
Here 's the fragment of my POM
<plugin >
<groupId >org.codehaus.mojo </groupId >
<artifactId >exec-maven-plugin
) Just wanted to make sure folks were aware. I looked at the prior posts
and didn 't see it or I wouldn 't have posted it. Sorry.
--
View this message in context http //www.nabble.com/500-Error
I tried running the following POM using
mvn generate-sources
POM
<plugin >
<groupId >org.codehaus.mojo </groupId >
<artifactId >exec-maven-plugin </artifactId >
<executions >
<execu
I just tried to create a new issue out on Jira
The URL was http //jira.codehaus.org/secure/CreateIssue!default.jspa
and received
500 Servlet Exception
java.lang.NullPointerException
at
com.aHi all
I 've been having a strange error when developing a plugin that uses JDK 1.5 the
compilation fails because its target is JDK 1.3.
My pom.xml contains only a simple pde-plugin declaration lDo we allow to upload full assembies such as those in
http //db.apache.org/derby/releases/release-10.2.2.0.cgi ?
This is helpful to unpack an application footprint like derby for
integration testin
Hi
I 'm trying to wrap a jar in a plug-in. The jar is build using maven and
deployed in local repository.
In the pom.xml file of the Eclipse plug-in I 'm setting a dependency to that
artifact.
I 'm geHi
i have a problem with "mvn site deploy " via scp. The call runs in a
timeout while authenticating to the server
/var/log/messages
Feb 21 16 37 25 server sshd[5594] fatal Timeout before authenHas anybody had any luck with the unpack options for the assembly plugin
2.2-SNAPSHOT? I 'm brining in a dependency which is for the most part
a normal jar but has some *.dll 's packaged with it. I 'or it is just me.
Here is stacktrace when I tried to hit create issue button
java.lang.NullPointerException
at com.atlassian.jira.plugin.webresource.JiraWebResourceIntegration.getBaseUrl(JiraWebReHi.
I 'm looking to take advantage of hibernate-tools ' abililty to generate a
graph of my entity relationships. After looking at MOJO-544 and
MOJO-530 I thought it might be as easy as applying the a2.0.5 still have plexus-utils-1.1. Is it there intentionally?
One of the benefit using plexus-util-1.4 is to solve
http //jira.codehaus.org/browse/msurefire-49
-D
Friends Can anyone help me how to use ANT taskdef in maven 1.x?
Please show me the changes required in the following maven.xml.
<path id "project.class.path " >
<path refid "maven.dependency.classpath "
Dan thanks for the quick reply. I 'll look at your posts. Prior to getting
your reply I was trying to start the derby network server using the
exec-maven-plugin. I ran into issues with this that
It should work -)
Even if it 's not documented and it 's not a good practice (but sometime we
don 't (want to) have the choice).
Arnaud
Dion Gillard-2 wrote
>
> So has the dependency/jar element bHi
I created my first simple maven plugin and successfully installed it.
When I tried to use it in another project it doesn 't work...
Error
java.lang.IllegalStateException The PluginDescriptorHi all
I am having problems using the above commands. Maven can 't resolve an
artefact the message is
[INFO]
Hi All
recently we started working with maven (2.0.4) for our projects.
For a couple of weeks everything went fine but after a while when we ran
the 'compile package ' goals the WARs we were generaHi
After switching to 2.0.5 from 2.0.4 classloading problems come up in
offline mode.
We have a custom plugin and it throws a NoClassDefFoundError in -o mode.
When we turn off the -o mode off itHi all
When I execute the site deployment mvn site deploy that work with maven
2.0.4 I got this error on maven 2.0.5
[INFO]  |
|
 |