[forge-dev] JDK 7 still being used for compilation. We are still looking into the issue.

Ivan St. Ivanov ivan.st.ivanov at gmail.com
Wed Oct 9 04:06:38 EDT 2013


Shit, tried to syntax highlight the XML. Here it is without any
butifications:

  <profiles>
    <profile>
      <id>forge-20</id>
      <pluginRepositories>
        <pluginRepository>
          <id>build.snapshots</id>
          <url>
https://repository.jboss.org/nexus/content/repositories/snapshots</url>
        </pluginRepository>
      </pluginRepositories>
    </profile>
  </profiles>

  <activeProfiles>
    <activeProfile>forge-20</activeProfile>
  </activeProfiles>

Cheers,
Ivan


On Wed, Oct 9, 2013 at 11:05 AM, Ivan St. Ivanov
<ivan.st.ivanov at gmail.com>wrote:

> Hi George,
>
> Thanks! That seemed to fix the issue. However, it was possible so far to
> build forge without special prepared setttings.xml. Now we have to do that
> (BTW, it is not documented). I wonder though, should we? There are two ways
> to avoid touching settings.xml:
>
> 1) Adding the snapshot results to the central maven repository
> 2) Adding the jboss snapshot repository to our parent pom.xml
>
> BTW, for those interested, here is what I added to my settings.xml:
>
> <pre style='color:#000000;background:#ffffff;'><html><body
> style='color:#000000; background:#ffffff; '><pre>
> <span style='color:#a65700; '>&lt;</span><span style='color:#5f5035;
> '>profiles</span><span style='color:#a65700; '>></span>
>     <span style='color:#a65700; '>&lt;</span><span style='color:#5f5035;
> '>profile</span><span style='color:#a65700; '>></span>
>       <span style='color:#a65700; '>&lt;</span><span style='color:#5f5035;
> '>id</span><span style='color:#a65700; '>></span>forge-20<span
> style='color:#a65700; '>&lt;/</span><span style='color:#5f5035;
> '>id</span><span style='color:#a65700; '>></span>
>       <span style='color:#a65700; '>&lt;</span><span style='color:#5f5035;
> '>pluginRepositories</span><span style='color:#a65700; '>></span>
>         <span style='color:#a65700; '>&lt;</span><span
> style='color:#5f5035; '>pluginRepository</span><span style='color:#a65700;
> '>></span>
>           <span style='color:#a65700; '>&lt;</span><span
> style='color:#5f5035; '>id</span><span style='color:#a65700;
> '>></span>build.snapshots<span style='color:#a65700; '>&lt;/</span><span
> style='color:#5f5035; '>id</span><span style='color:#a65700; '>></span>
>           <span style='color:#a65700; '>&lt;</span><span
> style='color:#5f5035; '>url</span><span style='color:#a65700; '>></span>
> https://repository.jboss.org/nexus/content/repositories/snapshots<span
> style='color:#a65700; '>&lt;/</span><span style='color:#5f5035;
> '>url</span><span style='color:#a65700; '>></span>
>         <span style='color:#a65700; '>&lt;/</span><span
> style='color:#5f5035; '>pluginRepository</span><span style='color:#a65700;
> '>></span>
>       <span style='color:#a65700; '>&lt;/</span><span
> style='color:#5f5035; '>pluginRepositories</span><span
> style='color:#a65700; '>></span>
>     <span style='color:#a65700; '>&lt;/</span><span style='color:#5f5035;
> '>profile</span><span style='color:#a65700; '>></span>
>   <span style='color:#a65700; '>&lt;/</span><span style='color:#5f5035;
> '>profiles</span><span style='color:#a65700; '>></span>
>
>   <span style='color:#a65700; '>&lt;</span><span style='color:#5f5035;
> '>activeProfiles</span><span style='color:#a65700; '>></span>
>     <span style='color:#a65700; '>&lt;</span><span style='color:#5f5035;
> '>activeProfile</span><span style='color:#a65700; '>></span>forge-20<span
> style='color:#a65700; '>&lt;/</span><span style='color:#5f5035;
> '>activeProfile</span><span style='color:#a65700; '>></span>
>   <span style='color:#a65700; '>&lt;/</span><span style='color:#5f5035;
> '>activeProfiles</span><span style='color:#a65700; '>></span>
> </pre>
>
> Cheers,
> Ivan
>
>
> On Tue, Oct 8, 2013 at 11:52 PM, George Gastaldi <ggastald at redhat.com>wrote:
>
>> Hi Ivan,
>>
>> Yes, you must add that to your settings.xml.
>>
>> Best regards,
>>
>> George
>>
>> Em 08/10/2013, às 17:36, "Ivan St. Ivanov" <ivan.st.ivanov at gmail.com>
>> escreveu:
>>
>> Hi again,
>>
>> I checked the effective pom of the Forge projects. It seems that the
>> projects are looking
>> for org.jboss.forge.furnace:furnace-maven-plugin:jar:2.0.0-SNAPSHOT at
>> http://repo1.maven.org/maven2. But there are only 2.0.0.Alpha releases
>> there (no snapshot).
>>
>> Should we add the JBoss snapshot repository (
>> https://repository.jboss.org/nexus/content/repositories/snapshots)? I
>> noticed that it contains the snapshot releases.
>>
>> Cheers,
>> Ivan
>>
>>
>> On Tue, Oct 8, 2013 at 1:15 AM, Ivan St. Ivanov <ivan.st.ivanov at gmail.com
>> > wrote:
>>
>>> Hi folks,
>>>
>>> Isn't it enough to change back to JBoss parent version 10? Or we want to
>>> stick to version 11? Maybe it's about time to go to Java 7! ;)
>>>
>>> BTW, I cannot build Forge, because Maven can't find the Furnace
>>> artifacts in any repository. Did you remove them by chance?
>>>
>>> Cheers,
>>> Ivan
>>>
>>>
>>> On Sat, Oct 5, 2013 at 1:23 AM, Lincoln Baxter, III <
>>> lincolnbaxter at gmail.com> wrote:
>>>
>>>> In the mean time, please try to use JDK7 :) We'll be compatible with 6
>>>> again soon.
>>>>
>>>> --
>>>> Lincoln Baxter, III
>>>> http://ocpsoft.org
>>>> "Simpler is better."
>>>>
>>>> _______________________________________________
>>>> forge-dev mailing list
>>>> forge-dev at lists.jboss.org
>>>> https://lists.jboss.org/mailman/listinfo/forge-dev
>>>>
>>>
>>>
>> _______________________________________________
>> forge-dev mailing list
>> forge-dev at lists.jboss.org
>> https://lists.jboss.org/mailman/listinfo/forge-dev
>>
>>
>> _______________________________________________
>> forge-dev mailing list
>> forge-dev at lists.jboss.org
>> https://lists.jboss.org/mailman/listinfo/forge-dev
>>
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.jboss.org/pipermail/forge-dev/attachments/20131009/29ffd4d9/attachment.html 


More information about the forge-dev mailing list