This is also where the Maven project will be generated.
There are two ways we recommend you create a new Maven project
Es gibt zwei von uns empfohlene Wege ein neues Maven-Projekt zu erstellen
Convert it to Maven Project.
If your project is a Maven project you need to declare these libraries on pom.xml
Wenn Ihr Projekt ein Maven Projekt ist, sollen Sie diese Bibliothek in pom.xml anmelden
Add the library path under the dependencies element in the Maven project's pom.xml file.
Fügen Sie in der Datei pom.xml des Maven-Projekts im Element dependencies den Bibliothekspfad hinzu.
Copy the POM dependency information and paste it under the dependencies element in the Maven project's pom.xml file.
Kopieren Sie die POM-Abhängigkeitsinformationen und fügen Sie sie in der Datei pom.xml des Maven-Projekts im Element dependencies ein.
Go back to the newly created Maven project and open the pom.xml file located at the root of the directory.
Gehen Sie zum neu erstellten Maven-Projekt zurück und öffnen Sie die Datei pom.xml auf der Ausgangsebene des Verzeichnisses.
With the adapters migrated to a Maven project compliant form and code, it's time look at some development concepts... 4
Nachdem die Adapters in Format und Code auf ein Maven-Projekt umgestellt wurden, werden wir uns jetzt einige Entwicklungskonzepte ansehen. 4
OK, we quickly create a Maven project to test the examples
OK, wir erstellen schnell ein Maven Projekt um die Beispiele überzuprüfen
The maven project refers to a remote repository inside the POM file.
Das Maven-Projekt bezieht sich auf ein Remote-Repository in der POM-Datei.
The following table shows a full list of how maven project properties are mapped to Jenkins environment variables
Die folgende Tabelle listet alle maven Projekt properties auf, welche auf Jenkins Umgebungsvariablen gemappt werden
Build and install the project: Build the Maven project and install the generated content package on AEM.
Projekt erstellen und installieren: Erstellen Sie das Maven-Projekt und installieren Sie den generierten Inhalt in AEM.
Create a project: Create a Maven project that generates a content package to deploy on AEM.
Projekt erstellen: Erstellen Sie ein Maven-Projekt, das ein Inhaltspaket generiert, das in AEM bereitgestellt wird.