-
Here's the story such as I have assimilated it.
There is an easy way and a hard way.
The easy way is to arrange your stuff on an HTTP server in the standard maven layout.
something/group-id/artifact-id/
and in there you put the jar, the pom, and some sha or md5 files.
Then you can register this with the maven universe, and it replicates itself. This is not as bad as it looks...
2008-06-23 23:26:20 UTC in Trove for Java
-
The expert says:
sourceforge is tougher as they don't have an auto-sync repository like codehaus and apache.
Thus, they have to submit it manually. The instructions are at:
http://maven.apache.org/guides/mini/guide-central-repository-upload.html
If I can help you with this let me know.
2008-06-22 00:16:56 UTC in Trove for Java
-
I work on CXF with a maven committer. Let me get a recipe for you. I suspect that if you built with maven this would be trivial.
Care to send me an email address so that I can make an introduction? Just add @gmail.com to my userid here on sf to get mine.
2008-06-21 21:37:31 UTC in Trove for Java
-
Robden,
Someone somewhere on your project must have signed up to push trove up to repo1 in the past. The rest of the world can't easily. Did you look at the link? What sort of additional help would you like?
--benson margulies.
2008-06-20 13:05:30 UTC in Trove for Java
-
One small correction. The part comes through with a null type name and a stupid element name (the name of the part itself) which is not in the schema.
2008-05-26 12:20:57 UTC in Web Services Description Language for Ja
-
When wsdl4j 1.6.1 digests the attached wsdl, it comes up with a null type name (and element name) for the mimeAttachment part, which is declared to be of type xsd:base64Binary.
2008-05-26 11:58:07 UTC in Web Services Description Language for Ja
-
I want to create a rule that detects the use of new String(byte[], int, int).
I see how to do it in Java. I don't see how to check the types of parameters in XPath. Can it be done?.
2008-05-09 02:26:44 UTC in PMD
-
It would be helpful if the jsunit server was deployable as an ordinary web app that could be dropped into any servlet container.
The fact that the old Jetty jar in the package is a sealed jar makes it very complex to have the server in the same jvm as something that uses a current jetty, such as a CXF endpoint server.
The abstract server class combines a the jetty launch behavior with...
2007-10-13 17:20:30 UTC in JsUnit
-
I'm trying to toggle it on and off. I wonder if Eclipse is fooling me by not writing out the .project aggressively?.
2007-08-07 22:04:45 UTC in Eclipse Checkstyle Plug-in
-
We use P4 here, so our .project files are read-only by default.
Whenever I use the right click on a project to 'Activate' checkstyle, I get an error unless .project is writable.
When I check, I see that, in fact, no change is made to the file.
I submit that this should be put in the per-plugin settings for the project, not in the .project itself.
2007-08-03 19:59:32 UTC in Eclipse Checkstyle Plug-in