Questions asked by phehnlehttps://answers.axonivy.com/questions/asked-by/906/phehnle/?type=rssQuestions asked by <a href="/users/906/phehnle" >phehnle</a>enThu, 26 Apr 2018 11:41:28 -0400Use a Maven-Java-Project as libraryhttps://answers.axonivy.com/questions/3243/use-a-maven-java-project-as-library<p>Can I create a maven-java project and import this project as a library project into an axon.ivy project? I am facing problems doing this. Until now I have packaged the maven-java project as a .jar file and added the jar to the axon.ivy project's build path. This works fine but we need a more convenient way. We want to reference from the axon.ivy project to the maven-java project. I have added to the axon.ivy project's pom.xml a dependency pointing to the maven-java project. But when using classes from the maven-java project in the axon.ivy project I face problems. The script tasks cannot resolve the dependencies.</p> <p>Moreover, I am wondering if it is possible to deploy war files to the axon.ivy engine?</p> <p>I would apreciate hints or recommendations?</p>phehnleThu, 26 Apr 2018 11:41:28 -0400https://answers.axonivy.com/questions/3243/use-a-maven-java-project-as-librarymavenjava.gitignorehttps://answers.axonivy.com/questions/3113/gitignore<p>Is anyone using git with an axon ivy project and has a working .gitignore.</p> <p>We wanted to use a defautl jsf .gitignore in out project but using the jsf .gitignore the axon ivy designer does not recognize the project any more. So it is not possible to import the project under version control.</p> <p>Below the default jsf .gitignore</p> <pre><code># Directories # build/ bin/ target/ libs/ tmp/ node_modules/ jaxws/jaxws-client/src/main/ jaxws/jaxws-endpoint/src/main/webapp/WEB-INF/wsdl/ # OS Files # .DS_Store *.class # Package Files # *.jar *.war *.ear *.db rebel.xml ###################### # Windows ###################### # Windows image file caches Thumbs.db # Folder config file Desktop.ini ###################### # OSX ###################### .DS_Store .svn # Thumbnails ._* # Files that might appear on external disk .Spotlight-V100 .Trashes ###################### # NetBeans ###################### nbproject/ build/ nbbuild/ dist/ nbdist/ nbactions.xml nb-configuration.xml ###################### # IDEA ###################### *.iml *.ipr *.iws .idea/ atlassian-ide-plugin.xml ###################### # Eclipse ###################### *.pydevproject .project .metadata *.tmp *.bak *.swp *~.nib local.properties .classpath .settings/ .loadpath # External tool builders .externalToolBuilders/ # Locally stored "Eclipse launch configurations" *.launch # CDT-specific .cproject # PDT-specific .buildpath # Testing environment specific derby.log ###################### # Liberty tools ###################### .factorypath </code></pre>phehnleFri, 02 Mar 2018 12:49:58 -0500https://answers.axonivy.com/questions/3113/gitignoregit