beanshell2
beanshell2 copied to clipboard
Deploy to maven central
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 [email protected] on 8 Sep 2014 at 1:49
Sorry about the odd looking title, not sure why it did that. Can't figure out
how to edit.
Original comment by [email protected] on 8 Sep 2014 at 1:50
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 [email protected] on 17 Oct 2014 at 11:20