[ 
https://issues.apache.org/jira/browse/STREAMS-493?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16222802#comment-16222802
 ] 

ASF GitHub Bot commented on STREAMS-493:
----------------------------------------

steveblackmon closed pull request #400: STREAMS-493: streams-examples jenkins 
build fails
URL: https://github.com/apache/streams/pull/400
 
 
   

This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:

As this is a foreign pull request (from a fork), the diff is supplied
below (as it won't show otherwise due to GitHub magic):

diff --git a/pom.xml b/pom.xml
index 5c5098d50..8bb3cce81 100644
--- a/pom.xml
+++ b/pom.xml
@@ -259,6 +259,31 @@
         </repository>
     </repositories>
 
+    <pluginRepositories>
+        <pluginRepository>
+            <id>apache-repo</id>
+            <name>Apache Repository</name>
+            
<url>https://repository.apache.org/content/repositories/releases</url>
+            <releases>
+                <enabled>true</enabled>
+            </releases>
+            <snapshots>
+                <enabled>false</enabled>
+            </snapshots>
+        </pluginRepository>
+        <pluginRepository>
+            <id>apache-snapshots</id>
+            <name>Apache Repository</name>
+            
<url>https://repository.apache.org/content/repositories/snapshots</url>
+            <releases>
+                <enabled>false</enabled>
+            </releases>
+            <snapshots>
+                <enabled>true</enabled>
+            </snapshots>
+        </pluginRepository>
+    </pluginRepositories>
+    
     <distributionManagement>
         <repository>
             <id>streams.releases</id>


 

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


> streams-examples jenkins build fails
> ------------------------------------
>
>                 Key: STREAMS-493
>                 URL: https://issues.apache.org/jira/browse/STREAMS-493
>             Project: Streams
>          Issue Type: Improvement
>            Reporter: Steve Blackmon
>            Assignee: Suneel Marthi
>             Fix For: 0.6
>
>   Original Estimate: 4h
>  Remaining Estimate: 4h
>
> even after streams-project completes a build and installs its snapshots.
> for example, see:
> https://builds.apache.org/job/streams-project/350/
> https://builds.apache.org/job/streams-examples/193/
> error is:
> [ERROR] Plugin 
> org.apache.streams.plugins:streams-plugin-pojo:0.5-incubating-SNAPSHOT or one 
> of its dependencies could not be resolved: Could not find artifact 
> org.apache.streams.plugins:streams-plugin-pojo:jar:0.5-incubating-SNAPSHOT
> i think the problem is that our master pom does not specify 
> snapshots.apache.org as a pluginRepository



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

Reply via email to