• Home
  • Courses
  • Blog
    For more information
    info@skills421.com
    RegisterLogin
    Skills421Skills421
    • Home
    • Courses
    • Blog

      Build Automation

      • Home
      • Build Automation
      Showing 1-10 of 12 results
      John Dunning

      Create a Maven Web Project using Intellij IDEA

      • Posted by John Dunning
      • Categories Build Automation, IDEs, IntelliJ IDEA, Maven
      • Date March 12, 2018
      • Comments 0 comment
      March 12, 2018
      0

      Open Intellij File -> New Project Maven next GroupId: com.skills421.training.web ArtifactId: WebProject Right click in pom.xml Generate -> Dependency Template in artifactId start typing servlet-api and select from the drop down to get: javax.servlet servlet-api LATEST File -> Project Structure …

      Read More
      John Dunning

      Create a Simple Maven Plugin

      • Posted by John Dunning
      • Categories Build Automation, Maven
      • Date February 21, 2018
      • Comments 0 comment
      February 21, 2018
      0

      In this post we are going to create a simple maven plugin that prints out the message “Hello World” during the build process of a project. Create a Maven Project create a Maven project for our plugin development.  The details …

      Read More
      John Dunning

      Create a Maven Project

      • Posted by John Dunning
      • Categories Build Automation, Java, Maven, Programming Languages
      • Date August 23, 2017
      • Comments 2 comments
      August 23, 2017
      2

      In this example we will create an empty Maven Java Project. Install Dependencies Install Java Install Maven Install IDE Eclipse Netbeans Intellij IDEA Create Maven Project Intellij IDE Step 1 Open Intellij IDE Step 2 Create New Project Maven leave …

      Read More
      John Dunning

      Intellij IDEA: maven clean install

      • Posted by John Dunning
      • Categories Build Automation, IDEs, IntelliJ IDEA
      • Date December 8, 2016
      • Comments 0 comment
      December 8, 2016
      0

      Video Quick Steps View -> Tool Windows -> Maven Project Opens your projects in a sub-window Click on the arrow next to your project Click on Lifecycle Click on clean Click on the green (play) button Click on install Click …

      Read More
      John Dunning

      Maven pom.xml error – org.codehaus.plexus.archiver.jar.Manifest.write(java.io.PrintWriter)

      • Posted by John Dunning
      • Categories Build Automation
      • Date December 2, 2016
      • Comments 1 comment
      December 2, 2016
      1

      Python multi-track We’re really excited to tell you about our upcoming Python multi-track training course – a revolution in training, reference, documentation, and code Register Now This is a known bug in eclipse and as such has replicated into Spring …

      Read More
      John Dunning

      Maven: Unsupported IClasspathEntry kind=4

      • Posted by John Dunning
      • Categories Build Automation
      • Date June 6, 2014
      • Comments 0 comment
      June 6, 2014
      0

      Maven: Unsupported IClasspathEntry kind=4, generated by Eclipse or JBoss: Disable the maven nature for the project: Right-click -> Maven -> Disable Maven Nature run mvn eclipse:clean (while your project is open in STS/eclipse) Re-enable the maven nature: Right-click -> Configure …

      Read More
      John Dunning

      Maven Pom Transfer Artifact Error

      • Posted by John Dunning
      • Categories Build Automation
      • Date March 24, 2014
      • Comments 0 comment
      March 24, 2014
      0

      One nice little problem that has given us a bit of trouble recently is pom errors where non were expected. A typical error message would be: This is cause by failed repository downloads, where Maven thinks they have already downloaded …

      Read More
      John Dunning

      Maven Resources

      • Posted by John Dunning
      • Categories Build Automation
      • Date December 28, 2013
      • Comments 0 comment
      December 28, 2013
      0

      The following list is a list of resources for Apache Maven: Maven Repository Maven Repository by API JUnit

      Read More
      John Dunning

      Assemble Executable Jar using Maven

      • Posted by John Dunning
      • Categories Build Automation
      • Date October 28, 2013
      • Comments 0 comment
      October 28, 2013
      0

      This entry in your Maven pom.xml will build a single executable jar file and assemble all your other jar dependencies within it. [code language=”xml”] <project> …. <build> <plugins> <!– Plugins for Assembly –> <plugin> <artifactId>maven-assembly-plugin</artifactId> <version>2.4</version> <configuration> <finalName>ExecutableJarExample</finalName> <appendAssemblyId>false</appendAssemblyId> <descriptorRefs> …

      Read More
      John Dunning

      Maven Commands

      • Posted by John Dunning
      • Categories Build Automation
      • Date October 28, 2013
      • Comments 0 comment
      October 28, 2013
      0

      Skip Tests mvn -Dmaven.test.skip=true install

      Read More
      • 1
      • 2
      • >

      Search

      Categories

      • APIs
      • Articles
      • Automated Testing
      • AWS
      • Blog
      • Blogging
      • Build Automation
      • Business
      • C
      • Camel
      • Cloud
      • Confluence
      • Containers
      • Content Management
      • CSS
      • Databases
      • Derby
      • Design / Branding
      • Digital Setup
      • Docker
      • Drools
      • Eclipse
      • Facebook
      • Finance
      • Fitnesse
      • Git
      • GraphDB
      • Graphileon
      • Heroku
      • Home Schooling
      • HTML
      • Humour
      • IDEs
      • IntelliJ IDEA
      • iOS
      • Java
      • JavaFX
      • JMS
      • Links
      • MacOS
      • Marketing
      • Maven
      • Mercurial
      • Modelling Languages
      • MongoDB
      • Neo4j
      • Node.js
      • NoSQL
      • Offices
      • OPA
      • OpenShift
      • Operating Systems
      • Phonics
      • Platforms
      • Programming
      • Programming Languages
      • Python
      • Relational
      • Resources
      • Route 53
      • Rule Engines
      • S3
      • Servers
      • Source Control
      • Spring
      • Subversion
      • TiddlyWiki
      • Tools
      • Training Courses
      • UML
      • Version Control
      • Web
      • Web Services
      • Wiki
      • Wikis
      • Windows
      • WordPress
      • WordPress.com

      Latest Courses

      Nodejs for Beginners

      Nodejs for Beginners

      Coming soon
      Understanding DNS

      Understanding DNS

      Coming soon
      jQuery Mobile for Beginners

      jQuery Mobile for Beginners

      Coming soon
      info@skills421.com
      Facebook-f
      Twitter
      Instagram

      Copyright © 2020 - Cloud2K t/a Skills421

      • Privacy
      • Terms

      Login with your site account

      Lost your password?

      Not a member yet? Register now

      Register a new account

      Are you a member? Login now