<?xml version="1.0" encoding="UTF-8"?>
	<rss version="2.0"
		xmlns:content="http://purl.org/rss/1.0/modules/content/"
		xmlns:wfw="http://wellformedweb.org/CommentAPI/"
		xmlns:dc="http://purl.org/dc/elements/1.1/"
		xmlns:atom="http://www.w3.org/2005/Atom"

			>

	<channel>
		<title>Cycling 74  &#187;  Topic: Request: max.jar and jitter.jar into central Maven repository</title>
		<atom:link href="http://cycling74.com/forums/topic/request-max-jar-and-jitter-jar-into-central-maven-repository/feed" rel="self" type="application/rss+xml" />
		<link>http://cycling74.com/forums/topic/request-max-jar-and-jitter-jar-into-central-maven-repository/feed</link>
		<description></description>
		<pubDate>Tue, 18 Jun 2013 16:33:34 +0000</pubDate>
		<generator>http://bbpress.org/?v=2.2.4</generator>
		<language></language>

		
														
					
				<item>
					<guid>http://cycling74.com/forums/topic/request-max-jar-and-jitter-jar-into-central-maven-repository/#post-64284</guid>
					<title><![CDATA[Request: max.jar and jitter.jar into central Maven repository]]></title>
					<link>http://cycling74.com/forums/topic/request-max-jar-and-jitter-jar-into-central-maven-repository/#post-64284</link>
					<pubDate>Sat, 08 Sep 2012 21:09:55 +0000</pubDate>
					<dc:creator>nick rothwell / cassiel</dc:creator>

					<description>
						<![CDATA[
						<p>Is there any chance that Cycling &#8217;74 can push max.jar and jitter.jar into the central Maven repo at some stage?</p>
<p>I want to push a bunch of libraries there &#8211; all my MXJ code now builds via Maven &#8211; but I can&#8217;t do that because my base libraries depend on (at present, local repo) max.jar and jitter.jar artifacts. The best solution, as far as I can tell, would be for Cycling to push sourceless artifacts, as described under the &#8220;Sources and Javadoc&#8221; boxout here:</p>
<p><a href="https://docs.sonatype.org/display/Repository/Central+Sync+Requirements" rel="nofollow">https://docs.sonatype.org/display/Repository/Central+Sync+Requirements</a></p>
<p>I could do something similar, but I don&#8217;t control com.cycling74 as a potential group ID.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/request-max-jar-and-jitter-jar-into-central-maven-repository/#post-231796</guid>
					<title><![CDATA[Re: Request: max.jar and jitter.jar into central Maven repository]]></title>
					<link>http://cycling74.com/forums/topic/request-max-jar-and-jitter-jar-into-central-maven-repository/#post-231796</link>
					<pubDate>Wed, 12 Sep 2012 18:46:03 +0000</pubDate>
					<dc:creator>Charles Baker</dc:creator>

					<description>
						<![CDATA[
						<p>Great idea, Nick:  Obviously,  this would greatly simplify sharing of  (hopefully larger and more complex) java projects by allowing Maven to manage dependencies.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/request-max-jar-and-jitter-jar-into-central-maven-repository/#post-231797</guid>
					<title><![CDATA[Re: Request: max.jar and jitter.jar into central Maven repository]]></title>
					<link>http://cycling74.com/forums/topic/request-max-jar-and-jitter-jar-into-central-maven-repository/#post-231797</link>
					<pubDate>Thu, 13 Sep 2012 11:59:59 +0000</pubDate>
					<dc:creator>nick rothwell / cassiel</dc:creator>

					<description>
						<![CDATA[
						<p>I enclose a screen-shot of how we&#39;re doing in the large-and-complex stakes at the moment. Needless to say, this is all Maven-controlled, but max.jar and jitter.jar have to be planted into the repo. manually. (We also have Maven tasks for dumping all dependencies into one directory, for max.java.config.txt.)</p>
<p>As a complete aside, we&#39;re also generating our max.java.config.txt files from a Clojure DSL: <a href="https://github.com/cassiel/topherizer" rel="nofollow">https://github.com/cassiel/topherizer</a></p>
<p> [attachment=203456,4399]</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/request-max-jar-and-jitter-jar-into-central-maven-repository/#post-231798</guid>
					<title><![CDATA[Re: Request: max.jar and jitter.jar into central Maven repository]]></title>
					<link>http://cycling74.com/forums/topic/request-max-jar-and-jitter-jar-into-central-maven-repository/#post-231798</link>
					<pubDate>Thu, 13 Sep 2012 15:25:04 +0000</pubDate>
					<dc:creator>Roth</dc:creator>

					<description>
						<![CDATA[
						<p>This would be really helpful. I am preparing documentation to release a bunch of Java code I&#8217;ve written and most if it is going to go into the Maven central repository and it would be nice to be able to put my <code>mxj</code> stuff in there too.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/request-max-jar-and-jitter-jar-into-central-maven-repository/#post-231799</guid>
					<title><![CDATA[Re: Request: max.jar and jitter.jar into central Maven repository]]></title>
					<link>http://cycling74.com/forums/topic/request-max-jar-and-jitter-jar-into-central-maven-repository/#post-231799</link>
					<pubDate>Sun, 16 Sep 2012 13:57:20 +0000</pubDate>
					<dc:creator>nick rothwell / cassiel</dc:creator>

					<description>
						<![CDATA[
						<p>I&#8217;d like to ping this request. I&#8217;m starting to roll stuff into Travis CI (<a href="http://travis-ci.org/" rel="nofollow">http://travis-ci.org/</a>) for continuous testing, but I can&#8217;t do that for any of my Max projects because max.jar and jitter.jar can&#8217;t be fetched via Maven.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/request-max-jar-and-jitter-jar-into-central-maven-repository/#post-231800</guid>
					<title><![CDATA[Re: Request: max.jar and jitter.jar into central Maven repository]]></title>
					<link>http://cycling74.com/forums/topic/request-max-jar-and-jitter-jar-into-central-maven-repository/#post-231800</link>
					<pubDate>Mon, 17 Sep 2012 13:50:51 +0000</pubDate>
					<dc:creator>Charles Baker</dc:creator>

					<description>
						<![CDATA[
						<p>Yes, this is very useful, and not too hard to do&#8230;a short look at the competing java classpaths in this note (I&#8217;m impressed/depressed by both!) will show you the advantage of a dependency/&#8217;library&#8217; manager, especially when we use areas like the new JVM based languages (e.g.: Clojure), and neat test/verification frameworks (e.g.: jmock) , etc., etc., etc&#8230;. Maven is the de-facto standard, and may other dev tools in java use it&#8217;s repository. Let&#8217;s go there&#8230; soon!</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/request-max-jar-and-jitter-jar-into-central-maven-repository/#post-231801</guid>
					<title><![CDATA[Re: Request: max.jar and jitter.jar into central Maven repository]]></title>
					<link>http://cycling74.com/forums/topic/request-max-jar-and-jitter-jar-into-central-maven-repository/#post-231801</link>
					<pubDate>Mon, 17 Sep 2012 16:28:12 +0000</pubDate>
					<dc:creator>mutexre</dc:creator>

					<description>
						<![CDATA[
						<p>I just opened Cycling Java forum to check whether this question is already asked. Yes, it is.<br />
I would like to join this request for the benefit and happiness of all java/scala Max developers )</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/request-max-jar-and-jitter-jar-into-central-maven-repository/#post-231802</guid>
					<title><![CDATA[Re: Request: max.jar and jitter.jar into central Maven repository]]></title>
					<link>http://cycling74.com/forums/topic/request-max-jar-and-jitter-jar-into-central-maven-repository/#post-231802</link>
					<pubDate>Tue, 18 Sep 2012 15:50:45 +0000</pubDate>
					<dc:creator>Charles Baker</dc:creator>

					<description>
						<![CDATA[
						<p>*PING* &#8230; is this not going to happen? Waiting for research? Java dev to get back from vacation/other contract?<br />
Inquiring minds, etc.etc&#8230;<br />
Topher? Ben? Anyone?<br />
have mxj join the ranks of the *real* java libs, ok?   ;-)&#8230; (just kiddin&#8217;)&#8230;(but not&#8230;)<br />
charlieb</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/request-max-jar-and-jitter-jar-into-central-maven-repository/#post-231803</guid>
					<title><![CDATA[Re: Request: max.jar and jitter.jar into central Maven repository]]></title>
					<link>http://cycling74.com/forums/topic/request-max-jar-and-jitter-jar-into-central-maven-repository/#post-231803</link>
					<pubDate>Thu, 20 Sep 2012 14:41:22 +0000</pubDate>
					<dc:creator>Alexandre</dc:creator>

					<description>
						<![CDATA[
						<p>Yes, Cycling &#8217;74 please push max.jar and jitter.jar into the central Maven repo ! S&#8217;il vous plait!</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/request-max-jar-and-jitter-jar-into-central-maven-repository/#post-231804</guid>
					<title><![CDATA[Re: Request: max.jar and jitter.jar into central Maven repository]]></title>
					<link>http://cycling74.com/forums/topic/request-max-jar-and-jitter-jar-into-central-maven-repository/#post-231804</link>
					<pubDate>Thu, 20 Sep 2012 20:46:58 +0000</pubDate>
					<dc:creator>Joshua Kit Clayton</dc:creator>

					<description>
						<![CDATA[
						<p>Thanks for following up on this. Just a quick reply for the moment, that we are interested in solving this for all of you advanced Java in Max developers, but can&#8217;t make a time commitment on it.</p>
						]]>
					</description>

					
					
				</item>

					
		
	</channel>
	</rss>

