On 14-09-12 18:09, Daniel Veillard wrote:
On Fri, Sep 14, 2012 at 05:36:10PM +0200, Wido den Hollander wrote:
> On 09/14/2012 04:59 PM, Daniel Veillard wrote:
[...]
>>
http://repo1.maven.org/maven2/org/apache/maven/maven-ant-tasks/2.1.3/mave...
>> doesn't seems to have any <developers> section though ...
>>
>
> Hmm, indeed. That's odd. I'm not such a Maven guru, I've just been
> searching on the web to find any clue of what went wrong.
Would be nice if maven itself reported about it. What happens now
if you try to use the command line maven tools, does that work ?
(i updated the jar to a build on RHEL6 with javac 1.5)
Thanks, that works just fine!
[...]
>> Looking at the maven-ant-tasks-2.1.3-javadoc.jar example, it seems
>> to directly contain the HTML files
>> (cd target/javadoc && jar cvf ../libvirt-java-0.4.9-javadoc.jar .)
>> seems to do the trick and
>> jar cvf libvirt-java-0.4.9-sources.jar AUTHORS build.properties \
>> build.xml ChangeLog INSTALL libvirt-java.spec.in LICENCE NEWS \
>> pom.xml.in README.in README src/ test.sh
>> to generate a sources one
>>
>> I will push those out and checksum those, let's see how it goes,
>>
>
> I just wrote a patch for the build.xml, see:
https://github.com/wido/libvirt-java/commit/bb0dbb09b0991503ab8e1948ce985...
Hum, I see you drop anything outside the pure src/main/java/ code,
weird to be the build xml would be part of the sources but apparently
they do it that way too
I peeked how other projects are doing this, they only ship the source,
no build information.
However, maven central didn't fetch 0.4.9 yet. No clue why it ain't
fetching..
Wido
> $ ant maven
>
> That should also generate a sources and javadoc artifact now.
Seems to take nearly forever downloading the maven2 files from
libvirt.org,but so far it's proceeding ... will it do gpg signing ?
Daniel