help:effective-pom shows no occurences of dav, yet:
[ERROR] Failed to execute goal
org.apache.maven.plugins:maven-site-plugin:3.0:deploy (default-deploy)
on project tycho: Unsupported protocol: 'dav' for site deployment to
distributionManagement.site.url=dav:https://repository.sonatype.org/conten
Ah. What you have done is bound plugin executions to the Maven build
lifecycle. But the way you execute things you're executing the plugin
directly. Due to how you've configured the plugin executions in the
pom (not using pluginManagement) this is not applied when calling the
plugin directly.
So w
I am executing:
mvn tomcat:deploy
For clarification "pom packaging" is simply an empty project with just the
.project file and pom.xml, is that what your referring to?
If so I have done that and the result was the same.
is there some other maven distinction for "pom packaging"?
--
View this messa
What command are you issuing? You need to execute up to at least the
the pre-integration-test phase.
Also, you've configured the project to be a jar project (as that's the
default packaging). You should probably go with a pom packaging
instead, and then Maven will not try to build a jar in you pro
we could probably do the same for xhtml or xdoc.
Vincent
2011/8/30 :
> Author: hboutemy
> Date: Tue Aug 30 07:38:27 2011
> New Revision: 1163121
>
> URL: http://svn.apache.org/viewvc?rev=1163121&view=rev
> Log:
> added "apt.vm" to recognized extensions
>
> Modified:
>
> maven/sandbox/branche