You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@commons.apache.org by GitBox <gi...@apache.org> on 2020/09/14 07:49:53 UTC

[GitHub] [commons-chain] nhojpatrick opened a new pull request #3: Missing .gitignore just maven target

nhojpatrick opened a new pull request #3:
URL: https://github.com/apache/commons-chain/pull/3


   Without this .gitignore you'll see;
   ```
   john@:~/forks/org.apache.commons/commons-chain (master) % git status
   On branch master
   Untracked files:
     (use "git add <file>..." to include in what will be committed)
   	api/target/
   	apps/cookbook-examples/target/
   	apps/example1/target/
   	apps/example2/target/
   	apps/target/
   	base/target/
   	build-tools/target/
   	configuration/api/target/
   	configuration/xml/target/
   	target/
   	test-utils/target/
   	web/target/
   
   nothing added to commit but untracked files present (use "git add" to track)
   john@:~/forks/org.apache.commons/commons-chain (master) %
   ```
   
   I have not added any user specific ignores, like IDE files as these should probably go in the users ~/.gitignore_global as they know what IDE they choose to use.
   
   I've checked the build using `mvn clean install -DskipTests` but it fails at `org.apache.commons:commons-chain2` with the error `Could not resolve dependencies for project org.apache.commons:commons-chain2:pom:2.0-SNAPSHOT`.


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [commons-chain] sebbASF merged pull request #3: Missing .gitignore just maven target

Posted by GitBox <gi...@apache.org>.
sebbASF merged pull request #3:
URL: https://github.com/apache/commons-chain/pull/3


   


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org