<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    The original artefact I was using was not in any repositories.&nbsp;
    However, I found a copy of the JAR that was included in the Maven
    Central Repository, so no issues anymore!<br>
    <br>
    Thanks,<br>
    Ryan<br>
    <br>
    On 01/20/2012 12:38 PM, Lincoln Baxter, III wrote:
    <blockquote
cite="mid:CAEp_U4G__VKkPFHi8V4iNeeSbKH-3Di6dB1nFGbr8q3x7=HAhQ@mail.gmail.com"
      type="cite">Actually, the best thing to do here is probably to add
      that dependency to the JBoss Nexus itself so that you don't need
      to do this kind of packaging.<br>
      <br>
      I should have thought of that earlier. Before we do that, however,
      are you sure this artifact is not available in any repositories?<br>
      <br>
      ~Lincoln<br>
      <br>
      <div class="gmail_quote">On Fri, Jan 20, 2012 at 12:25 PM, Ryan
        Bradley <span dir="ltr">&lt;<a moz-do-not-send="true"
            href="mailto:rbradley@redhat.com">rbradley@redhat.com</a>&gt;</span>
        wrote:<br>
        <blockquote class="gmail_quote" style="margin:0 0 0
          .8ex;border-left:1px #ccc solid;padding-left:1ex">
          Hi all,<br>
          <br>
          I am trying to package the org.jvnet:inflector:0.7.0 JAR with
          a Forge<br>
          plugin that I am developing. &nbsp;So that it is available to all
          users of<br>
          the plugin, I have added it to a folder
          (src/main/resources/lib) of the<br>
          plugin, and added it to the plugin's POM with the following<br>
          system-scoped dependency:<br>
          <br>
          &lt;dependency&gt;<br>
          &lt;groupId&gt;org.jvnet&lt;/groupId&gt;<br>
          &lt;artifactId&gt;inflector&lt;/artifactId&gt;<br>
          &lt;version&gt;0.7.0&lt;/artifactId&gt;<br>
          &lt;scope&gt;system&lt;/scope&gt;<br>
&lt;systemPath&gt;${project.basedir}/src/main/resources/lib/inflector-0.7.0.jar&lt;/systemPath&gt;<br>
          &lt;/dependency&gt;<br>
          <br>
          However, when I build the plugin with this dependency, the JAR
          is not<br>
          added to the plugin module's dependencies, and is thus not
          available at<br>
          run-time, as I needed it to be. &nbsp;Are there any suggestions as
          to how I<br>
          can package this dependency with my plugin and include it as a<br>
          dependency at run-time, without compromising the usability of
          the plugin?<br>
          <br>
          Thanks,<br>
          Ryan<br>
          <br>
          _______________________________________________<br>
          forge-dev mailing list<br>
          <a moz-do-not-send="true"
            href="mailto:forge-dev@lists.jboss.org">forge-dev@lists.jboss.org</a><br>
          <a moz-do-not-send="true"
            href="https://lists.jboss.org/mailman/listinfo/forge-dev"
            target="_blank">https://lists.jboss.org/mailman/listinfo/forge-dev</a><br>
        </blockquote>
      </div>
      <br>
      <br clear="all">
      <br>
      -- <br>
      Lincoln Baxter, III<br>
      <a moz-do-not-send="true" href="http://ocpsoft.com">http://ocpsoft.com</a><br>
      <a moz-do-not-send="true" href="http://scrumshark.com">http://scrumshark.com</a><br>
      "Keep it Simple"<br>
      <br>
      <fieldset class="mimeAttachmentHeader"></fieldset>
      <br>
      <pre wrap="">_______________________________________________
forge-dev mailing list
<a class="moz-txt-link-abbreviated" href="mailto:forge-dev@lists.jboss.org">forge-dev@lists.jboss.org</a>
<a class="moz-txt-link-freetext" href="https://lists.jboss.org/mailman/listinfo/forge-dev">https://lists.jboss.org/mailman/listinfo/forge-dev</a>
</pre>
    </blockquote>
    <br>
  </body>
</html>