Skip to content

Commit

Permalink
#22: Activate 'qulice' plugin for CI process
Browse files Browse the repository at this point in the history
  • Loading branch information
dgroup committed Apr 2, 2019
1 parent d13a32c commit 4748cab
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 5 deletions.
3 changes: 2 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
# Circleci docker & java: https://circleci.com/docs/2.0/building-docker-images
# Environment variables: https://circleci.com/docs/2.0/env-vars
# Verify circleci *.yml: https://circleci.com/docs/2.0/local-cli
#
version: 2
jobs:
assemble_jar:
Expand All @@ -19,7 +20,7 @@ jobs:
- run:
name: Build java sources (including integration tests)
command: |
mvn -X -P integration-tests clean install -DLL.yandex.user=${EMAIL_USER} -DLL.yandex.pass=${EMAIL_PASS} -DLL.yandex.to.user=${EMAIL_TO}
mvn -X -P qulice,integration-tests clean install -DLL.yandex.user=${EMAIL_USER} -DLL.yandex.pass=${EMAIL_PASS} -DLL.yandex.to.user=${EMAIL_TO}
workflows:
version: 2
Expand Down
9 changes: 9 additions & 0 deletions .rultor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,15 @@ readers:

# @todo #/DEV Generate the pubring.gpg and secring.gpg for rultor.
# Define a new mvn profile `ossrh-mbox4j` for integration with mvn central.

# @todo #/DEV Configure the deployment to staging environment in order to work with RC
# https://help.sonatype.com/repomanager2/staging-releases/staging-overview
# https://help.sonatype.com/repomanager2/staging-releases/configuring-your-project-for-deployment
# https://nvie.com/posts/a-successful-git-branching-model
# https://github.com/nvie/gitflow
# https://gist.github.com/lemiorhan/97b4f827c08aed58a9d8
# https://github.com/jgitver/jgitver
# https://danielkummer.github.io/git-flow-cheatsheet/index.html
assets:
settings.xml: "dgroup/ossrh#settings.xml"
pubring.gpg: "dgroup/ossrh#1B112A24-term4j-pubring.gpg"
Expand Down
4 changes: 0 additions & 4 deletions src/main/java/io/github/dgroup/mbox4j/inbox/javax/ToMsg.java
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,6 @@
* The function to map {@link javax.mail.Message} and {@link Msg}.
*
* @since 0.1.0
* @todo #/DEV Add the support of attachments. For now all emails are
* text-based thus we need to define a way how to send the files.
* For now <em>Collections.emptySet</em> is used as a stub and should be
* removed later.
*/
public final class ToMsg implements Func<Message, Msg> {

Expand Down

2 comments on commit 4748cab

@0pdd
Copy link
Collaborator

@0pdd 0pdd commented on 4748cab Apr 2, 2019

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Puzzle DEV-d53592c5 disappeared from src/main/java/io/github/dgroup/mbox4j/inbox/func/javax/ToMsg.java, that's why I closed #3. Please, remember that the puzzle was not necessarily removed in this particular commit. Maybe it happened earlier, but we discovered this fact only now.

@0pdd
Copy link
Collaborator

@0pdd 0pdd commented on 4748cab Apr 2, 2019

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Puzzle DEV-04774ad8 discovered in .rultor.yml and submitted as #25. Please, remember that the puzzle was not necessarily added in this particular commit. Maybe it was added earlier, but we discovered it only now.

Please sign in to comment.