> Please teach me to add a directory to the Class-Path in the MANIFEST.MF.
http://maven.apache.org/plugins/maven-jar-plugin/examples/manifest-customization.html
http://maven.apache.org/shared/maven-archiver/index.html
Wayne
-
To
Hi Lukas
Lukas Theussl-3 wrote:
>
>
> Where did you get the snapshot from? Are you using the new snapshot repo
> http://repository.apache.org/snapshots ? (not the old one at
> people.apache.org).
>
This did the trick, thanx.
--
View this message in context:
http://www.nabble.com/How-to-i
Hello,
Please teach me to add a directory to the Class-Path in the MANIFEST.MF.
I would like to put the property files on the outside of the created jar-file.
(Not to build every changing settings.)
But, by default, if there are the property files under
/src/main/resources,
those files are put
Hi,
The vote has passed with the following result :
+1 (binding): Garvin, LeClaire
+1 (non-binding): Arnaud Heritier, Pablo Saavedra
+0 (binding): Benjamin Bentmannn
I will promote the artifacts to the central repo.
Regards,
Garvin LeClaire
garvin.lecla...@gmail.com
Garvin LeClaire w
Give this tool a try then and see http://repository.apache.org/ssl/ if
it helps.
-Original Message-
From: Graham Leggett [mailto:minf...@sharp.fm]
Sent: Sunday, March 29, 2009 3:04 PM
To: Maven Users List
Subject: Re: Despite trusted CA, "unable to find valid certification
path to reques
Brian E. Fox wrote:
The CA may be trusted, but the site needs to expose the full signature
trail from the server cert up to the CA. Not doing this will often cause
the site to appear ok in a browser, but not to java. Most SSL signing
authorities provide a bundle that you can set on the server si
have a look at dependency:analyze
it will tell you what you are depending on in-directly and you can then add
those indirect dependencies to your pom
2009/3/28 Trinition
>
> The problem I have is that I don't necesssarily know what the dependencies
> need to be. If I pull in thidparty.jar so I
Jason van Zyl-5 wrote:
>
>
> On 27-Jan-09, at 6:41 PM, Barrie Treloar wrote:
>
>>> repositories. They might become OBRs at some point when OSGi becomes
>>> more "mainstream".
>>
>> One thing I have been toying with for a while is to auto-magically
>> extend maven-jar-plugin to add the OSGi hea
The CA may be trusted, but the site needs to expose the full signature
trail from the server cert up to the CA. Not doing this will often cause
the site to appear ok in a browser, but not to java. Most SSL signing
authorities provide a bundle that you can set on the server side.
-Original Mess
Hi all,
I am having trouble getting mvn site:deploy to work with mvn v2.1.0
(also v2.0.6), as follows:
Embedded error: Failed to create destination WebDAV collection
(directory): /docs/stencil/0.0.1-SNAPSHOT/./apidocs
unable to find valid certification path to requested target
The machine i
Hi Lukas
Lukas Theussl-3 wrote:
>
>
> Where did you get the snapshot from? Are you using the new snapshot repo
> http://repository.apache.org/snapshots ? (not the old one at
> people.apache.org).
>
This did the trick, thanx.
--
View this message in context:
http://www.nabble.com/How-to-i
The Maven team is pleased to announce the release of the Maven Install
Plugin, version 2.3
The Install Plugin is used during the install phase to add artifact(s)
to the local repository.
http://maven.apache.org/plugins/maven-install-plugin/
You should specify the version in your project's plugin
You could have a go with the 2.2-SNAPSHOT version of the plugin. That
version has an updated version of Maven Archiver, which is the component
that handles everything you put into the configuration.
Michael Hüttermann wrote:
> Hello,
>
> I create an EJB and want to cut off the version numbers of
http://maven.apache.org/plugins/maven-checkstyle-plugin/checkstyle-mojo.html#includes
You should use this command instead:
mvn -Dcheckstyle.includes=**/Named.java compile pre-site
checkstyle:checkstyle
John Coleman wrote:
> Hi,
>
> When I run the command below I only get checkstyle reports for
On Sun, Mar 29, 2009 at 16:08, HHB wrote:
>
> Hey,
> I use Maven as the build tool for our project.
> Now my team mates want to checkout the project from the SVN and I want to
> add the project to out continuous integration server (Hudson).
> I'm not sure but should I create a central repository i
Hey,
I use Maven as the build tool for our project.
Now my team mates want to checkout the project from the SVN and I want to
add the project to out continuous integration server (Hudson).
I'm not sure but should I create a central repository in our unit? or let
each mate (and CI server) download
The Sonar team is pleased to announce the release of Sonar 1.7.
Sonar is an open source platform that manages java source code quality.
The new version brings new features to the product :
- possibility to exclude sources or packages from quality control at the
project level
- a
The danger with that is that the metadata (local vs remote) will be
incorrect and version ranges will not work correctly
2009/3/29 Tim
> Are you on a linux system? I just rsynced my repo recently to accomplish
> the
> same thing.
> It was really easy.
>
> On Sat, Mar 28, 2009 at 12:05 PM, Jeff W
18 matches
Mail list logo