Skip to content

Commit

Permalink
minor: adding name element into pom.xml + README.adoc
Browse files Browse the repository at this point in the history
  • Loading branch information
jkremser committed Aug 4, 2015
1 parent 0a9e9d8 commit 82cd5cc
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 3 deletions.
15 changes: 15 additions & 0 deletions ide-configs/idea/README.adoc
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
= Configuration Files for Idea IDE

If you have an existing hawkular Scheme and you want to be 100% sure the new one will be imported and overrides all the existing settings, just use

```bash
rm ~/.IntelliJIdea*/config/codestyles/*
```

To obtain the `settings.jar`, run

```bash
mvn clean install
```

You'll find the `settings.jar` in the `target` directory.
1 change: 1 addition & 0 deletions ide-configs/idea/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@

<artifactId>hawkular-ide-config-idea</artifactId>
<packaging>pom</packaging>
<name>Hawkular Build Tools - Idea Config</name>

<properties>
<idea.settings.name>settings</idea.settings.name>
Expand Down
4 changes: 1 addition & 3 deletions ide-configs/pom.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
Copyright 2014-2015 Red Hat, Inc. and/or its affiliates
Copyright 2014-2015 Red Hat, Inc. and/or its affiliates
and other contributors as indicated by the @author tags.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Expand All @@ -25,8 +25,6 @@
<artifactId>hawkular-ide-configs</artifactId>
<packaging>pom</packaging>

<name>Hawkular Metric Containers</name>

<modules>
<module>idea</module>
</modules>
Expand Down

0 comments on commit 82cd5cc

Please sign in to comment.