cbuschka / beanshell2

Automatically exported from code.google.com/p/beanshell2
0 stars 0 forks source link

Mave #105

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Go to maven central repository or sonatype
2. Search for beanshell 2.1.8
3. Peruse the list of beanshell choices

What is the expected output? What do you see instead?
Expected to see something from this beanshell fork, saw nothing newer than 
2.0b5 from the original beanshell.org one.

Please use labels and text to provide additional information.
It could be there are maven plugins to point to this google code svn repository 
to download it and include it in maven projects, outside of the conventional 
method of just using the <dependency> element in pom.xml.  Please advise.

Original issue reported on code.google.com by dhaart...@gmail.com on 8 Sep 2014 at 1:49

GoogleCodeExporter commented 8 years ago
Sorry about the odd looking title, not sure why it did that.  Can't figure out 
how to edit.

Original comment by dhaart...@gmail.com on 8 Sep 2014 at 1:50

GoogleCodeExporter commented 8 years ago
Exactly my problem too... Most projects nowadays can't use something that's not 
on Maven Central Repo. Installig to the company repo doesn't help when 
BeansShell is a dependency of something that's used by other projects elsewhere.

Anyway, if that's any help, here's an example of publishing to Sonatype (after 
registeration, of course) from Ant, that works with Maven 3; look for 
"maven-dist": https://github.com/freemarker/freemarker/blob/2.3-gae/build.xml

Original comment by daniel.d...@gmail.com on 17 Oct 2014 at 11:20