Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [m2e-dev] Is there a released 0.13 target platform for e36?

Hmm. That uses sonatype rather then eclipse.org for m2e-core, if that matters.

On Fri, May 27, 2011 at 2:20 PM, Igor Fedorenko <igor@xxxxxxxxxxxxxx> wrote:
> See how we do this for m2e-tycho [1]
>
>
> [1] https://github.com/sonatype/m2eclipse-tycho/blob/master/pom.xml
>
> --
> Regards,
> Igor
>
> On 11-05-27 01:59 PM, Benson Margulies wrote:
>>
>> Oh dear, I seem to be engaged in cargo-cultism. Igor, I have such a
>> repository listed already for m2e, can I make another for eclipse
>> itself? If so, what's it look like for 3.6?
>>
>>
>>
>> Then can I ditch the use of the
>> org.eclipse.tycho:target-platform-configuration?
>>
>> On Fri, May 27, 2011 at 1:35 PM, Igor Fedorenko<igor@xxxxxxxxxxxxxx>
>>  wrote:
>>>
>>> No, there is no released .target file yet.
>>>
>>> Personally, I usually prefer<repository/>  with layout=p2 over .target
>>> file, as I find this easier to manage because I don't need to update
>>> .target file each time new contents becomes available in the remote
>>> repositories.
>>>
>>> --
>>> Regards,
>>> Igor
>>>
>>> On 11-05-27 01:12 PM, Benson Margulies wrote:
>>>>
>>>> So, I've got as target-platform-configuration that is intended to
>>>> borrow from M2e.
>>>>
>>>> If I wanted to run the release plugin, I'd need to put a release
>>>> version in here, no? Is there one?
>>>>
>>>>  <plugin>
>>>>                 <groupId>org.eclipse.tycho</groupId>
>>>>                 <artifactId>target-platform-configuration</artifactId>
>>>>                 <version>${tycho-version}</version>
>>>>                 <configuration>
>>>>                     <resolver>p2</resolver>
>>>>                     <target>
>>>>                         <artifact>
>>>>                             <groupId>org.eclipse.m2e</groupId>
>>>>                             <artifactId>target-platform</artifactId>
>>>>                             <version>${project.version}</version>
>>>>                             <classifier>${target.platform}</classifier>
>>>>                         </artifact>
>>>>                     </target>
>>>>
>>>> <ignoreTychoRepositories>true</ignoreTychoRepositories>
>>>>                 </configuration>
>>>>             </plugin>
>>>> _______________________________________________
>>>> m2e-dev mailing list
>>>> m2e-dev@xxxxxxxxxxx
>>>> https://dev.eclipse.org/mailman/listinfo/m2e-dev
>>>
>>> _______________________________________________
>>> m2e-dev mailing list
>>> m2e-dev@xxxxxxxxxxx
>>> https://dev.eclipse.org/mailman/listinfo/m2e-dev
>>>
>> _______________________________________________
>> m2e-dev mailing list
>> m2e-dev@xxxxxxxxxxx
>> https://dev.eclipse.org/mailman/listinfo/m2e-dev
>
> _______________________________________________
> m2e-dev mailing list
> m2e-dev@xxxxxxxxxxx
> https://dev.eclipse.org/mailman/listinfo/m2e-dev
>


Back to the top