maheshwarirohit87 / typica

Automatically exported from code.google.com/p/typica
Apache License 2.0
0 stars 0 forks source link

Please upload sources jars to Maven repository #78

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Typica is synched with maven central, but the sources jars are missing
which makes it quite har dto use.

Original issue reported on code.google.com by david.s...@googlemail.com on 8 Feb 2010 at 1:28

GoogleCodeExporter commented 9 years ago
If I check in source jars with each release, will that help? (in the dist dir 
where I check 
the distributions in), I'd rather not bloat the dist.zip by including sources.

Original comment by dkavan...@gmail.com on 23 Mar 2010 at 3:43

GoogleCodeExporter commented 9 years ago
Source jars don't have to go in any .zip file.  Just synched with Maven central
(whatever process you use to get the binary jars there will work).

Original comment by david.s...@googlemail.com on 23 Mar 2010 at 6:38

GoogleCodeExporter commented 9 years ago
1.7.1 doesn't seem to be up there either

Original comment by rick.ma...@gmail.com on 15 Jul 2010 at 7:04

GoogleCodeExporter commented 9 years ago
I've done a a couple of files which let you generate sources and binary 
artifacts for typica. I've commited on my personal hg repo at 
http://hg.modafocas.org/typica-m2

Here is how it works:

1. Have a ant installation set up and available on path. Install svntasks 
(http://subclipse.tigris.org/svnant.html) on its lib directory
2. Create a typica directory, and place both the build.xml and the pom.xml 
within the repo
3. Issue ant svn-checkout to checkout sources - It is using the settings for 
version 1.7.2
4. Issue mvn clean package to compile. You can also deploy it

Original comment by aldrinl...@gmail.com on 11 Jun 2011 at 1:40