<html>
  <head>
    <meta content="text/html; charset=UTF-8" http-equiv="Content-Type">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    <div class="moz-cite-prefix">No specific reason, only that it wasn't
      the priority for Seam2 to be in Central.<br>
      <br>
      On 07/29/2013 08:38 PM, Jason Porter wrote:<br>
    </div>
    <blockquote
cite="mid:CAF9TksPkumO6FzDkXxE8VR-sPhyp5_vb=FKXJtX9tZcy3MHXgg@mail.gmail.com"
      type="cite">
      <div dir="ltr">Is there any reason we're not syncing these
        artifacts (the community bits) to Central?</div>
      <div class="gmail_extra"><br>
        <br>
        <div class="gmail_quote">On Mon, Jul 29, 2013 at 8:19 AM, Marek
          Novotny <span dir="ltr">&lt;<a moz-do-not-send="true"
              href="mailto:mnovotny@redhat.com" target="_blank">mnovotny@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">
            <div text="#000000" bgcolor="#FFFFFF">
              <div>John,<br>
                <br>
                 my point is, any addition of remote repository
                definition into artifact's pom.xml is a bad practise,
                because it invalidates/breaks environment settings.xml,
                which you have or would like to have there. Then even
                you don't want to, Maven will suck a download from
                repositories which you probably don't want to use.<br>
                <br>
                It doesn't matter if that is a corporate or home local
                environment ;-)
                <div>
                  <div class="h5"><br>
                    <br>
                    On 07/29/2013 03:58 PM, John D. Ament wrote:<br>
                  </div>
                </div>
              </div>
              <div>
                <div class="h5">
                  <blockquote type="cite">
                    <div dir="ltr">Marek,
                      <div><br>
                      </div>
                      <div>Usually developers in corp environments don't
                        point to external repos (only if they don't have
                        internal repos to mirror them).</div>
                    </div>
                    <div class="gmail_extra"><br>
                      <br>
                      <div class="gmail_quote"> On Mon, Jul 29, 2013 at
                        9:55 AM, Marek Novotny <span dir="ltr">&lt;<a
                            moz-do-not-send="true"
                            href="mailto:mnovotny@redhat.com"
                            target="_blank">mnovotny@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">
                          <div text="#000000" bgcolor="#FFFFFF">
                            <div>That is not recommended way how to
                              enable <a moz-do-not-send="true"
                                href="http://jboss.org" target="_blank">jboss.org</a>
                              repository.<br>
                              <br>
                              See what I respond here <a
                                moz-do-not-send="true"
                                href="https://community.jboss.org/message/830315#830315"
                                target="_blank">https://community.jboss.org/message/830315#830315</a>
                              <div>
                                <div><br>
                                  <br>
                                  On 07/28/2013 05:43 PM, 宿宝臣 wrote:<br>
                                </div>
                              </div>
                            </div>
                            <div>
                              <div>
                                <blockquote type="cite">
                                  <div dir="ltr">
                                    <div>hi,<br>
                                      <br>
                                    </div>
                                    I'v got it worked, just add jboss
                                    repository to examples/pom.xml:<br>
                                    <br>
                                    <pre><code>&lt;repositories&gt;
    &lt;repository&gt;
        &lt;id&gt;JBoss repository&lt;/id&gt;
        &lt;url&gt;<a moz-do-not-send="true" href="http://repository.jboss.org/nexus/content/groups/public/" target="_blank">http://repository.jboss.org/nexus/content/groups/public/</a>&lt;/url&gt;
    &lt;/repository&gt;
&lt;/repositories&gt;

</code></pre>
                                    <pre><code>Thanks!
</code></pre>
                                    <br>
                                  </div>
                                  <div class="gmail_extra"><br>
                                    <br>
                                    <div class="gmail_quote">2013/7/28
                                      宿宝臣 <span dir="ltr">&lt;<a
                                          moz-do-not-send="true"
                                          href="mailto:subaochen@gmail.com"
                                          target="_blank">subaochen@gmail.com</a>&gt;</span><br>
                                      <blockquote class="gmail_quote"
                                        style="margin:0 0 0
                                        .8ex;border-left:1px #ccc
                                        solid;padding-left:1ex">
                                        <div dir="ltr">
                                          <div>
                                            <div>
                                              <div>
                                                <div>
                                                  <div>hi,<br>
                                                    <br>
                                                  </div>
                                                  I can not deploy the
                                                  examples of seam 2.3.1
                                                  Final, when execute:<br>
                                                  <br>
                                                </div>
                                                mvn clean install<br>
                                                <br>
                                              </div>
                                              in examples/registration,
                                              the output is:<br>
                                              <br>
                                              [ERROR]   The project
                                              org.jboss.seam.examples:registration:2.3.1.Final
                                              (/home/subaochen/devel/jboss-seam-2.3.1.Final/examples/registration/pom.xml)


                                              has 1 error<br>
                                              [ERROR]     Non-resolvable
                                              import POM: Failure to
                                              find
                                              org.jboss.seam:bom:pom:2.3.1.Final
                                              in <a
                                                moz-do-not-send="true"
                                                href="http://repo1.maven.org/maven2"
                                                target="_blank">http://repo1.maven.org/maven2</a>
                                              was cached in the local
                                              repository, resolution
                                              will not be reattempted
                                              until the update interval
                                              of central has elapsed or
                                              updates are forced @
                                              org.jboss.seam:examples:2.3.1.Final,
                                              /home/subaochen/devel/jboss-seam-2.3.1.Final/examples/pom.xml,

                                              line 228, column 25 -&gt;
                                              [Help 2]<br>
                                              <br>
                                              <br>
                                            </div>
                                            I have searched <a
                                              moz-do-not-send="true"
                                              href="http://maven.org"
                                              target="_blank">maven.org</a>
                                            (<a moz-do-not-send="true"
                                              href="http://search.maven.org/#search%7Cga%7C1%7Cseam"
                                              target="_blank">http://search.maven.org/#search|ga|1|seam</a>),


                                            but can not find seam 2.3.1
                                            Final , any problem is
                                            there?<br>
                                            <br>
                                          </div>
                                          Thanks!<br>
                                          <div class="gmail_extra">
                                            <div>
                                              <div><br>
                                                <br>
                                                <div class="gmail_quote">2013/7/26

                                                  Marek Novotny <span
                                                    dir="ltr">&lt;<a
                                                      moz-do-not-send="true"
href="mailto:mnovotny@redhat.com" target="_blank">mnovotny@redhat.com</a>&gt;</span><br>
                                                  <blockquote
                                                    class="gmail_quote"
                                                    style="margin:0 0 0
                                                    .8ex;border-left:1px
                                                    #ccc
                                                    solid;padding-left:1ex">
                                                    Hi seam developers,<br>
                                                    <br>
                                                    after 2.3.1.CR1
                                                    release in June, we
                                                    closed the journey
                                                    to 2.3.1.Final<br>
                                                    release yesterday.<br>
                                                    <br>
                                                    <br>
                                                    There is no so many
                                                    differences between
                                                    CR1 and this Final
                                                    release, look<br>
                                                    at release notes<br>
                                                    &lt;<a
                                                      moz-do-not-send="true"
href="https://issues.jboss.org/secure/ReleaseNote.jspa?version=12319995&amp;styleName=Text&amp;projectId=10071"
                                                      target="_blank">https://issues.jboss.org/secure/ReleaseNote.jspa?version=12319995&amp;styleName=Text&amp;projectId=10071</a>&gt;<br>
                                                    <br>
                                                    <br>
                                                    Mostly documentation
                                                    issue fixes and due
                                                    Richfaces CVE in
                                                    serialization<br>
                                                    &lt;<a
                                                      moz-do-not-send="true"
href="http://www.bleathem.ca/blog/2013/07/richfaces-CVE-2013-2165.html"
                                                      target="_blank">http://www.bleathem.ca/blog/2013/07/richfaces-CVE-2013-2165.html</a>&gt;,


                                                    Seam<br>
                                                    has upgraded
                                                    Richfaces to
                                                    4.3.3.Final.<br>
                                                    <br>
                                                    <br>
                                                    Downloads available<br>
                                                    at <a
                                                      moz-do-not-send="true"
href="https://sourceforge.net/projects/jboss/files/JBoss%20Seam/2.3.1.Final/"
                                                      target="_blank">https://sourceforge.net/projects/jboss/files/JBoss%20Seam/2.3.1.Final/</a><br>
                                                    <br>
                                                    Documentation
                                                    available at <a
                                                      moz-do-not-send="true"
href="http://seamframework.org/Seam2/Documentation" target="_blank">http://seamframework.org/Seam2/Documentation</a><br>
                                                    <br>
                                                    --<br>
                                                    Marek Novotny<br>
                                                    --<br>
                                                    WFK and Seam Product
                                                    Lead<br>
                                                    <br>
                                                    Red Hat Czech s.r.o.<br>
                                                    Purkynova 99<br>
                                                    612 45 Brno<br>
                                                    <br>
_______________________________________________<br>
                                                    seam-dev mailing
                                                    list<br>
                                                    <a
                                                      moz-do-not-send="true"
href="mailto:seam-dev@lists.jboss.org" target="_blank">seam-dev@lists.jboss.org</a><br>
                                                    <a
                                                      moz-do-not-send="true"
href="https://lists.jboss.org/mailman/listinfo/seam-dev" target="_blank">https://lists.jboss.org/mailman/listinfo/seam-dev</a><br>
                                                  </blockquote>
                                                </div>
                                                <br>
                                                <br clear="all">
                                                <br>
                                              </div>
                                            </div>
                                            <span><font color="#888888">--
                                                <br>
                                                --<br>
                                                Su Baochen<br>
                                                <br>
                                              </font></span></div>
                                        </div>
                                      </blockquote>
                                    </div>
                                    <br>
                                    <br clear="all">
                                    <br>
                                    -- <br>
                                    --<br>
                                    Su Baochen<br>
                                    <br>
                                  </div>
                                </blockquote>
                                <br>
                                <br>
                                <pre cols="72">-- 
Marek Novotny
--
WFK and Seam Product Lead

Red Hat Czech s.r.o.
Purkynova 99
612 45 Brno
</pre>
                              </div>
                            </div>
                          </div>
                          <br>
_______________________________________________<br>
                          seam-dev mailing list<br>
                          <a moz-do-not-send="true"
                            href="mailto:seam-dev@lists.jboss.org"
                            target="_blank">seam-dev@lists.jboss.org</a><br>
                          <a moz-do-not-send="true"
                            href="https://lists.jboss.org/mailman/listinfo/seam-dev"
                            target="_blank">https://lists.jboss.org/mailman/listinfo/seam-dev</a><br>
                        </blockquote>
                      </div>
                      <br>
                    </div>
                  </blockquote>
                  <br>
                  <br>
                  <pre cols="72">-- 
Marek Novotny
--
WFK and Seam Product Lead

Red Hat Czech s.r.o.
Purkynova 99
612 45 Brno
</pre>
                </div>
              </div>
            </div>
            <br>
            _______________________________________________<br>
            seam-dev mailing list<br>
            <a moz-do-not-send="true"
              href="mailto:seam-dev@lists.jboss.org">seam-dev@lists.jboss.org</a><br>
            <a moz-do-not-send="true"
              href="https://lists.jboss.org/mailman/listinfo/seam-dev"
              target="_blank">https://lists.jboss.org/mailman/listinfo/seam-dev</a><br>
          </blockquote>
        </div>
        <br>
        <br clear="all">
        <div><br>
        </div>
        -- <br>
        <div dir="ltr">Jason Porter<br>
          <a moz-do-not-send="true"
            href="http://en.gravatar.com/lightguardjp" target="_blank">http://en.gravatar.com/lightguardjp</a><br>
        </div>
      </div>
    </blockquote>
    <br>
    <br>
    <pre class="moz-signature" cols="72">-- 
Marek Novotny
--
WFK and Seam Product Lead

Red Hat Czech s.r.o.
Purkynova 99
612 45 Brno
</pre>
  </body>
</html>