Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [m2e-users] [IMPORTANT] Unable to build system into configurable directory

Igor,

Thanks for letting me know.

I was just confirm that I have installed m2e correctly. I will now try to explain my situation more correctly:

I have five projects:

One project is Reactor project (packaging = pom) called BuildInfrastructure. This is the parent project which contains most of the build plugins (e.g. copying bat files, configs files etc to destination folder)
Other four projects "ApplicationLauncher", "ApplicationCommon", "Log4jExtension" and "PanelsInfrastructure" are modules projects which contains code, configs, bat files. All the these projects declare BuildInfrastructure projects its parent.

Now if I try to specify 
<build>
            <directory>C:/MyUtility</directory>
             <plugins>
             ....
             ....
             </plugins>
</build>

Then eclipse starts creating problem in Maven Update Projects. After putting this, it does not update any project.

Do you know this? If you say, I can create some dummy project structure for you and send you my workspace?

Regards
Shumail



On Mon, Nov 19, 2012 at 3:45 PM, Igor Fedorenko <igor@xxxxxxxxxxxxxx> wrote:


On 12-11-19 10:42 AM, Shumail Arshad wrote:
Above video shows pom editor which contains Repositories, Build,
Profiles, Team, Lifecycle Mapping tabs. I am unable to see similar
interface in my eclipse. Is it normal?



yes, normal, these were removed from m2e 1.0 and newer. use xml editor
tab if you need to see/change advanced project configuration options.

--
Regards,
Igor

_______________________________________________
m2e-users mailing list
m2e-users@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/m2e-users


Back to the top