You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@streams.apache.org by sb...@apache.org on 2014/02/11 01:23:43 UTC

svn commit: r1566891 - /incubator/streams/trunk/streams-contrib/streams-provider-rss/pom.xml

Author: sblackmon
Date: Tue Feb 11 00:23:43 2014
New Revision: 1566891

URL: http://svn.apache.org/r1566891
Log:
These changes should allow the project to build on Jenkins, rather than error out when jsonschema2pojo tries to build .svn directories

Modified:
    incubator/streams/trunk/streams-contrib/streams-provider-rss/pom.xml

Modified: incubator/streams/trunk/streams-contrib/streams-provider-rss/pom.xml
URL: http://svn.apache.org/viewvc/incubator/streams/trunk/streams-contrib/streams-provider-rss/pom.xml?rev=1566891&r1=1566890&r2=1566891&view=diff
==============================================================================
--- incubator/streams/trunk/streams-contrib/streams-provider-rss/pom.xml (original)
+++ incubator/streams/trunk/streams-contrib/streams-provider-rss/pom.xml Tue Feb 11 00:23:43 2014
@@ -113,7 +113,7 @@
                     <addCompileSourceRoot>true</addCompileSourceRoot>
                     <generateBuilders>true</generateBuilders>
                     <sourcePaths>
-                        <sourcePath>src/main/jsonschema</sourcePath>
+                        <sourcePath>src/main/jsonschema/RssStreamConfiguration.json</sourcePath>
                     </sourcePaths>
                     <outputDirectory>target/generated-sources/jsonschema2pojo</outputDirectory>
                     <targetPackage>org.apache.streams.rss.pojo</targetPackage>