Hi All,
I'm trying to setup a maven project for Pentaho PDI plugin (Kettle Plugin), but it appears the repository keeps getting proxy errors.
<repositories>
<repository>
<id>pentaho-releases</id>
<url>http://repository.pentaho.org/artifactory/repo/</url>
</repository>
<repository>
<id>pentaho-repo</id>
<url>http://repo.pentaho.org/artifactory/pentaho/</url>
</repository>
<repository>
<id>pentaho-third-party</id>
<url>http://repo.pentaho.org/artifactory/third-party/</url>
</repository>
</repositories>
Not sure where to check on this, so posting here! :-)
-D
I'm trying to setup a maven project for Pentaho PDI plugin (Kettle Plugin), but it appears the repository keeps getting proxy errors.
<repositories>
<repository>
<id>pentaho-releases</id>
<url>http://repository.pentaho.org/artifactory/repo/</url>
</repository>
<repository>
<id>pentaho-repo</id>
<url>http://repo.pentaho.org/artifactory/pentaho/</url>
</repository>
<repository>
<id>pentaho-third-party</id>
<url>http://repo.pentaho.org/artifactory/third-party/</url>
</repository>
</repositories>
Not sure where to check on this, so posting here! :-)
-D