[logback-dev] [Bug 28] logback-0.5.tar.gz contains a copy of logback-0.5.zip

bugzilla-daemon at pixie.qos.ch bugzilla-daemon at pixie.qos.ch
Thu Nov 2 10:25:04 CET 2006


http://bugzilla.qos.ch/show_bug.cgi?id=28





------- Comment #1 from noreply.sebastien at qos.ch  2006-11-02 10:25 -------
Hello Ceki,

I've seen that... 

When we run maven, the zip file is created first, then the tar file.

We specify that the assemblies must be saved in target/site/dist, to that they
are at their final place and when we run site:deploy, everything is sent to the
website, including assemblies. By doing this, the zip file is already in the
site files when the tar file is created, and thus also included in the tar
file.

We can easily remove this problem by specifying another destinations for
assemblies. But then the deployment will take one more step, after deploying
the site we will need to send the assemblies to the web server.

Using <excludes> in the assembly configuration file (dist.xml in parent
directory) hasn't worked for me this morning.

I'm guessing that the deploy plugin of maven could help here, I'll check that
out later today.


-- 
Configure bugmail: http://bugzilla.qos.ch/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the logback-dev mailing list