You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@rya.apache.org by mi...@apache.org on 2017/08/03 16:00:51 UTC

incubator-rya git commit: RYA-288: corrected path to launch PcjAdminClient. Closes #171

Repository: incubator-rya
Updated Branches:
  refs/heads/master 94911ed89 -> 65f6d478c


RYA-288: corrected path to launch PcjAdminClient. Closes #171


Project: http://git-wip-us.apache.org/repos/asf/incubator-rya/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-rya/commit/65f6d478
Tree: http://git-wip-us.apache.org/repos/asf/incubator-rya/tree/65f6d478
Diff: http://git-wip-us.apache.org/repos/asf/incubator-rya/diff/65f6d478

Branch: refs/heads/master
Commit: 65f6d478cc11f8910de1dc5c734abab401f0d38a
Parents: 94911ed
Author: Tri H. Nguyen <th...@gmail.com>
Authored: Mon Jun 12 07:37:06 2017 -0400
Committer: Aaron Mihalik <aa...@gmail.com>
Committed: Thu Aug 3 11:59:41 2017 -0400

----------------------------------------------------------------------
 extras/rya.pcj.fluo/pcj.fluo.client/pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-rya/blob/65f6d478/extras/rya.pcj.fluo/pcj.fluo.client/pom.xml
----------------------------------------------------------------------
diff --git a/extras/rya.pcj.fluo/pcj.fluo.client/pom.xml b/extras/rya.pcj.fluo/pcj.fluo.client/pom.xml
index 592f37b..63264b3 100644
--- a/extras/rya.pcj.fluo/pcj.fluo.client/pom.xml
+++ b/extras/rya.pcj.fluo/pcj.fluo.client/pom.xml
@@ -115,7 +115,7 @@ under the License.
                             <classpathLayoutType>custom</classpathLayoutType>
                             <customClasspathLayout>WEB-INF/lib/$${artifact.groupIdPath}/$${artifact.artifactId}-$${artifact.version}$${dashClassifier?}.$${artifact.extension}</customClasspathLayout>
                         
-                            <mainClass>org.apache.rya.indexing.pcj.fluo.PcjAdminClient</mainClass>
+                            <mainClass>org.apache.rya.indexing.pcj.fluo.client.PcjAdminClient</mainClass>
                         </manifest>
                     </archive>
                     <descriptorRefs>
@@ -134,4 +134,4 @@ under the License.
             </plugin>
         </plugins>
     </build>
-</project>
\ No newline at end of file
+</project>