powered by simpleCommunicator - 2.0.61     © 2026 Programmizd 02
Целевая тема:
Создать новую тему:
Автор:
Закрыть
Цитировать
Форумы / Java [игнор отключен] [закрыт для гостей] / maven and idea :(
5 сообщений из 5, страница 1 из 1
maven and idea :(
    #33380980
slolen
Скрыть профиль Поместить в игнор-лист Сообщения автора в теме
Участник
Господа.
Дошел в туториалсе по maven http://maven.apache.org/guides/mini/guide-configuring-maven.html до пункта
"Perhaps you'd like to generate an IntelliJ IDEA descriptor for the project?
mvn idea:idea"
И ничего не изменилось :(
Что за дескриптор, для чего, куда он его кинул?
И вообще что можно делать из среды IDEA в области Maven?
Нужны ж наверно plugins для этого ?!
...
Рейтинг: 0 / 0
maven and idea :(
    #33381004
slolen
Скрыть профиль Поместить в игнор-лист Сообщения автора в теме
Участник
вообще-то генерит дескрипторы для проекта
Но в чем разница между теми что делает сама IDEA и MAVEN - непонятно :(
...
Рейтинг: 0 / 0
maven and idea :(
    #33381310
funikovyuri
Скрыть профиль Поместить в игнор-лист Сообщения автора в теме
Участник
mvn idea:idea создает проект для Idea по готовому pom.xml
...
Рейтинг: 0 / 0
maven and idea :(
    #33382147
slolen
Скрыть профиль Поместить в игнор-лист Сообщения автора в теме
Участник
funikovyurimvn idea:idea создает проект для Idea по готовому pom.xml
а типа maven.xml и properties вааще в 2 maven не используется? Токмо pom.xml?
...
Рейтинг: 0 / 0
maven and idea :(
    #33382701
funikovyuri
Скрыть профиль Поместить в игнор-лист Сообщения автора в теме
Участник
http://maven.apache.org/maven1.html
автор Maven 2.0 will feel very different to a Maven 1.0 user - and perhaps a little strange. But it is a lot simpler to work with and closer to how Maven was always meant to be! The key changes from Maven 1.0 are:

* Faster and smaller - The Maven core no longer uses Ant, Jelly or Xerces making it much smaller, have fewer dependencies, and is perfect for embedding in other tools.
* Defined build lifecycle - No more prereqs , preGoals and postGoals . The build is a series of well defined phases. This also means that the normal goal names are not used - compile , test and install work for any project type.
* Built-in multiple project handling - Use the same goals on a set of projects, and aggregate the results.
* Improved SNAPSHOT handling - Snapshots are now checked for updates only once per day by default - though can be configured to be once per build, on a particular interval, or never. A command line option can force a check - making it more like updating from an SCM.
* No more properties files - All plugins are now configured from the POM (which is now called pom.xml ).
* No more maven.xml - Plugins are now easier to build and integrate, and are the only way to script your builds. (Note that additions may later be made to the POM to allow simple things that scripting was used for, such as goal aliasing).
* No more Jelly - Plugins are primarily written in Java, though there are providers for other scripting languages.
* Improved repository layout - Maven 2.0 supports both the existing layout, and an improved repository layout that has deeper, partitioned structure making it easier to browse.
...
Рейтинг: 0 / 0
5 сообщений из 5, страница 1 из 1
Форумы / Java [игнор отключен] [закрыт для гостей] / maven and idea :(
Найденые пользователи ...
Разблокировать пользователей ...
Читали форум (0):
Пользователи онлайн (0):
x
x
Закрыть


Просмотр
0 / 0
Close
Debug Console [Select Text]